Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a question about the tRouteFault component.
I would like to use it to catch my exception in my jobs, and send them back to the Route.
Here is my test Route:
And here is my DI job:
I do not have particular configuration in my component, except in my cOnException:
My question is: why my cOnException Route stop everytime after the first component (in this exemple, after the cSetHeader component) ?
I have tried with 2 cProcessors, it is the same problem.
It seems to be caused by the tRouteFault component, because it works if I deactivate it.
I have to use a tRouteOutput instead of a tRouteFault ?
Thanks in advance !
Hello,
The tRouteFault component looks exactly like tRouteOutput component but it will mark Exchange out message as fault.
Are you able to get the exact error message from your DI job?
Best regards
Sabrina