0 Replies Latest reply on Jul 6, 2003 6:47 PM by ivelin.ivanov

    Serializing a JMX Domain

    ivelin.ivanov

      In an architecture with federated JMX servers, I am looking for a solution that maintains two [very] remote server instances synchronized on a certain domain of MBeans.

      All MBeans, Monitors, Notification subscriptions and relationships in the chosen domain need to be in complete sync on both servers. The servers are only allowed to communicate via HTTP. The connection is uni-directional. The replica-server can connect to the master server, but not the other way around. The replica has to be regularly updated with changes on the master server.

      Has anyone done something like that?

      Ivelin