1 Reply Latest reply on Nov 12, 2006 3:08 PM by brian.stansberry

    Load balancing for stateless session bean?

    anvar

      Does JBoss 4.x implement load balancing for Stateless Session Bean?
      If so, is it possible to achieve this via client smart proxy?

      Thanks

        • 1. Re: Load balancing for stateless session bean?
          brian.stansberry

          Yes, if you are running the "all" config. Just add

          <clustered>true</clustered>
          to the bean's descriptor in jboss.xml. The client proxy you download from JNDI will transparently support load balancing and failover.

          See the clustering chapter in the Application Server Guide.