Re: [Txamqp-user] Opening and closing clients from a long running twisted

2010-08-30 Thread matteo brancaleoni
Hi (again), On Sat, Aug 28, 2010 at 6:16 AM, Dave Peticolas d...@krondo.com wrote: You want to call txclient.transport.loseConnection(). after closing client connection to the amqp broker I noticed a lot of warnings into rabbitmq logs, since the connection is closed without closing channels.

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 jithu.me...@skype.net 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