Re: [Txamqp-user] How to clean up

2010-06-16 Thread Andrew Badr
When a room is created, it should start listening for messages. That's why it starts listening in the init, though there is no actual processing. Removing the consumer causes the queue to be deleted, so I don't think that's necessary. Here's my current attempt: http://dpaste.com/207704/ What I'm

Re: [Txamqp-user] How to clean up

2010-06-14 Thread Dave Peticolas
On 06/14/2010 05:31 PM, Andrew Badr wrote: Sorry if you get this message twice; launchpad sucks. I have a long-running server processes that listen for new messages from some changing set of rooms. I want to make sure that when I'm done with a particular room, all the resources associated