Starter enables a jms interaction with openMQ broker
repositories {
jcenter()
}
compile 'com.github.levry:imq-spring-boot-starter:+'
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