1 Reply Latest reply on Aug 18, 2004 12:11 PM by ben.wang

    Clustering JMX(Mbeans).

    ramesh_b

      HI,

      I have a set of Mbeans(JMX) running in the jboss.
      How do i put them in a cluster?

      By using jboss cashe, if yes how do i configure the jboss cashe, it would be great hellp if some one shows me how to configure the jboss cashe.

      OR

      Do i wrap the Mbeans with a statefull session bean and use the inmemory session replication.

      PLs let me know if there is any document, which talks about configuring the jboss cashe.

      Thanks in advance,

      Regards,
      Ramesh Kumar B

        • 1. Re: Clustering JMX(Mbeans).

          JBoss has a plan to do MBean HA in the near future. Meanwhile, you can use JBossCache to manage your own state. Basically, you treat JBossCache as a MBean service and then decide yourself in your MBean when to do replication. Or you can spawn a processor thread to process the replication periodically if you want.

          -Ben