How to program jms queue statistics

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.

+4
source share
3 answers

, , . ActiveMQ. WebLogic Server WebLogic Express.

. , JMS, , . , , :

5.3, ActiveMQ

.

, , . .

ActiveMQ - .

JMS.

, , . .

+4

JMS API . JMX .

docs,

JMS

JMS, JMSServerRuntimeMBean. JMS- JMS- JMS-, JMS.

post ( ) .

+3

JMS API ​​. , .

API MQ, . , IBM WebSphere MQ API.

+2

Source: https://habr.com/ru/post/1664650/


All Articles