mirror of
https://github.com/apache/activemq.git
synced 2025-02-15 22:46:23 +00:00
messages to recover before the stored lastAck value With individual ack mode we need to check the durable ackPosition sequence set in the KahaDB index on subsription load to see if there are earlier messages before the lastAck value that still haven't been acked. While this normally wouldn't happen it is possible in individual ack mode (cherry picked from commit 25de20c77ec0bf6cdc699cac2ad50e34ec707453)