假设我有单个主机RabbitMQ服务器和如下设置:
.--------------. .->| EX fanout | .-----------.--' | "monitoring" | | EX fanout | '--------------' .----. | "common" |--. .-----------. .->| Q1 | '-----------' '->| EX direct |--q1--' '----' | "queues" |--q2--. .----. '-----------' '->| Q2 | '----'
当我用路由密钥“q1”向交换“common”发送消息时 - 是否保证消息到达Q1队列? 我想确保这样的消息不会卡在交换之间或交换和队列之间。