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 GitHub Bot (JIRA)" <ji...@apache.org> on 2019/03/20 11:03:00 UTC

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

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

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

                Author: ASF GitHub Bot
            Created on: 20/Mar/19 11:02
            Start Date: 20/Mar/19 11:02
    Worklog Time Spent: 10m 
      Work Description: zschwarz commented on pull request #2587: ARTEMIS-2280 Add new test for moving message to FQQN
URL: https://github.com/apache/activemq-artemis/pull/2587
 
 
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


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

            Worklog Id:     (was: 216114)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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: 10m
>  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)