Jms Destination Runtime Mbean Not Found when monitoring UDD
(Doc ID 1371357.1)
Last updated on JUNE 10, 2022
Applies to:
Oracle WebLogic Server - Version 10.3.4 and laterInformation in this document applies to any platform.
Symptoms
Trying to acquire 'JMSDestinationRuntimeMBean' to control a specific queue programmatically. Used the Weblogic provided extension package "weblogic.jms.extensions.JMSRuntimeHelper" specifically calling this method "getJMSDestinationRuntimeMBean(Context ctx, Destination destination)".
Able to successfully looked up the Destination via its jndi name, but when call method 'getJMSDestinationRuntimeMBean()' got exception that mbean cannot be found.
Below for the code snippet using stand-alone test app:
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 |