Skip to content

This is a simple spring-boot app that shows how to configure easily RabbitMQ with AMQP for producing and consuming messages in default format and JSON.

Notifications You must be signed in to change notification settings

satcse/spring-boot-amqp-messaging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-amqp-messaging

This is a simple spring-boot app that shows how to configure easily RabbitMQ with AMQP for producing and consuming messages in default format (java serialized) and JSON.

In this sample project every message is sent as JSON and then decoded on one queue as a generic Message object and in the other one as the original specific class.

If you want to have more information, with full explanation of this code, you can find it on my blog. First Comment from Master Branch.

About

This is a simple spring-boot app that shows how to configure easily RabbitMQ with AMQP for producing and consuming messages in default format and JSON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 39.3%
  • Java 32.8%
  • Batchfile 27.9%