Splitter should stopOnException by default ------------------------------------------
Key: CAMEL-3511 URL: https://issues.apache.org/jira/browse/CAMEL-3511 Project: Camel Issue Type: Improvement Components: camel-core Reporter: Claus Ibsen Priority: Minor Fix For: 3.0.0 See nabble http://camel.465427.n5.nabble.com/DISCUSS-Ignoring-exceptions-thrown-while-processing-sub-messages-in-a-splitter-tp3330427p3330427.html If we change default behavior we should do it in Camel 3.0 so we can put it on a migration guide. Having it stop by default is more common sense and follows the fail fast mantra. This applies to multicast and recipient list EIPs as well as they have the same feature and shares logic between them. Also the option is defined on @RecipientList annotation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.