Skip to content

Latest commit

 

History

History
executable file
·
8 lines (6 loc) · 381 Bytes

File metadata and controls

executable file
·
8 lines (6 loc) · 381 Bytes

Spring Boot: Messaging with ActiveMQ (JMS)

This module implements asynchronous communication through messaging using JMS via a ActiveMQ (classic) broker, both on the sending and the receiving end, using Spring’s JMS integration:

  • JmsTemplate to send messages

  • @JmsListener to receive messages

  • Error handling and dead-letter queues

  • Testing with a containerized broker