[rabbitmq-discuss] txamqp not sending channel.close? (Was: message availability after close without ack)
Tim Cole
tim.cole at canonical.com
Tue Jun 15 20:36:47 BST 2010
So the problem turned out to be that txamqp's channel.close doesn't do
anything (as far as the sever is concerned). I have to do this instead:
d = channel.channel_close()
d.addCallback(channel.close)
Once I'm actually sending channel.close, it works fine. Eh well.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100615/eeedd087/attachment.pgp>
More information about the rabbitmq-discuss
mailing list