You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/05/05 01:27:00 UTC

[jira] [Commented] (ARTEMIS-3759) Allow for Mirroring (Broker Connections) to specify a specific set of addresses to send events, as is done for a cluster connection

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

ASF subversion and git services commented on ARTEMIS-3759:
----------------------------------------------------------

Commit 0b321ab8ff62268d55df56e504cbfc043e2de8eb in activemq-artemis's branch refs/heads/main from iliya
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=0b321ab8ff ]

ARTEMIS-3759 Add mirror controller address filter support

Allow replication only certain addresses with mirror controller.
The configuration is similar to cluster address configuration.

Co-authored-by: Robbie Gemmell <ro...@apache.org>


> 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: 3.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)