You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Zuzana Schwarzová (JIRA)" <ji...@apache.org> on 2019/03/20 10:54:00 UTC

[jira] [Created] (ARTEMIS-2280) Add new test for moving message to FQQN

Zuzana Schwarzová created ARTEMIS-2280:
------------------------------------------

             Summary: Add new test for moving message to FQQN
                 Key: ARTEMIS-2280
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2280
             Project: ActiveMQ Artemis
          Issue Type: Test
          Components: Broker
            Reporter: Zuzana Schwarzová


Support for internal message moves by FQQN has been added as a consequence of fixes for https://issues.apache.org/jira/browse/ARTEMIS-1093; however is untested. This task would add testing coverage for message moves specifying FQQN.

In particular the testing should verify the following scenario:

Moving message from another address to a single "child" queue of a multicast address (For example from ErrorQueue to parent.addr.1::child.queue.2 in the example below):

{code:xml}
 <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" />
 </multicast>
 </address>
{code}

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)