0 Replies Latest reply on Mar 1, 2007 10:11 AM by kkrivopustov

    How to find current cluster members and invoke particular no

    kkrivopustov

      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?