Re: High message frequency causes ActiveMQ to freeze

2008-01-23 Thread Greg Wittel
Rob Davies wrote: Have you tried a 5.1 snapshot release ? We are constantly fixing issues - some in this area I have tried it. However, I have been unable to reliably reproduce the problem in a test environment with 5.0 at this point so I cannot confirm that this has been fixed in the 5.1 sn

RE: High message frequency causes ActiveMQ to freeze

2008-01-21 Thread Juergen.Schumacher
@activemq.apache.org Subject: Re: High message frequency causes ActiveMQ to freeze On Jan 18, 2008, at 11:56 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] > wrote: > >> this is the latest 5.1 snapshot release ? > > Two days old. Should I get an update? > > Cheers, > Jürgen. H

Re: High message frequency causes ActiveMQ to freeze

2008-01-21 Thread Olivier Bigard
; >> Juergen.Schumacher wrote: >>> >>> Hi, >>> >>> do you really use a topic named FOO.* in your tests? >>> You probably will have to adapt the topic="..." attribute >>> of to your topic name - or replace it with >>> que

Re: High message frequency causes ActiveMQ to freeze

2008-01-20 Thread Rob Davies
] Sent: Friday, January 18, 2008 2:15 PM To: users@activemq.apache.org Subject: Re: High message frequency causes ActiveMQ to freeze We retry our testcase with the following lines

RE: High message frequency causes ActiveMQ to freeze

2008-01-20 Thread Olivier Bigard
." attribute > of to your topic name - or replace it with > queue="..." if you are using a queue. > > Cheers, > Jürgen > > -Original Message- > From: Olivier Bigard [mailto:[EMAIL PROTECTED] > Sent: Friday, January 18, 2008 2:15 PM > To: users

Re: High message frequency causes ActiveMQ to freeze

2008-01-19 Thread Rob Davies
On Jan 18, 2008, at 11:56 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] > wrote: this is the latest 5.1 snapshot release ? Two days old. Should I get an update? Cheers, Jürgen. Hi Jurgen, it would help enourmously if you could raise an issue for this and attach a test case - if possibl

Re: High message frequency causes ActiveMQ to freeze

2008-01-19 Thread Rob Davies
On Jan 18, 2008, at 6:11 PM, gwittel wrote: Juergen.Schumacher wrote: ERROR RecoveryListenerAdapter- Message id ID:AFA-20561-3446-120057540989 6-0:0:1:1:615 could not be recovered from the data store! Any idea what's happening? Is there any additional information I should

Re: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread gwittel
Juergen.Schumacher wrote: > > ERROR RecoveryListenerAdapter- Message id > ID:AFA-20561-3446-120057540989 > 6-0:0:1:1:615 could not be recovered from the data store! > > > > Any idea what's happening? Is there any additional information I should > provide? > Thank you very much in

RE: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Juergen.Schumacher
AIL PROTECTED] Sent: Friday, January 18, 2008 2:15 PM To: users@activemq.apache.org Subject: Re: High message frequency causes ActiveMQ to freeze We retry our testcase with the following lines in "activemq.xml"

Re: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Olivier Bigard
We retry our testcase with the following lines in "activemq.xml" file to disable "flow control": but it doesn't seem to solve the problem: ActiveMQ still fr

RE: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Juergen.Schumacher
> Btw - are you explicitly setting the SimpleDispatchPolicy for the Queue ? Yes, I had this part in my activemq.xml: Cheers, Jürgen.

Re: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Olivier Bigard
The session is not transacted in our simple testcase... rajdavies wrote: > > looks like you are creating transacted sessions and not calling commit > - is that you mean to do ? > > On Jan 18, 2008, at 6:59 AM, Olivier Bigard wrote: > >> >> Hello, >> >> We had the same problem with ActiveMQ 5.

Re: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Olivier Bigard
Ok, we will try to disable this flow control. Thank you rajdavies wrote: > > It looks like you've hit flow control - you might want to disable it - > see here: http://activemq.apache.org/producer-flow-control.html > cheers, > > Rob > > On Jan 18, 2008, at 6:59 AM, Olivier Bigard wrote: >

