Claus Ibsen created CAMEL-6484:
----------------------------------
Summary: Failover Load Balancer - Make it easier to extend and
choose the processor to use for regular and for failover
Key: CAMEL-6484
URL: https://issues.apache.org/jira/browse/CAMEL-6484
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Priority: Minor
Fix For: Future
See nabble
http://camel.465427.n5.nabble.com/Sticky-load-balancer-and-failover-support-tp5734295p5734620.html
We should have some protected methods end users can use to control which
processor to use
Maybe something like:
{code}
Processor chooseProcessor(int index);
Processor chooseFailoverProcessor(int index, Exception cause);
{code}
Though would need to take a closer look in the failover loadbalancer source
code to find the better method singatures. But the idea is to have 2 methods
for end users to override and impl custom logic.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira