Versions Compared

Key

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

The Dynamic Load-balance Endpoint is an endpoint that distributes its messages (load) among application members by evaluating the load-balancing policy and any other relevant parameters. These application members will be discovered using the membershipHandler class, which generally uses a group communication mechanism to discover the application members. The class attribute of the membershipHandler element should be an implementation of org.apache.synapse.core.LoadBalanceMembershipHandler. You can specify membershipHandler properties using the property elements. The policy attribute of the dynamicLoadbalance element specifies the load-balancing policy (algorithm) to be used for selecting the next member that will receive the message.

...

Dynamic Load-balance Endpoint Configuration

Click 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 under Service Bus in the Main  the Main menu tab of the ESB management console, to add a dynamic load balance endpointDynamic Load-balance Endpoint. The syntax is as follows.

...