[rabbitmq-discuss] Missing Cancel-OK frame

Matthias Radestock matthias at rabbitmq.com
Mon Apr 28 14:37:43 BST 2014


On 28/04/14 14:26, Martijn Otto wrote:
> I am working on an AMQP library for RabbitMQ and either I am missing
> something totally fundamental, or RabbitMQ is failing in its duty to
> send me a Cancel-OK frame to confirm consuming has stopped.

You are pipelining synchronous commands. The AMQP spec does not permit 
that, so the behaviour is undefined. See the pseudo code in section 
2.2.2 of https://www.rabbitmq.com/resources/specs/amqp0-9-1.pdf.

Matthias.


More information about the rabbitmq-discuss mailing list