Re: Queue hogging by a single consumer.

2006-08-18 Thread ahamad
-- James --- http://radio.weblogs.com/0112098/ Thanks Arashad Ahmad -- View this message in context: http://www.nabble.com/Queue-hogging-by-a-single-consumer.-tf2119797.html#a5866866 Sent from the ActiveMQ - Dev forum at Nabble.com.

Re: Queue hogging by a single consumer.

2006-08-18 Thread Naveen Rawat
Hi James, Arshad started it here, so I think follow it here only. Thanks for those pseudo directives. I followed those to find out that for once server receives the requests, it does not sends response back to the client. After receiving the first request, the server goes napping. I

Re: Queue hogging by a single consumer.

2006-08-17 Thread Naveen Rawat
Hi James, Thanks for your response. Are you trying to implement request-response with A, B, C making requests on Z and getting the response? Or can A, B, C process any message from Z? Exactly the first case. A, B, C making requests on Z and getting the response from Z I'm not sure

Re: Queue hogging by a single consumer.

2006-08-17 Thread James Strachan
On 8/17/06, Naveen Rawat [EMAIL PROTECTED] wrote: Hi James, Thanks for your response. Are you trying to implement request-response with A, B, C making requests on Z and getting the response? Or can A, B, C process any message from Z? Exactly the first case. A, B, C making requests on Z

Re: Queue hogging by a single consumer.

2006-08-17 Thread Naveen Rawat
Thanks James. Thanks for the response I will try out your suggestions and get back to you soon. Hi James, Thanks for your response. Are you trying to implement request-response with A, B, C making requests on Z and getting the response? Or can A, B, C process any message

Re: Queue hogging by a single consumer.

2006-08-17 Thread James Strachan
On 8/17/06, Naveen Rawat [EMAIL PROTECTED] wrote: Great James Your suggestion is working. A major hurdle seems solved. A little query down there. Hi James, Thanks for your response. Are you trying to implement request-response with A, B, C making requests on Z and getting the