Re: Dropping slow consumers

2013-09-16 Thread Oleg Dulin
Here is the next problem… In a network of brokers set up, dropping connection seems to drop the entire connection to the other broker and it doesn't recover… How can I prevent the policy from dropping other brokers ? I just want it to drop non-broker consumers. Oleg On 2013-09-13 13:01:18

Re: Dropping slow consumers

2013-09-16 Thread Timothy Bish
On 09/16/2013 03:32 PM, Oleg Dulin wrote: Here is the next problem… In a network of brokers set up, dropping connection seems to drop the entire connection to the other broker and it doesn't recover… How can I prevent the policy from dropping other brokers ? I just want it to drop non-broker

Re: Dropping slow consumers

2013-09-13 Thread Christian Posta
Tim Bish suggested you on IRC take a look at ConsumerEventSource: http://activemq.apache.org/maven/apidocs/org/apache/activemq/advisory/ConsumerEventSource.html On Thu, Sep 12, 2013 at 1:26 PM, Oleg Dulin wrote: > Dear Distinguished Colleagues: > > I would like to be able to drop slow consumer

Re: Dropping slow consumers

2013-09-13 Thread Christian Posta
Check here: http://stackoverflow.com/questions/1702755/activemq-consumer-producer-connection-listener On Fri, Sep 13, 2013 at 6:01 AM, Christian Posta wrote: > Tim Bish suggested you on IRC take a look at ConsumerEventSource: > > > http://activemq.apache.org/maven/apidocs/org/apache/activemq/ad

Re: Dropping slow consumers

2013-09-13 Thread Torsten Mielke
Hi Oleg, You may also be interested in this post http://timbish.blogspot.de/2013/07/coming-in-activemq-59-new-way-to-abort.html Regards, Torsten Mielke tmie...@redhat.com tmielke.blogspot.com On Sep 12, 2013, at 10:26 PM, Oleg Dulin wrote: > Dear Distinguished Colleagues: > > I would like t

Re: Dropping slow consumers

2013-09-13 Thread Torsten Mielke
I am not aware of any such mechanism you're looking for but perhaps these message limit strategies can help you instead http://activemq.apache.org/slow-consumer-handling.html Regards, Torsten Mielke tmie...@redhat.com tmielke.blogspot.com On Sep 12, 2013, at 10:26 PM, Oleg Dulin wrote: > Dear

Dropping slow consumers

2013-09-12 Thread Oleg Dulin
Dear Distinguished Colleagues: I would like to be able to drop slow consumers . If a slow consumer is detected, I want it gone, and I want an advisory message to say "this consumer was dropped". I can't find good documentation for this. Any ideas ? -- Regards, Oleg Dulin http://www.olegdulin