Using Deprecated MBeans in JMX Application
I am working on an application using JMX that will gather information on JMS queues and topics from a Weblogic 10 server. Ideally I would use the MBeans JMSQueues and JMSTopics, but unfortunately this is not the best option since these were deprecated in Weblogic 9. Does anyone have any other ideas how to do this?
Thanks