Re: Nework of brokers and Topic leak memory

2008-10-07 Thread activemqny
Can you explain why after ALL messages have been delivered to consumer, memory usage stays at 100%? How do I disabled producer flow throw API call? Thanks, -Neal bsnyder wrote: > > On Tue, Oct 7, 2008 at 3:04 PM, activemqny <[EMAIL PROTECTED]> wrote: >> >> We use

Nework of brokers and Topic leak memory

2008-10-07 Thread activemqny
We use a network of brokers and topic to do messaging. All our message producers and consumers talk to the local VM broker. We reply on bridges between network of brokers to move messages between brokers. I attached two files to show this memory leak problem. TryJmsClient keeps sending persiste

distributed queue question

2007-05-30 Thread activemqny
Hi, This may sounds simple. But I just couldn't get it work. I have two brokers in two JVMs, A and B (in fact, in two physical machines). A has a few producers and B has one consumer. I create brokers and queues programmatically. A and B are configured as network brokers. BrokerService broke