• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to programmatically determine the JMS Queue depth (JBoss App Server)

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I need to see how i can programmatically get the JMS Queue depth in JBoss. Specifically need to know if any such APIs are available. I know through the jmx-console i can check the queue depth.

Any suggestions will be immensely appreciated :-)

Thanks.
 
Sean Doherty
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any response anyone? :-)
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I know through the jmx-console i can check the queue depth.



The jmx-console is an web-interface of accessing the MBeans available in JBoss. Whatever MBeans are accessible in JBoss can also be queried programatically. See this for an example. The rest of the JMX related FAQ on JBoss is here
 
reply
    Bookmark Topic Watch Topic
  • New Topic