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
@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
;
>> 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
]
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
." 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
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
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
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
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"
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
> Btw - are you explicitly setting the SimpleDispatchPolicy for the Queue ?
Yes, I had this part in my activemq.xml:
Cheers,
Jürgen.
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.
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:
>
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.
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
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.
> this is the latest 5.1 snapshot release ?
Two days old. Should I get an update?
Cheers,
Jürgen.
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
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
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
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
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
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
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
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
25 matches
Mail list logo