cLoadBalancer
Distributes the messages it received to multiple endpoints according to the load balancing policy.
For more information, see the Apache camel documentation https://camel.apache.org/components/latest/.
cLoadBalancer Standard properties
These properties are used to configure cLoadBalancer running in the Standard Job framework.
The Standard cLoadBalancer component belongs to the Routing family.
Basic settings
| Properties | Description |
|---|---|
|
Strategy |
Select between Random, Round Robin, Sticky, Topic, Failover, and Custom. Each method is described below. |
|
Random |
The receiving endpoint is chosen randomly at each exchange. |
| Round Robin | Messages are distributed according to the round robin method which distributes the load evenly. |
|
Sticky |
|
|
Topic |
Select this option to send all the messages to all the endpoints. |
|
Failover |
|
|
Custom |
Load balancer: Type in the name of your custom load balancer. |
Usage
| Usage guidance | Description |
|---|---|
|
Usage rule |
cLoadBalancer is used as a middle component in a Route. |
| Connections |
|
|
Limitation |
n/a |