Hello, I am also trying to use global exception configuration in a Camel route that is built from a template. The template is created ok and the route created from it is also ok & working. But the global exception handling is not working as expected.
Maybe there is another way to customize the exception handling in the route built from the template? For example is there some way using a bean? Or maybe via the .configure that is documented here: https://camel.apache.org/manual/route-template.html. Thanks, jvh003 On 2022/03/31 15:32:21 "Chawla, Manan" wrote: > Hey, > I am trying to integrate Global OnException block with route template but the > onException block isn’t getting executed. Can you please suggest me a way to > get around this issue? > Thank you > Regards, > Manan Chawla >