0 Replies Latest reply on Sep 15, 2005 8:23 AM by mario_667

    synchronization between applications

    mario_667

      Situation: I have some instances of application, working in cluster on different machines. I want to manage and monitor it via JMX.
      For example I want to know value of one parameter on every instance of this application. Do I have to check this parameter on every server or these machines (MBeanServers?) can communicate each other and I can in some way automatically get values of this parameter from every instance of application?

      Thanks in advance for every suggestions