Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 927 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 927 Bytes

OpenMQ Spring Boot Starter

Build Status Quality Gate

Starter enables a jms interaction with openMQ broker

How to connect the project

repositories {
    jcenter()
}
compile 'com.github.levry:imq-spring-boot-starter:+'

How to use

OpenMQ configuration is controlled by properties in imq.*. For example, declare in application.yml:

imq:
  host: localhost
  port: 7676
  username: user
  password: secret

See for a jms messaging in Spring Boot Reference