I found the following link to read messages from the JMS queue and its operation.
https://blogs.oracle.com/soaproactive/entry/jms_step_3_using_the
Now I want to read the statistics of the JMS queue programmatically, like the number of messages, the number of pending messages and the time I / O messages, etc. Is it possible in weblogic or weblogic to provide any API for this purpose?
Please, help.
source
share