This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes JMS Queue Depths Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "JMS Queue Depths" Watch "JMS Queue Depths" New topic
Author

JMS Queue Depths

Himanshu Jhamb
Ranch Hand

Joined: Aug 01, 2001
Posts: 134
Hi,
I have an application deployed on WLS6.1/WLI2.1 & was looking for some help regarding how to get the number of messages in a particular JMS Queue without going to the weblogic console.
Main concern is the speed with which I can access this info. The Weblogic console is extremely slow in response times. I also tried developing a home-grown solution (made a tool using MBeans) but that was also very slow - which kind of makes sense 'coz the weblogic console also uses MBeans to get the Queue Depth.
Is there any third party tool (preferably free... which I can use to get the count of the # of messages in a particlar Queue ? Again, the speed is imp. to me... Any suggestions/ideas ?
thx


Himanshu Jhamb<br />SCJP2 v1.2 (April 2002)<br />SCJP2 v1.4 (May 2002)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JMS Queue Depths
 
Similar Threads
JMS and BEA MessageQ
Cannot reference a queue using Simple Java Client
JMS persistent messages.
Number of messages in a JMS Queue
Weblogic admin and MBeans