[rabbitmq-discuss] Publish to exchange that doesn't bind to any queue in trunsaction mode

Michael Klishin mklishin at gopivotal.com
Mon Jul 1 12:18:22 BST 2013


Haster:

> Do you know any method how to be sure what message was send to any queue?

You probably want Publisher Confirms:
http://www.rabbitmq.com/confirms.html

in combination with basic.return (which will cause messages that cannot be
routed returned).

MK


More information about the rabbitmq-discuss mailing list