Re: publish() call to remote JMS server hangs
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