[ 
https://issues.apache.org/jira/browse/ARTEMIS-3759?focusedWorklogId=762459&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-762459
 ]

ASF GitHub Bot logged work on ARTEMIS-3759:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Apr/22 18:04
            Start Date: 26/Apr/22 18:04
    Worklog Time Spent: 10m 
      Work Description: iliya-gr commented on code in PR #4054:
URL: https://github.com/apache/activemq-artemis/pull/4054#discussion_r859006088


##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AMQPMirrorControllerSource.java:
##########
@@ -337,4 +368,52 @@ public boolean isMirrorController() {
          return true;
       }
    }
+
+   public static class AddressFilter {
+
+      private final SimpleString[] whiteList;

Review Comment:
   Thanks for pointing this. We definitely need a maven plugin for this :)





Issue Time Tracking
-------------------

    Worklog Id:     (was: 762459)
    Time Spent: 0.5h  (was: 20m)

> Allow for Mirroring (Broker Connections) to specify a specific set of 
> addresses to send events, as is done for a cluster connection  
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3759
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3759
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: AMQP
>    Affects Versions: 2.19.1, 2.21.0
>            Reporter: Mikhail Lukyanov
>            Priority: Major
>         Attachments: ImageAddressSyntax.png, ImageInternalQueues.png
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> If a target broker of mirroring is in a cluster, then mirroring of the 
> broker's internal queues also occurs, and often messages accumulate in such 
> queues. In theory, internal cluster queues should not be mirrored, this does 
> not make much sense. 
> Therefore, it would be convenient to allow you to configure for which 
> addresses and their queues mirroring will be performed, events will be sent 
> (message-acknowledgements, queue-removal, queue-creation). The syntax that is 
> used to specify the *_addresses_* of the *_cluster connection_* is well 
> suited for this. 
> Mirrored internal cluster queues
>  !ImageInternalQueues.png! 
> Address syntax
>  !ImageAddressSyntax.png! 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to