[rabbitmq-discuss] Is internal delivery (between exchanges) guaranteed?

Michał Michalak michal.a.michalak at gmail.com
Wed Nov 21 11:01:49 GMT 2012


Assuming I have single host RabbitMQ server and settings like below:

                  .--------------.
               .->| EX fanout    |
.-----------.--'  | "monitoring" |
| EX fanout |     '--------------'      .----.
| "common"  |--.  .-----------.      .->| Q1 |
'-----------'  '->| EX direct |--q1--'  '----'
                  | "queues"  |--q2--.  .----.
                  '-----------'      '->| Q2 |
                                        '----'

When I send message to exchange "common" with routing key "q1" - is it 
guaranteed that message reach Q1 queue? I want to make sure such message 
wont get stuck somewhere between exchanges or between exchange and queue.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20121121/e67a208c/attachment.htm>


More information about the rabbitmq-discuss mailing list