Checking Threads via JMX
Background: We have an in-house JMX monitoring tool that collects performance statistics on all of our Weblogic instances. Once we migrated to weblogic 9.1 we noticed that we could no longer get thread information from the ExecuteQueueRuntime bean. This was because they had implemented work queues in weblogic. We found the -Dweblogic.Use81StyleExecuteQueues=true flag which fixed the problem as it went back to the old thread model. However we now have an issue using 8.1 style execute queues with JMS. We would like to switch to work managers but cannot seem to find a way to get thread information from the
0