levry / spring-imq

OpenMQ Spring Boot Starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OpenMQ Spring Boot Starter

License:MIT License


Languages

Language:Java 100.0%