Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 250 Bytes

File metadata and controls

7 lines (7 loc) · 250 Bytes

spring-boot-RabbitMQ

RabbitMQ是实现AMQP(高级消息队列协议)的消息中间件的一种。 我的demo主要是实现了基于RabbitMQ的三种交换机模式。 代码的主要实现是三部分:

  1. Sender
  2. Receiver
  3. RabbitConfig