activemq-artemis/artemis-cli/src/main
Clebert Suconic cfdb710a08 ARTEMIS-3761 Improve page cleanup to remove messages in the middle of the stream as well
Paging only removes files at the beginning of the stream...
Say you have paged files 1 through 1000...
if all the messages are ack, but one message on file 1 is missing an ack, all the 999 subsequent files would not be removed until all the messages on file 1 is ack.
This was working as engineered, but sometimes devs don't have complete control on their app.
With this improvement we will now remove messages in the middle of the stream as well.

There is also some improvement to how browsing and page work with this
2022-04-07 10:33:08 -04:00
..
filtered-resources/org/apache/activemq/artemis/cli Moving artemis-tools to artemis-cli and improving the tooling 2015-05-03 12:42:19 -04:00
java/org/apache/activemq/artemis ARTEMIS-3761 Improve page cleanup to remove messages in the middle of the stream as well 2022-04-07 10:33:08 -04:00
resources ARTEMIS-3720 Exposing global-max-messages on the CLI 2022-03-21 18:50:08 -04:00