Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 522 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 522 Bytes

Qpid JMS Spring Boot

This project provides an easy way to get your Spring based JMS messaging application using AMQP v1.0 up and running quickly.

The project provides a Spring Boot based auto-configuration module which allows your application to quickly grab a JMSTemplate that is properly configured to use Qpid JMS as the underlying transport. The project also provides a Spring Boot Starter that allows you to create a Spring based application that be run from the command line using just a java -jar invocation.