Re: Future of Camel

2021-01-18 Thread Tadayoshi Sato
On Sun, Jan 17, 2021 at 6:28 PM ski n wrote: > Hi all, > > In 2020 there was a clear roadmap towards 3.7.0. This roadmap focussed on > modularization and performance, especially useful in microservices and > cloud functions. > > Now I wonder what the roadmap of 2021 will be and what the future of

Modify Exchange for route onException errorhandler when using useOriginalMessage

2021-01-18 Thread Marcus Ionker
Hello, I have a main processing route with multiple onException clauses with useOriginalMessage. So that the errorhandler route knows what error occurred in the main processing route, I wanted to set a onPrepareFailure. Unfortunately you cannot set this value in the onException clause. Therefor