Re: Resequnce customization

2024-08-14 Thread Ivan Kulaga
Hello Jan! It seems that if you need to release the whole sequence once it is completed, and handle different sequences at the same time, one of the obvious choices would be using Aggregate EIP and set up the following properties:

Resequnce customization

2024-08-14 Thread Jan Bares, WOOD & Co.
Hi, The resequence feature has limited customization possibilities. We need to resequence SWIFT messages that are published in groups, each messages contains /MORE indicating more messages and /LAST as last message in a group. The time distance between first message and last message of the same

Re: Good way to use adviceWith in JUnit5 CamelTestSupport tests?

2024-08-14 Thread Castermans, Thom
Thank you Otavio, for your quick and extensive reply. All clear! Let me also take this opportunity to say (again) that I much appreciate your efforts to organize the test setup better. Kind regards, Thom Disclaimer Dit bericht met eventuele bijlagen is vertrouwelijk en uitsluitend bestemd voor

Re: Good way to use adviceWith in JUnit5 CamelTestSupport tests?

2024-08-14 Thread Otavio Rodolfo Piske
PR: https://github.com/apache/camel/pull/15146/files > In short: what is the advised way to use CamelTestSupport (in the future)? It depends on the needs of your code: - For those cases, I recommend setting up using setupResources. - If your test code is extremely complex, then create your own b