Just raise the INFO -> WARN logging on that particular class.

On Tue, Mar 1, 2011 at 9:07 AM, JacobS <jacobhame...@gmail.com> wrote:
> 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.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to