I am seeing a similar problem where my producer gets unresponsive. I simulate this by not running a consumer and letting broker get flooded. The producer application goes unresponsive.
Did tcp settings from the below link work for anyone? http://activemq.apache.org/tcp-transport-reference.html I want send() producer method to timeout in say 1 sec, so I am trying to use the below setings. can anyone confirm? "trace=true&connectionTimeout=5000&soTimeout=1000"; (connectiontimeout = 5 secs, tcptimeout=1 sec) -- View this message in context: http://www.nabble.com/-activemq-user--Application-Hanging-when-Sending-JMS-Messages-tf290790s2354.html#a11765967 Sent from the ActiveMQ - User mailing list archive at Nabble.com.