...
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.
Code Block | ||
---|---|---|
| ||
<dynamicLoadBalance<dynamicLoadbalance [policy="roundRobin"] [failover="true|false"]> <membershipHandler class="impl of org.apache.synapse.core.LoadBalanceMembershipHandler"> <property name="name" value="value"/> </membershipHandler> </dynamicLoadBalance> |
...
dynamicLoadbalance> |