Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dynamic Load-balance Endpoint Configuration

...

Currently the Dynamic Load-balance Endpoint does not support configuring it using a UI. However, you can configure it using its XML source code in the Source View. Click

...

Source View

...

 in the Manage menu under the Service Bus menu of WSO2 ESB Management Console, to configure the the Dynamic Load-balance Endpoint as shown below.

Image Added

Code Block
languagehtml/xml
<dynamicLoadBalance [policy="roundRobin"] [failover="true|false"]>
    <membershipHandler class="impl of org.apache.synapse.core.LoadBalanceMembershipHandler">
      <property name="name" value="value"/>
    </membershipHandler>
  </dynamicLoadBalance>

...