JMS clients disconnects after 4 minutes
Hi,
Problem description:
1. A client connects remotely to a JMS Topic.
2. This client publish many messages to the topic at one session. This action takes a few minutes.
3. After 4 minutes the client gets the following Exceptions:
weblogic.jms.common.LostServerException: java.lang.Exception:
weblogic.rmi.extensions.DisconnectMonitorException: DisconnectMonitor times out after 240s.
4. To fix this, I had to close the session, connection and producer and create them again.
But this is not a preferred solution.
This behavior is consistence and happens every 4 minutes.
Is there any way to control this time to a higher value of 4 minutes or unlimited?
Thanks,
0