[
https://issues.apache.org/jira/browse/ARTEMIS-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
clebert suconic closed ARTEMIS-2280.
------------------------------------
Resolution: Fixed
> 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: 50m
> 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)