[rabbitmq-discuss] Publisher confirms

Michael Klishin michael.s.klishin at gmail.com
Wed Jan 9 17:08:44 GMT 2013


2013/1/9 Chris Duncan <celldee at gmail.com>

> Please find my code and tshark output attached. I run the consumer first.
> My version of wireshark doesn't recognise AMQP method class 85
> (confirm.select and confirm.select-ok) but they do appear in the output.


Chris,

You are using conn.direct which causes default channel (a backwards
compatibility thing) to be used.
So you are enabling confirms on one channel and publishing on a different
one.

-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130109/18251429/attachment.htm>


More information about the rabbitmq-discuss mailing list