1 生产者
1.1 代码地址
https://github.com/3748/RabbitMq.git
1.2 项目
boot\rabbitmq-producer
2 消费者
2.1 代码地址
https://github.com/3748/RabbitMq.git
2.2 项目
boot\rabbitmq-customer
3 发送消息
启动生产者,消费者不启动
调用
127.0.0.1:8080/sendFanout?queueName=fanout_email_queue
4 接收消息
启动消费者