[
https://issues.apache.org/jira/browse/AMQ-8354?focusedWorklogId=838450&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-838450
]
ASF GitHub Bot logged work on AMQ-8354:
---------------------------------------
Author: ASF GitHub Bot
Created on: 10/Jan/23 20:56
Start Date: 10/Jan/23 20:56
Worklog Time Spent: 10m
Work Description: NikitaShupletsov commented on code in PR #953:
URL: https://github.com/apache/activemq/pull/953#discussion_r1066330795
##########
activemq-broker/src/main/java/org/apache/activemq/broker/region/Queue.java:
##########
@@ -1296,9 +1297,36 @@ public QueueMessageReference getMessage(String id) {
return null;
}
+ public List<MessageId> getAllMessageIds() throws Exception {
Review Comment:
here out of memory error is possible:
https://github.com/apache/activemq/pull/848#discussion_r1062161446
will address it
Issue Time Tracking
-------------------
Worklog Id: (was: 838450)
Time Spent: 40m (was: 0.5h)
> Asynchronous Disaster Recovery
> ------------------------------
>
> Key: AMQ-8354
> URL: https://issues.apache.org/jira/browse/AMQ-8354
> Project: ActiveMQ
> Issue Type: New Feature
> Components: Broker
> Reporter: Étienne Hossack
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> In ActiveMQ Artemis, asynchronous broker replication can be achieved through
> an AMQP mirror. This provides a strong solution for disaster recovery.
> We do not have such a feature in the ActiveMQ 5.X codebase, and there is
> great potential to satisfy compliance needs with such a feature.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)