Hello,

whoever stumbles upon that issue:
I figured out that I can achieve the needed behavior by using the the session mode *SESSION_TRANSACTED*. So instead of using *acknowledge()* and *recover()* I'll use *commit()* and *rollback()*. This seems to fix
the order when redelivering messages as I'd expect it to be.

Regards,
Moritz

Reply via email to