class |
FailOverLoadBalancer |
This FailOverLoadBalancer will failover to use next processor when an exception occurred
|
class |
LoadBalancerSupport |
|
class |
QueueLoadBalancer |
A base class for LoadBalancer implementations which choose a single
destination for each exchange (rather like JMS Queues)
|
class |
RandomLoadBalancer |
Implements the random load balancing policy
|
class |
RoundRobinLoadBalancer |
Implements the round robin load balancing policy
|
class |
StickyLoadBalancer |
Implements a sticky load balancer using an Expression to calculate
a correlation key to perform the sticky load balancing; rather like jsessionid in the web
or JMSXGroupID in JMS.
|
class |
TopicLoadBalancer |
A LoadBalancer implementations which sends to all destinations
(rather like JMS Topics).
|
class |
WeightedLoadBalancer |
|
class |
WeightedRandomLoadBalancer |
|
class |
WeightedRoundRobinLoadBalancer |
|