The Spring Portfolio provides extensive support for integrating with various messaging systems. From a fairly simple JMS API to RabbitMQ and Kafka. Spring Boot provides auto-configuration when these frameworks and technologies are detected.
8-1. Configure JMS
Problem
You want to use JMS in a Spring Boot application and need to connect to the JMS broker.
Solution
Spring Boot supports auto-configuration for ActiveMQ and Artemis. By adding one of those libraries and setting some properties, the spring.activemq or spring.artemis ...