Hi, In Came 2.14, onCompletion now has a mode parameter that allows controlling if the onCompletion body is to be executed after or before the route consumer.
How does this impact UnitOfWork? Is there a way to also control when a synchronization is to be executed? I haven't fully isolated the issue yet. But I seem to have a case where UnitOfWork was executed before the route consumer while with Camel 2.14, it is not executed after the route consumer has started. Any thoughts? Regards, Max.