0 Replies Latest reply on Jul 1, 2011 7:56 AM by mihir8979

    Custom JMX related query.

    mihir8979

      Today I didsome research on how to write our own custom JMX MBean with JBOSS.

       

      And I found this useful link to get me going.

       

      http://community.jboss.org/message/294060

       

      After going through this link I have following questions.

       

      1) Why We should use JBOSS's custom interfaces to write JBOSS compatible MBeans.  ? I though they should use standard interface defined in JDK 1.5.

      2) Is there any way we can expose jboss MBeans to outside world ? I donot want to use Platform MBean server as suggested in this link.(http://community.jboss.org/wiki/JBossMBeansInJConsole)

       

      Thanks.