[Txamqp-user] How do I subscribe to a queue in txamqp?

2010-10-11 Thread Jithu Menon
Hi, I'm very new to txamqp and was wondering if there was an obvious way to subscribe to a queue that I simply couldn't see. Almost all examples for getting messages from a queue I've seen involves calling queue.get() (i.e. We are polling). Isn't there any way for a consumer to simply be notif

Re: [Txamqp-user] How do I subscribe to a queue in txamqp?

2010-10-11 Thread matteo brancaleoni
Hi, On Tue, Oct 12, 2010 at 4:15 AM, Jithu Menon wrote: > Hi, >  I'm very new to txamqp and was wondering if there was an obvious way > to subscribe to a queue that I simply couldn't see. Almost all examples > for getting messages from a queue I've seen involves calling queue.get() > (i.e. We ar