2 Replies Latest reply on May 20, 2003 9:50 AM by afida

    Load Balancing MBean across two nodes

    afida

      We need to load balance our MBeans across two instances of JBoss running on two different machines.

      This MBean is a Dispatcher service and needs to distribute the work across machines. Also is there any JMX/JBoss limitations that does not allow spanning multiple threads from MBean.

      Thanks

      Amad Fida

        • 1. Re: Load Balancing MBean across two nodes

          When you write an MBean you become
          part of the server, you can do what you like.
          Just make sure you know what you are doing.

          There is no direct support for load balancing
          MBeans. In 3.2.1 there is a proxy factory
          that can be used to create client side
          proxies for MBeans (see the JMX invoker adaptor
          service).
          This could probably be tweeked to
          use HAJRMP?

          Regards,
          Adrian

          • 2. Re: Load Balancing MBean across two nodes
            afida

            May be I posted this message in a wrong forum or this is really a stupid question.. ???