loadBalancingModeEnum

Defines the load balancing mode used by dispatchers.

Load-balancing settings must be used in conjunction with the bibus » configuration » serverGroup property, bibus » configurationFolder » serverGroup property, and bibus » dispatcher » serverGroup property to properly define dispatcher groups.

References

Used by the following properties:

Members

clusterCompatible

Specifies that low affinity requests are processed locally whenever possible. The local dispatcher may forward the request to a remote dispatcher if the service necessary to run the request is not available locally. Requests that can not be processed locally are load balanced to other dispatchers in the same application cluster using a weighted round-robin algorithm.

High affinity requests are forwarded to the associated dispatcher whenever possible. This type of load balancing takes place regardless of the load balancing mode specified for the local dispatcher.

weightedRoundRobin

Specifies that the dispatcher load balances requests using a weighted round-robin algorithm.