On 7/23/21 10:20 AM, mail4...@gmail.com wrote:
But then we realized that the thread is used for the whole route, and not just for the consumer.Did you try to separate your consumer and the route with SEDA? Like: from(YourConsumerHere).to("seda://next-step"); from("seda://next-step").process(NextYourStepsHere); It will use another thread for SEDA consumer.
Hmmm… no, I didn't know of this component. Might actually be good enough for this purpose.
Thank you! -- Tomasz Melcer