Spring AMQP
在现代分布式系统中,消息队列是一种非常重要的通信机制,它能够实现服务之间的异步通信、负载均衡以及解耦。Spring AMQP 是 Spring 框架对 AMQP(高级消息队列协议)的支持,而 RabbitMQ 是 AMQP 协议的最流行实现之一。通过 Spring Boot 集成 Spring AMQP,可以快速搭建一个高效、可靠的消息队列系统。
https://docs.springframework.org.cn/spring-amqp/reference/index.html
https://docs.springframework.org.cn/spring-boot/reference/messaging/amqp.html