[rabbitmq-discuss] Blocking queue.get() in python?

Gavin M. Roy gmr at myyearbook.com
Tue Feb 1 19:08:06 GMT 2011


On Tue, Feb 1, 2011 at 2:07 PM, Matthew Sackman <matthew at rabbitmq.com> wrote:
> On Tue, Feb 01, 2011 at 02:03:54PM -0500, Gavin M. Roy wrote:
>> It's the Basic.Get AMQP command. Pika and other clients implement this.
>
> The Java QueuingConsumer does not use basic.get. It uses basic.consume,
> as the name suggests. The nextDelivery functionality is provided by
> simply blocking the thread until a message is delivered.

Ah my bad.


More information about the rabbitmq-discuss mailing list