0 Replies Latest reply on Nov 30, 2007 9:10 AM by ejb3workshop

    Load Balancing Policy

    ejb3workshop

      I am trying to get an application deployed on a cluster of 3 machines of different configuration. Once of the machines is a QuadCore and the others a P4's. When I submit a large number of messages to the cluster both P4 are running at 100% CPU utilisation which the QuadCode is merely sitting at 25% utilisation. It seems that every node in the cluster is allocated the same number of messages on a Round Robin basis.

      In Chapter 8 on the 1.3 documentation there are several configuration options available.
      http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.3.0.GA/html/c_configuration.html

      However in 1.4 none of these options are included in the documentation.
      http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.SP1/html/configuration.html#conf.connectionfactory.attributes.loadbalancingfactory

      What is the best method to configure a load balanceing policy for clusters like the one I am working on.

      thanks in advance
      Alex