Skip to content

levry/spring-imq

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages