Sep 21, 2022
However, if your concern is failure in case of having multiple Asynchronous Event Handlers for the same Event Message, then you don't need to worry.
Ecotone implements routing slip to solve this problem by default.
As a result each event handler will receive a copy of the message, so all the processing will be done in isolation. :)