Hello
I have a cluster of JBoss servers, and an MBean (POJO with @Service annotation) which
manages some data loaded from DB. When I change state of the MBean on one server instance
via JMX-console I want to update
automatically the MBeans on another cluster nodes.
I understand that such kind of tasks may be solved by saving state into clustered cache
like TreeCache, but I would prefer to keep current architecture.
Is there any common way to notify MBeans on particular cluster node from other node?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024296#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...