activemq icon indicating copy to clipboard operation
activemq copied to clipboard

WIP: [AMQ-9484] Support exporting kahadb messages from a queue with an offset - Option B

Open mattrpav opened this issue 1 year ago • 1 comments

mattrpav avatar Apr 23 '24 16:04 mattrpav

One reason I thought iterating over the index was preferred vs seeking over the index was to skip over and not include any messages in the ackedAndPrepared collection.

    if (ackedAndPrepared != null && ackedAndPrepared.contains(entry.getValue().messageId)) {
        continue;
    }

mattrpav avatar Apr 23 '24 18:04 mattrpav

Closing in favor of https://github.com/apache/activemq/pull/1208

mattrpav avatar May 31 '24 19:05 mattrpav