[rabbitmq-discuss] Why does the queue drop other messages after the first is consumed?

Michael Klishin mklishin at gopivotal.com
Mon Dec 16 17:52:45 GMT 2013


On 16 Dec 2013, at 21:47, Raj Kumar Sanpui <raj.kumar.sanpui at gmail.com> wrote:

> In between, do we have any man page for basic.consume?
> 
> What does "no ack", "exclusive", "local" stands for?

Ignore local. Exclusive means that there can only ever be one consumer on the queue.

no ack means “no manual ack”, that is, you don’t intend to use manual acknowledgements of
deliveries. See tutorial 2: http://www.rabbitmq.com/getstarted.html
and http://www.rabbitmq.com/amqp-0-9-1-reference.html#domain.no-ack

MK

Software Engineer, Pivotal/RabbitMQ




More information about the rabbitmq-discuss mailing list