Hi Take a look at this test https://github.com/apache/camel/commit/3a25314a6856d48dbe6f82301194f494b67415d5
On Wed, Jul 14, 2021 at 10:34 PM Harsh Karn <[email protected]> wrote: > > Hi, > > Is there any way to stop executing split on exception but continue running > the rest of the route after split or the outer route? > > I tried setting stopOnException() but it stops the route immediately and > nothing can be done following the exception. > > I tried using aggregationtrategy but I don't see any option to stop running > split if I see exception raised or handled. > > *Thanks* > *Harsh* -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
