Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Monitor queues in JMS system modules in backend(linux OS)

MuralishFeb 22 2020 — edited Feb 22 2020

Hi,

How to view the JMS system module queue messages in backend(linux operating system), kindly provide the steps to view the same.

I can see the same in weblogic console as bellow, but i would like to check the same thing in back-end. Thanks.

pastedImage_0.png

You can monitor statistics on queues in a JMS system module. Runtime statistics include counts, pending, and threshold data for consumers, bytes, and messages for the queue.

To view the current statistics for a JMS queue:

In the Administration Console, expand Services > Messaging > JMS Modules.

In the JMS Modules table, click the JMS module that contains the configured queue that you want to access.

In the selected JMS module's Summary of Resources table, click the queue that you want to monitor.

Comments
Post Details
Added on Feb 22 2020
0 comments
156 views