Reprocessing Messages

Hey @marc.dipasquale ,

Thanks for the reply!

I am using client ack mode and the “settle” methods to ack/nack. However, the message never gets redelivered.

I tried breaking the flow by calling close() on the flowReceiver then creating a new flowReceiver, that also did not work. My best guess is that it is using the same session, but creating a new session for every redelivered message may cause performance issues.

Any ideas about what could be happening?