Re: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Rob Davies
Btw - are you explicitly setting the SimpleDispatchPolicy for the Queue ? On Jan 18, 2008, at 11:56 AM, <[EMAIL PROTECTED]> wrote: this is the latest 5.1 snapshot release ? Two days old. Should I get an update? Cheers, Jürgen.

RE: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Juergen.Schumacher
related to the lockup. Cheers, Jürgen. -Original Message- From: Rob Davies [mailto:[EMAIL PROTECTED] Sent: Friday, January 18, 2008 1:04 PM To: users@activemq.apache.org Subject: Re: High message frequency causes ActiveMQ to freeze ooh - ok that's a bug - will fix today On Jan 1

Re: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Rob Davies
ooh - ok that's a bug - will fix today On Jan 18, 2008, at 11:56 AM, <[EMAIL PROTECTED]> wrote: this is the latest 5.1 snapshot release ? Two days old. Should I get an update? Cheers, Jürgen.

RE: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Juergen.Schumacher
> this is the latest 5.1 snapshot release ? Two days old. Should I get an update? Cheers, Jürgen.

Re: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Rob Davies
this is the latest 5.1 snapshot release ? On Jan 18, 2008, at 11:47 AM, <[EMAIL PROTECTED]> wrote: Hi again, Seems that was a bit overhasty. I'm still getting freezes, but much later in the test. I also just did a test with non-transactional sessions and it locks up even after the producers ha

RE: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Juergen.Schumacher
Hi again, Seems that was a bit overhasty. I'm still getting freezes, but much later in the test. I also just did a test with non-transactional sessions and it locks up even after the producers have long stopped working. However, it seems to be a bit different this time: The ActiveMQ server seems t

RE: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Juergen.Schumacher
Hi, > -Original Message- > From: Rob Davies [mailto:[EMAIL PROTECTED] > Sent: Friday, January 18, 2008 8:41 AM > > looks like you are creating transacted sessions and not calling commit > - is that you mean to do ? Where are commits missing? There is one commit after each message creati

RE: High message frequency causes ActiveMQ to freeze

2008-01-18 Thread Juergen.Schumacher
Hi, > -Original Message- > From: Rob Davies [mailto:[EMAIL PROTECTED] > Sent: Friday, January 18, 2008 8:28 AM > > It looks like you've hit flow control - you might want to disable it - > see here: http://activemq.apache.org/producer-flow-control.html Yes, that seems to be a part of th

Re: High message frequency causes ActiveMQ to freeze

2008-01-17 Thread Rob Davies
looks like you are creating transacted sessions and not calling commit - is that you mean to do ? On Jan 18, 2008, at 6:59 AM, Olivier Bigard wrote: Hello, We had the same problem with ActiveMQ 5.0.0. Yesterday we downloaded the last 5.1 SNAPSHOT and the message disappeared, but ActiveMQ i

Re: High message frequency causes ActiveMQ to freeze

2008-01-17 Thread Rob Davies
It looks like you've hit flow control - you might want to disable it - see here: http://activemq.apache.org/producer-flow-control.html cheers, Rob On Jan 18, 2008, at 6:59 AM, Olivier Bigard wrote: Hello, We had the same problem with ActiveMQ 5.0.0. Yesterday we downloaded the last 5.1 SNA

RE: High message frequency causes ActiveMQ to freeze

2008-01-17 Thread Olivier Bigard
Hello, We had the same problem with ActiveMQ 5.0.0. Yesterday we downloaded the last 5.1 SNAPSHOT and the message disappeared, but ActiveMQ is still frozen after some messages... I put a message in the forum with our Java code. We are running ActiveMQ on Solaris platform with JDK 1.5.0_07. Can a

RE: High message frequency causes ActiveMQ to freeze

2008-01-17 Thread Juergen.Schumacher
Hello, ok, attaching the source code file does apparently not work here. So here are the relevant code parts from the producer and processor classes, which create the connections to ActiveMQ and the messages. Sorry for the trouble... Regards, Jürgen Schumacher Procucer.java