Hi

I'd like to have a failover route where the list of failover routes are 
dynamic. My intention is to store this list in a database and be able to 
control the list of fail overs at runtime.

<from uri="direct:start"/>
<loadBalance>
        <failover/>
        
        <!-- not sure what goes here? -->
</loadBalance>

According to this 
http://mail-archives.apache.org/mod_mbox/camel-users/201202.mbox/%3ccagb5ynmsdf2cnpdbr1yu2bqskhvgwcy1ujkdjoau21unek7...@mail.gmail.com%3E

I should use a dynamic router but I don't see how this would work. How do I 
detect failed/successful routes so I know when to stop the dynamic router? 
Thanks

Minh

Reply via email to