Re: Usage memory Limit hit with Network of Brokers.

2011-05-03 Thread Gary Tully
the stop method on the network connector via JMX should do that for you. On 3 May 2011 13:02, Martin C. wrote: > Hi, > > On Tue, May 3, 2011 at 11:20 AM, Gary Tully wrote: >> In your setup, when one of the networked brokers goes >> down it becomes (looks like) a very slow consumer. > > Is there

Re: Usage memory Limit hit with Network of Brokers.

2011-05-03 Thread Martin C.
Hi, On Tue, May 3, 2011 at 11:20 AM, Gary Tully wrote: > In your setup, when one of the networked brokers goes > down it becomes (looks like) a very slow consumer. Is there a way to "de-register" a broker in such a scenario, if it goes down intentionally "forever"? Best regards, Martin

Re: Usage memory Limit hit with Network of Brokers.

2011-05-03 Thread Gary Tully
you need to use a pending message limit strategy or file pending message cursor. In your setup, when one of the networked brokers goes down it becomes (looks like) a very slow consumer. Check out the options: http://activemq.apache.org/slow-consumer-handling.html On 28 April 2011 14:29, manua wr