I have ActiveMQ broker (5.6.0), and spring-JMS producer. I am using JMS queues, and not topics. It works great, but when the JMS-producer have many messages to sent, I sometimes get:
'org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: org.apache.activemq.transport.RequestTimedOutIOException' although all the messages are actually being sent to the broker. -- View this message in context: http://activemq.2283324.n4.nabble.com/RequestTimedOutIOException-tp4667719.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
