I have a problem with activemq persistence

2009-09-16 Thread peak0924
This is my configure for activemq: When my system have run for some days; I have a error like this: Failed to mark the Journal: org.apache.activeio.journal.InvalidRecordLocationException: The location is less than the last mark. org.apache.activeio.j

i have a problem about AMQ connection.

2009-09-16 Thread blackbear
yesterday, i just tested this : 1200users in a topic eventually, i got this exception. --error ERROR MulticastDiscoveryAgent- Failed to advertise our service: default.ActiveMQ-4.alive.%localhost%tcp://caveman

Re: Persistence Behavior

2009-09-16 Thread dbczak
I understand everything you are saying, and I believe I could deal with this if I had the time. Unfortunately, I don't, so I just coded around it. I removed the failover transport so send will just error, I created my own manual reconnect method which bascially creates a whole new producer and

Re: Persistence Behavior

2009-09-16 Thread Bruce Snyder
On Tue, Sep 15, 2009 at 4:48 PM, dbczak wrote: > > Yes I'm using failover.  The problem is that if I don't set the > maxReconnectAttempts, it waits forever when I call send and the connection > is down.  But if I set the maxReconnectAttempts, then after it reaches that > max number of attempts, it

Async error occurred -> ActiveMQ 5.2 and NMS

2009-09-16 Thread magellings
Hello. We are stress testing ActiveMQ 5.2 using NMS for .NET producers/consumers. We are sending 200,000 messages through our system and we ran into the error "Async error occurred" shortened for brevity. Log file is attached. It seems this error keeps reoccuring after the first one and fills

Re: Comet Style AJAX Servlet Problems

2009-09-16 Thread Dejan Bosanac
Hi Chris, just created an issue with your description and test https://issues.apache.org/activemq/browse/AMQ-2394 Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, Sep 11, 2009 at

Re: Chat JavaScript example

2009-09-16 Thread Dejan Bosanac
Hi Doug, this should not be the question. The message should be either TextMessage or toString() will be used on any other kind of message. Take a look at http://activemq.apache.org/ajax.html#Ajax-Receivingmessages. for more details. Please let us know if it works for you and file any bugs you fi