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

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

                Author: ASF GitHub Bot
            Created on: 24/Apr/23 22:23
            Start Date: 24/Apr/23 22:23
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on code in PR #4443:
URL: https://github.com/apache/activemq-artemis/pull/4443#discussion_r1175831966


##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AMQPMirrorControllerSource.java:
##########
@@ -76,14 +77,20 @@ public class AMQPMirrorControllerSource extends 
BasicMirrorController<Sender> im
    public static final Symbol INTERNAL_ID = 
Symbol.getSymbol("x-opt-amq-mr-id");
    public static final Symbol INTERNAL_DESTINATION = 
Symbol.getSymbol("x-opt-amq-mr-dst");
 
+   /** When a clustered node (from regular cluster connections) receives a 
message
+       it will have target queues associated with it
+      this could be from message redistribution or simply load balancing.
+      an that case this will have the queue associated with it */
+   public static final Symbol TARGET_QUEUES = 
Symbol.getSymbol("x-opt-amq-trg-q");

Review Comment:
   the PR I sent is addressing this.





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

    Worklog Id:     (was: 858802)
    Time Spent: 4h  (was: 3h 50m)

> Inconsistencies between AMQP Mirror and Artemis Clustering
> ----------------------------------------------------------
>
>                 Key: ARTEMIS-4247
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4247
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Clebert Suconic
>            Priority: Major
>          Time Spent: 4h
>  Remaining Estimate: 0h
>
> - activemq.notifications are being transferred to the target node, unless an 
> ignore is setup
> - topics are being duplicated after redistribution
> - topics sends are being duplicated when a 2 node cluster mirrors to another 
> 2 node cluster, and both nodes are mirrored. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to