Package org.apache.camel.processor.loadbalancer
package org.apache.camel.processor.loadbalancer
Various load balancer processors
-
ClassDescriptionStatistics about exception failures for load balancers that reacts on exceptionsThis FailOverLoadBalancer will failover to use next processor when an exception occurredA strategy for load balancing across a number of
ProcessorinstancesRepresents a consumer which on starting registers itself with aLoadBalancerand on closing unregisters itself with a load balancerA default base class for aLoadBalancerimplementation.A base class forLoadBalancerimplementations which choose a single destination for each exchange (rather like JMS Queues)Implements the random load balancing policyImplements the round robin load balancing policyImplements a sticky load balancer using anExpressionto calculate a correlation key to perform the sticky load balancing; rather like jsessionid in the web or JMSXGroupID in JMS.ALoadBalancerimplementations which sends to all destinations (rather like JMS Topics).