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 2019/03/21 10:50:00 UTC

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

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

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

Commit 9fbd86c18a34cccc770fb07309656a9af4843635 in activemq-artemis's branch refs/heads/master from Zuzana Schwarzova
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=9fbd86c ]

ARTEMIS-2280 Add new test for moving message to FQQN


> 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á
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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)