错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Messaging with Spring Boot

  • Felipe Gutierrez

摘要

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