You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Damien Nicolas <dm...@gmail.com> on 2019/07/18 15:02:00 UTC

request-reply acknowledgment

Hello,

I have a set of processor and queue in this design:

q1 -> p1 -> q2 -> p2 -> ... -> qn -> pn

My queues are in InOut exchange pattern. I would like to know if it is
possible to get the ack for a queue after each processor consumption,
instead of having that after the last consumer (pn)?

Thanks