Jyrki Ruuskanen created CAMEL-9262:
--------------------------------------

             Summary: stopOnSuccess in Multicast, RecipientList
                 Key: CAMEL-9262
                 URL: https://issues.apache.org/jira/browse/CAMEL-9262
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Jyrki Ruuskanen
            Priority: Minor


Let's say we have an endpoint where we should send a message and if sending 
fails there are a number of fallback endpoints we should try stopping after the 
first successful sending (=no exception thrown during sending).

This sounds like a case for doTry..doCatch, but then we can't use 
defaultErrorHander and friends.

I think it would look quite right if we could say .stopOnSuccess() or 
.shortCircuit() on multicast and have it stop after the first successful send.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to