Re: Multiple consumer in exclusive mode does not work.

2009-07-17 Thread Gary Tully
disable producer flow control : see http://activemq.apache.org/producer-flow-control.html 2009/7/17 RakeshRay : > > > Down loaded latest 5.3 snapshot today and publisher stops after about 5000 > message and I see these messages in the activemq.log file... Any clue? > 2009-07-17 14:34:13,537 [26.20

Re: Multiple consumer in exclusive mode does not work.

2009-07-17 Thread RakeshRay
Down loaded latest 5.3 snapshot today and publisher stops after about 5000 message and I see these messages in the activemq.log file... Any clue? 2009-07-17 14:34:13,537 [26.206.67:36664] WARN Usage - Memory usage is now at 100% 2009-07-17 14:34:34,654 [iveMQ Scheduler]

Re: Multiple consumer in exclusive mode does not work.

2009-07-17 Thread Gary Tully
2009/7/17 RakeshRay : > > Good to know that it could be fixed in 5.3. > Please help me understand the fix here... > Was the fix made to the broker? If yes then it should not matter what > protocol I use to get the messages out of the queue! > Am I making sense here? > Sure, the changes that I thin

Re: Multiple consumer in exclusive mode does not work.

2009-07-17 Thread RakeshRay
Good to know that it could be fixed in 5.3. Please help me understand the fix here... Was the fix made to the broker? If yes then it should not matter what protocol I use to get the messages out of the queue! Am I making sense here? Or if you can point me to the full detail of the problem and th

Re: Multiple consumer in exclusive mode does not work.

2009-07-16 Thread Gary Tully
Exclusive Consumers is designed to work that way. If you have very high load and message spooling to disk you may be seeing some duplicate message delivery. Some issues around occasional duplicate delivery were addresses on trunk over the past few months. The current 5.3-SNAPSHOT should behave bet