[
https://issues.apache.org/jira/browse/AMQ-8354?focusedWorklogId=839019&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-839019
]
ASF GitHub Bot logged work on AMQ-8354:
---------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jan/23 08:04
Start Date: 13/Jan/23 08:04
Worklog Time Spent: 10m
Work Description: michaelandrepearce commented on code in PR #953:
URL: https://github.com/apache/activemq/pull/953#discussion_r1069058950
##########
activemq-broker/src/main/java/org/apache/activemq/broker/region/Queue.java:
##########
@@ -2387,8 +2495,8 @@ private QueueMessageReference
getMatchingMessage(MessageDispatchNotification mes
messages.reset();
while (messages.hasNext()) {
MessageReference node = messages.next();
- messages.remove();
Review Comment:
And? That's now unneeded change in behaviour
Issue Time Tracking
-------------------
Worklog Id: (was: 839019)
Time Spent: 1h 50m (was: 1h 40m)
> 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: 1h 50m
> 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)