This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
from 526e83b3cb AMQ-9658 - Improve auto+nio+ssl transport initialization
for amqp
add 572414dbbc [AMQ-9646] Support selecting specific messages for command
line backup (#1377)
No new revisions were added by this update.
Summary of changes:
.../activemq/store/MessageRecoveryContext.java | 186 +++++++++++++++++++++
.../org/apache/activemq/store/MessageStore.java | 8 +-
.../apache/activemq/store/ProxyMessageStore.java | 6 +-
.../activemq/store/memory/MemoryMessageStore.java | 28 +---
.../activemq/store/MessageRecoveryContextTest.java | 137 +++++++++++++++
.../console/command/store/StoreBackup.java | 155 ++++++++++++-----
.../activemq/store/jdbc/JDBCMessageStore.java | 13 --
.../apache/activemq/store/kahadb/KahaDBStore.java | 61 +++++--
.../activemq/store/kahadb/TempKahaDBStore.java | 32 ----
.../region/cursors/StoreQueueCursorOrderTest.java | 5 -
.../kahadb/KahaDBOffsetRecoveryListenerTest.java | 121 +++++++++++---
11 files changed, 584 insertions(+), 168 deletions(-)
create mode 100644
activemq-broker/src/main/java/org/apache/activemq/store/MessageRecoveryContext.java
create mode 100644
activemq-broker/src/test/java/org/apache/activemq/store/MessageRecoveryContextTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact