3 Replies Latest reply on Oct 24, 2002 11:04 AM by slaboure

    load balancing policy

    droman

      Hi people,

      I have seen that JBOSS supports different LB-Policies in the clustering component. However I couldn't found how can I configure the preferred policy to be used. If anybody knows, please help.

      Thanks, Dmitri.

        • 1. Re: load balancing policy
          slaboure

          Hello Droman,

          Everything is fully described in the documentation to be soon available on flashline (it should have been available yesterday...)

          It needs to be set in the <cluster-config> element in the jboss.xml configuration file of your bean. 2 policies are available: first-available and round-robin. You can also easily implement your own policies (take a look at the two existing: they are only a few lines long).

          Cheers,


          Sacha

          • 2. Re: load balancing policy
            alwyn

            Is there a way to set this for JMS queues?

            • 3. Re: load balancing policy
              slaboure

              There is no JMS-clustering features yet