[rabbitmq-discuss] Blocking queue.get() in python?
Matthew Sackman
matthew at rabbitmq.com
Tue Feb 1 19:07:14 GMT 2011
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.
Matthew
More information about the rabbitmq-discuss
mailing list