Reprocess messages which are not Ack-back by consumer

Hi @Anton, flow.stop() isn’t enough, you need to use .close(). .stop() just pauses the delivery of messages and leaves the flow bound to the queue. When you reopen the flow you should see the re-deliveries then. I don’t think you’ll need to close the session, just the flow.