Messaging with Spring Boot
摘要
This chapter covers the most commonly used messaging brokers for event-driven solutions and explains how you can use them with Spring Boot, from legacy systems such as Java Message Service (JMS) with ActiveMQ, Advanced Message Queuing Protocol (AMQP) with RabbitMQ, and pub/sub (topics) solutions with Redis and Kafka, to Simple (or Streaming) Text-Oriented Message Protocol (STOMP) using WebSockets.