Skip to content

Latest commit

 

History

History

messaging-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Spring Boot: Messaging with RabbitMq

This module implements asynchronous communication through messaging via a RabbitMQ broker, both on the sending and the receiving end, using Spring’s AMQP integration:

  • AmqpTemplate to send messages

  • @RabbitListener to receive messages

  • Error handling and dead-letter topics

  • Testing with a RabbitMQ instance running in a dockerized TestContainer