Hey,

2011/8/26 bartek <bar...@gorny.edu.pl>:
> blocks, the channel disappears from rabbitmq, and rabbit's sasl log
> shows a crash report, the most important line being:
>
>    exception exit: {amqp_error,frame_error,
>                                "cannot decode
>    
> <<0,0,16,98,114,111,97,100,99,97,115,116,95,108,105,115,116,101,110,0,0,0,0,0,0>>",
>    'basic.consume'}

This usually happens when there's a Deferred that's not yield
elsewhere in the code. The way AMQP works is that all commands must be
sent in order, that is, you can't send a command if you haven't waited
for the previous one to come back (if it produces a response).

Is this the only place where you're using AMQP? Is there anywhere else
in the code where it's used?

Thanks for using txAMQP!

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

Reply via email to