My 5.4.0 ActiveMQ server gives the following warnings on a very frequent
basis:
2010-09-21 15:43:57,472 | WARN | Async error occurred:
javax.jms.JMSException: Invalid acknowledgment: MessageAck {commandId =
19213, responseRequired = false, ackType = 3, consumerId =
ID:kabocha.siegel.com-45421-12
Solved the problem. This was a bug in release 5.3.0. Upgraded to 5.3.1 to
fix.
--
View this message in context:
http://old.nabble.com/Duplicate-message-add-attempt-rejected-tp28084188p28086403.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Note that I have also tried this with a networkconnection on only brokerA,
connecting to brokerB, with duplex="true". I get the same duplicate message
error.
--
View this message in context:
http://old.nabble.com/Duplicate-message-add-attempt-rejected-tp28084188p28084393.html
Sent from the Acti
I'm having trouble networking two brokers together. What I want to do is
make the two brokers function as virtually one. One broker is at one site,
another at a different location. Thus, I need a bi-directional connection.
That is, if I publish to a topic on brokerA I want subscribers to get t
I am attempting to run ActiveMQ in a servlet (GWT-based) on Tomcat6. I
actually have it working, but in my catalina.log file, I get a frequent
stream of IllegalStateExceptions (see stacktrace, below). The code in my
servlet looks like the following:
ActiveMQConnectionFactory factory = new Ac