[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBM 2 Management Interfaces

mazz@jboss.com do-not-reply at jboss.com
Wed Feb 20 10:38:43 EST 2008


>From jbm's point of view, you just expose your management "stuff" via JMX MBeans.   If you want jbm to be managed "by something" (RHQ or something else) you need to do this no matter what.  Since jbm is written in Java, JMX seems to be the logical choice.  jbm is as lightweight as you make it - the jbm MBeans are hosted by jbm somewhere (maybe it has its own MBeanServer, maybe it uses the JRE5 platform MBean Server, maybe its running in JBossAS and it uses JBoss's MBeanServer... its up to you).

Then, you can either:

a) write your own client that connects to the MBeanServer that exposes your MBeans, and write your own management application/UI that makes JMX API calls to interact with the jbm management facilities.

or

b) write an RHQ plugin that connects to the MBeanServer that exposes your MBeans (no Java code needed on your part if the JMX plugin can do everything you need) and utilize the RHQ feature set that the RHQ Server core UI provides.

and I do not have an uncle named Bob ;)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130801#4130801

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130801



More information about the jboss-dev-forums mailing list