Re: Consumer and Failover

2010-02-17 Thread Jean-Yves LEBLEU
Hi all, Should I open an issue in Jira ? Rgds. JY On Tue, Feb 16, 2010 at 5:25 PM, Jean-Yves LEBLEU wrote: > We are using 5.3.0, but have the same problem in 5.2.0 > > > On Tue, Feb 16, 2010 at 5:20 PM, James Strachan > wrote: >> Which version are you using BTW? >> &

Re: Consumer and Failover

2010-02-16 Thread Jean-Yves LEBLEU
We are using 5.3.0, but have the same problem in 5.2.0 On Tue, Feb 16, 2010 at 5:20 PM, James Strachan wrote: > Which version are you using BTW? > > On 16 February 2010 16:17, Jean-Yves LEBLEU wrote: >> On Tue, Feb 16, 2010 at 4:54 PM, James Strachan >> wrote: >>

Re: Consumer and Failover

2010-02-16 Thread Jean-Yves LEBLEU
On Tue, Feb 16, 2010 at 4:54 PM, James Strachan wrote: > On 16 February 2010 15:38, Jean-Yves LEBLEU wrote: >> Hi all, >> >> I am trying to use the failover transport >> (failover:(tcp://localhost:61618)), and I have some questions : >> >> I did a test w

Consumer and Failover

2010-02-16 Thread Jean-Yves LEBLEU
Hi all, I am trying to use the failover transport (failover:(tcp://localhost:61618)), and I have some questions : I did a test with a simple consumer in scala (see the code and log at the end of the mail). Scenario : Broker is stopped. We start the consumer, it waits Start the broker Consumer co

Re: 4.1.1 to 5.1.0 eating heap space

2008-08-20 Thread Jean-Yves LEBLEU
systemUsage , I do not run any more out of java heap space. Thanks for any ideas. Jean-Yves On Tue, Jun 24, 2008 at 1:10 PM, Jean-Yves LEBLEU <[EMAIL PROTECTED]> wrote: > Hello to all, > > My last chance, I've spend last hours to make it work, modifying a lot of > parameters

Re: Memory leak in broker when subscribing to a topic using TCP connector + noLocal?

2008-08-20 Thread Jean-Yves LEBLEU
Hello all, I don't know if it is the same case but even if you remove the listener and set local to false, you get a java.lang.OutOfMemoryError: Java heap space Here is the trace Memory Usage:0Memory Percent:0Send count:0Memory: 5177344 Memory Usage:0Memory Perce

Re: Activemq 4.1 vs 5.1 memory usage

2008-08-07 Thread Jean-Yves LEBLEU
Hi, We have an application currently running very well with activeMq 4.1, I tried to migrate to 5.1 and I had to go back to 4.1 due to excessive memory leak. I was unable to find the reason ... so still waiting to have some more time to investigate. JY On Thu, Aug 7, 2008 at 2:24 PM, xersmith29 <

4.1.1 to 5.1.0 eating heap space

2008-06-24 Thread Jean-Yves LEBLEU
Hello to all, My last chance, I've spend last hours to make it work, modifying a lot of parameters but without any success ... We have a web application using Spring 2.5.4 and ActiveMQ which is working very well, with ajax access etc ... and we would like to upgrade to 5.1.0. The configuration is

Activemq-web Consumer close hangs

2007-10-01 Thread Jean-Yves LEBLEU
Hi all, I am experimenting a strange problem using activemq-web module. I have a web client using a topic and a producer producing messages at a very fast rate. >From time to time I reset the connection by relistening at the web client side at the same topic. After some resets the consumer hangs,