rabbit exchange routing queue

转自 : https://www.xncoding.com/2017/05/13/mq/rabbitmq-tutorial04.html

Direct exchange也支持同一条消息发送到多个队列中:

同时还能支持交换机使用同一个binding key来和多个队列绑定, 这时候如果某个消息的routing key一致,那么这个消息会同时发送给这几个队列。

原文地址:https://www.cnblogs.com/zhonghuahero/p/11345139.html