Re:Re: Re:Re: Random slow Subscribers - causing Topic to full - Solution ?

2013-03-19 Thread SuoNayi
You said "But If one my consumer takes a message and never acks - than messages are expired for both fast and slow consumers." This can only happen when these consumers are all subscribing to the same queue... At 2013-03-20 13:17:38,jaikit wrote: >No both are are subscribed to individual queu

Re: Re:Re: Random slow Subscribers - causing Topic to full - Solution ?

2013-03-19 Thread jaikit
No both are are subscribed to individual queues. I have CompositeDestination set up ..where messages are forwarded to both the queues. -- View this message in context: http://activemq.2283324.n4.nabble.com/Random-slow-Subscribers-causing-Topic-to-full-Solution-tp4664784p4664924.html Sent from

Re:Re: Random slow Subscribers - causing Topic to full - Solution ?

2013-03-19 Thread SuoNayi
I suppose your slow and fast consumers are both subscribing to the same queue. Note that a message can only be dispatched to one of consumers. If the slow consumer receives the messages but never acks then the fast consumers have no chance to process it anymore. At 2013-03-20 11:27:17,jaikit w