mirror of
https://github.com/apache/activemq.git
synced 2025-02-20 17:05:07 +00:00
This commit fixes a bug in KahaDB that caused gaps in sequence ack tracking for durables that would lead to the appearance of stuck messages on durable subs if duplicate messages were detected. The sequence is now correctly rolled back so that there is no gap if the message is not added to the order index (cherry picked from commit 10d94bd16585df7bf9c266958c5e45bb556e8c14)