JMS Destinaton Went Down Caused Stuck Threads In Managed Servers
(Doc ID 1482271.1)
Last updated on FEBRUARY 01, 2023
Applies to:
Oracle WebLogic Server - Version 10.3.4 and laterInformation in this document applies to any platform.
Symptoms
Managed Servers hung with blocked threads in the production server.
When a remote server hosting a destination goes down or becomes unresponsive, the JMSConnectionPoller used to test and maintain connections for deployed MDB has to reset and recreate connections. When the disconnection is detected, the JMSConnectionPoller attempts to stop and cleanup the associated sessions. But this stop of the session takes a lot longer while holding lock on the JMSConnectionPoller and other threads that detect the disconnection also attempt to get lock on the same JMSConnectionPoller leading to bottleneck in heavily loaded server instances where multiple threads get blocked and cannot do faster recovery in case of disconnections.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |