2 Replies Latest reply on Mar 14, 2016 5:09 AM by barbara.devido.3

    Loadbalancing,HA FSW using mod cluster

    ravi21588

      Hi, I have a scenario where i have two physical servers with a jboss FSW instance each.I need to deploy a soap service in both the instance of Jboss FSW. When the client triggers request to this soap service it should load balance across both the instances. How will i need to configure to load balance and How can i acheive high availability. Can you please explain me bit more detail as the documentation is not clear.

        • 1. Re: Loadbalancing,HA FSW using mod cluster
          ravishankarhassain

          If you are using JBoss Fuse 6.2.1 where Jboss Fuse and Jboss FSW got merged as a single product, you can use the fabric gateway-http and auto scaler profile to achieve load balance, high availability and fail over.

          • 2. Re: Loadbalancing,HA FSW using mod cluster
            barbara.devido.3

            As Ravishankar Hassain says, to achive load balance you can use gateway-http profile as parent of your own profile or assign it to your containers,

             

            Be careful with autoscale, because it will create new container every time the number of available containers drop below the minimum, and even if an old container get back to life, it is not use but a new one os preferred.