Hi I am using Apache ActiveMQ 5.12. In my project the requirement is 1000s of
clients will connect and send messages all at a time. My server application
is able to accept 1000s of connection and store in database but while
dumping those to ActiveMQ its showing error. Only after 10 to 15 messages
the server app is throwing JMSException which is saying JMSConnection is
down and after that it is not able to send any message to queue. Below is
the message coming in the ActiveMQ console.

"*jvm 1    |  WARN | Async error occurred: javax.jms.JMSException:
Transaction 'TX:ID:L-501800318-53077-1447330462832-1:1:2' has not been
started.*"

The producer has implemented ExceptionListener which override onException()
and in the onException() i am reseting the JMSConnection. But not able to
send data to queue.

It's bit urgent and critical. Please guide me what can i do?


Thanks In Advance.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-not-able-to-handle-message-load-tp4703928.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to