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