I was wondering if we can we monitor the JMS connection pool through dynaTrace? I see the getConnection () calls (and other related calls) in the method call tree (PurePath) but I am trying to get the overall stats related to the pool (similar to what we see for the JDBC connection pools- connections used, free as an aggregate measure). Not sure if it matters, but this is for the IBM WebSphere app server.
Please let me know. Any thoughts/feedback would be appreciated!
Jigar
Answer by Roman S. ·
Hi Jigar,
I would try using the PMI metrics of WebSphere for monitoring the JMS connection pool. Don't have an instance in front of me right now but if you know the name of the pool they should be relatively easy to find.
Just go into your system profile, create a new "Custom PMI Measure" and use the "Browse Metrics" button to search the PMI tree of WAS.
Best, Roman
Thanks Roman!
I had looked at all the PMI metrics under WebSphere (by adding a custom chart and selecting 'add measure') before my original post but I couldn't find anything related to JMS connection pool. I see following metrics:
Let me know if I am missing something here or if there is any other way to get this information.
Again, your valuable feedback is much appreciated.
Jigar
JANUARY 15, 3:00 PM GMT / 10:00 AM ET