Is there a way to ignore the exception using the onException tag ?
If it is possible can you tell me the correct xml syntax ?
This is my route:

<camel:route id="RouteName">
        <camel:from uri="direct:RouteName" />
        <camel:recipientList delimiter=","      ignoreInvalidEndpoints="true"
stopOnException="false">
                <camel:header>HEADERNAME</camel:header>
        </camel:recipientList>
</camel:route>

Thanks,
Jacob

-- 
View this message in context: 
http://camel.465427.n5.nabble.com/camel-recipientList-with-ignoreInvalidEndpoints-true-tp3404103p3404535.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to