Hi, I am trying to programmatically create MBean instances that should be shared across the cluster nodes. As each node has its own MBeanServer I can't find a direct solution on creating and synchronizing those MBeans. - Ideas on how this could be solved?
My next thought was to create a singleton service that creates and provides access to the MBeans on the master node. This works fine, but in case of a master-node-switch, the MBean instances are not re-created on the new master. Is there a way to create MBean instances that are distributed/shared across the cluster nodes? Or: is there a way MBeans on the master node can be re-constructed in case of a master node switch (I guess not, as the state is gone with the old master)? Thanks in advance for any help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916869#3916869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916869 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
