This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a change to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git.
from 20493fd AMQ-7097 Update Qpid JMS and Netty to latest
new 24b5944 AMQ-7129 - Properly recover messages from KahaDB for a
durable when there are messages to recover before the stored lastAck value
new 602e382 AMQ-7129 - minor junit test fix
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/activemq/store/kahadb/KahaDBStore.java | 37 ++-
.../activemq/store/kahadb/MessageDatabase.java | 9 +
.../kahadb/KahaDBDurableMessageRecoveryTest.java | 350 +++++++++++++++++++++
3 files changed, 394 insertions(+), 2 deletions(-)
create mode 100644
activemq-unit-tests/src/test/java/org/apache/activemq/store/kahadb/KahaDBDurableMessageRecoveryTest.java