zschwarz commented on a change in pull request #2587: ARTEMIS-2280 Add new test 
for moving message to FQQN
URL: https://github.com/apache/activemq-artemis/pull/2587#discussion_r267684197
 
 

 ##########
 File path: 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java
 ##########
 @@ -1329,6 +1329,64 @@ public void testMoveMessage() throws Exception {
       session.deleteQueue(otherQueue);
    }
 
+   /**
+    *    Moving message from another address to a single "child" queue of a 
multicast address
+    *
+    *    <address name="ErrorQueue">
+    *             <anycast>
+    *                <queue name="ErrorQueue" />
+    *             </anycast>
+    *          </address>
+    *          <address name="parent.addr.1">
+    *             <multicast>
+    *                <queue name="child.queue.1" />
+    *                <queue name="child.queue.2" />
+    *                <queue name="child.queue.3" />
 
 Review comment:
   Thank you for review, I removed the unused queue from comment.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to