Hi All,
I've noticed that ActiveMQ has been occasionaly hanging causing deadlock in our application when trying to publish a message. While debugging i noticed that when the publish becomes hung if i kill activemq and restart it the message completes its publishing and the code continues to execute. The deliver mode is non persistent, the producer connection is set to connectionFactory.setUseAsyncSend(true) and the consumer connection is connectionFactory.setAsyncDispatch(true). At this point I'm not sure where to look to solve this issue.. since there is no actuall exception being thrown or stack trace/message to look out. thanks, Nick. -- View this message in context: http://www.nabble.com/Hang-on-publish-of-non-persistent-message-tf2388290.html#a6658067 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
