[jboss-dev-forums] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: JBAS-4180 - HA <-> JMX coupling

bstansberry@jboss.com do-not-reply at jboss.com
Tue Oct 2 17:42:54 EDT 2007


"bstansberry at jboss.com" wrote : 
  | Note the issue here is whether classes extend ServiceMBeanSupport, not whether they expose a JMX interface. 

Beyond even whether they subclass ServiceMBeanSupport, the question is whether they can function properly if deployed as simple microcontainer beans.

Example, for a class providing functions like HASingletonController, as an implementation detail we may decide to subclass ServiceMBeanSupport and thus pick up some of its code base. But, if I don't need the controller to send out JMX notifications, it shouldn't require access to a JMX server to function.

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

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



More information about the jboss-dev-forums mailing list