I am currently running 1 broker and 3 consumers, 2 for one queue, and 1 for another, and I am getting an exception "Transaction 'jmsmessageid' has not been started" and it kills the consumer. Any ideas on why this exception would occur and how to avoid it would be greatfully appreciated.
Setup for the consumer: using multicast session is - createSession(true, Session.CLIENT_ACKNOWLEDGE) using queues queue info: 2 queues around 3000 messages on one (with 2 consumers) around 500 on the other (with 1 consumer) Kind regards, Osian -- View this message in context: http://www.nabble.com/JMSException-Transaction-*-has-not-been-started-t1563748.html#a4246635 Sent from the ActiveMQ - User forum at Nabble.com.
