Hi, After futher investigation, it seems that the problem is not related to the type of Object being serialized as payload, but rather the size of the object. It seems that payloads of less than 64KB size causes the publish() call to hang, while payloads larger than 64KB does not.
The problem is that in our application the publish is done under a synchronized lock, and if the call hangs, other publish/close/cleanup/reconnect code will be deadlocked. Thanks, karthik -- View this message in context: http://www.nabble.com/publish%28%29-call-to-remote-JMS-server-hangs-t1446830.html#a3956186 Sent from the ActiveMQ - User forum at Nabble.com.
