[rabbitmq-discuss] py-amqplib basic_consume
Ben Hood
0x6e6562 at gmail.com
Fri Nov 21 23:38:38 GMT 2008
Tsuraan,
On Fri, Nov 21, 2008 at 11:13 PM, tsuraan <tsuraan at gmail.com> wrote:
> Does py-amqplib have the same limitation as the rabbitmq java
> consumer, where it calling methods on the channel or connection from
> the callback will cause deadlock?
I wouldn't necessarily call this a limitation of the Java client per
se, just an observation of the surrounding mechanics in reference to
the protocol. This is the kind of thing I discussed in the
multithreading article.
> If so, how are messages
> acknowledged in basic_consume?
http://lettuce.squarespace.com/faq/receiving-messages/how-are-messages-acknowledged-when-using-basicconsume.html
Ben
More information about the rabbitmq-discuss
mailing list