Async error occurred: javax.jms.JMSException: Unmatched acknowledege

2008-12-12 Thread janylj
Hello, We are using ActiveMQ 5.2. Our set up is three broker cluster using multicast discovery. We saw a lot of Async error. For example, in 400 milli-seconds, there were 762 ERROR’s of “Async error occurred: javax.jms.JMSException: Unmatched acknowledege”. We were sending persistent message (u

Async error occurred: javax.jms.JMSException: Transaction 'TX:ID:XXX has not been started.,javax.jms.JMSException: Transaction has not been started.

2008-12-12 Thread Minh Tu Duong
Hi all, i am using activemq 5.1.0 and have this exception: 2008-12-12 18:29:50,037 [127.0.0.1:45664] ERROR Service- Async error occurred: javax.jms.JMSException: Transaction 'TX:ID:hostname-34980-1225308078142-0:0:25' has not been started. javax.jms.JMSException: Trans

Re: Queue repeatedly stalls

2008-12-12 Thread Gary Tully
This looks like producer flow control. see: http://activemq.apache.org/slow-consumer-handling.html and in particular turn off flow control: http://activemq.apache.org/producer-flow-control.html Are you seeing this with the vanilla producer and consumer scripts from the examples? 2008/12/11 tre