Location: Applications

Discussion: JMS-->Queue monitoringReported This is a featured thread

Showing 3 posts

janeluo
JMS-->Queue monitoring
Sep 9 2008, 3:42 PM EDT | Post edited: Sep 9 2008, 3:42 PM EDT
Hello,
Who can tell me how to dynamically monitoring the queue activities via console in WL 9.2?

thanks!
Do you find this valuable?    
Keyword tags: None
markito
markito
1. RE: JMS-->Queue monitoring
Sep 11 2008, 1:19 PM EDT | Post edited: Sep 11 2008, 1:19 PM EDT
"Hello,
Who can tell me how to dynamically monitoring the queue activities via console in WL 9.2?

thanks!"
Hi!
Not sure if it's exactly what you mean by dynamically, but here are some steps that helps monitoring JMS Queues:
- First of all, you need to setup a subDeployment to your Queue. It can be per JMS module or per Queue, depending on your needs, but you need to set a subDeployment to your queue so do a effective monitoring.
- After that, you can go to the monitoring tab of the queue and click on "Customize this table". There you can find some extra fields that are not visibile by default for the monitoring table. Usually you'll choose: Message Total, Message Pending, Message Current, Consumers Total. But this will depends on your needs of course.

Other important information is go to Configuration Tab and then Logging tab. Select the check box "Enable Message Logging" and choose the headers if needed. With that you'll see inside the server's directory a folder called "jmsServers" and there will have a log file for your queue. You can keep tracking all messages and headers from there also and maybe with a simple shell script this can be a more dynamic way of monitoring.

But remember that this log file should increase a lot in high usage systems.
Regards.
1  out of 1 found this valuable. Do you?    

janeluo
2. RE: JMS-->Queue monitoring
Sep 11 2008, 2:27 PM EDT | Post edited: Sep 11 2008, 2:27 PM EDT
Thanks Mark for the important and useful information.
Do you find this valuable?