Hi Dan

On Mon, Aug 31, 2009 at 9:04 PM, Dan Reverri<reve...@gmail.com> wrote:
> You'll notice on line 32 I am not yielding the basic_cancel method. This
> causes a ValueError exception. If I yield on that method everything works
> fine. I just wanted to confirm this is working correctly.

That's correct. AMQP requires that frames must be sent sequentially,
that's why txAMQP uses a queue for sending outgoing messages in order.
The same applies for incoming frames, and as such, responses will come
in the same order as the frames they repond to.

Cheers.

_______________________________________________
Mailing list: https://launchpad.net/~txamqp-dev
Post to     : txamqp-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~txamqp-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to