Re: [Txamqp-user] Multiple consumer queue in same channel

2010-09-28 Thread Ritesh Nadhani
Hmm, unfortunately it didnt work. Maybe its lack of my understanding of inlineCallbacks (this is the first I am using it). Anyway, I have code pasted at: http://www.bpaste.net/show/9823/ - modified from txamqp samples. As can be seen form the code, I am not sure how the control flow is given back

Re: [Txamqp-user] Multiple consumer queue in same channel

2010-09-28 Thread Ritesh Nadhani
Just as an addition, I tried for some more time. Using my Google skills the closest I could find an issue was: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2008-October/001758.html I think I found the corresponding code in testlib.py - using protocol._InstanceFactory but that code seems

Re: [Txamqp-user] Multiple consumer queue in same channel

2010-09-28 Thread Ritesh Nadhani
Hello More update as I work with it. I finally bit the bullet and separated the two queues into their own channel. Thus I do two ClientCreator() call and everything seems to be working. Now that this works, I was wondering if using multiple channel for multiple queue recommended? Or it does not