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 2021/07/02 13:51:00 UTC

[jira] [Work logged] (ARTEMIS-3369) CLI removes server-side prefixes from a given address

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

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

                Author: ASF GitHub Bot
            Created on: 02/Jul/21 13:50
            Start Date: 02/Jul/21 13:50
    Worklog Time Spent: 10m 
      Work Description: michaelandrepearce commented on pull request #3638:
URL: https://github.com/apache/activemq-artemis/pull/3638#issuecomment-873013976


   What is this fixing, is there a test case demonstrating the issue, and proving the fix?


-- 
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.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

    Worklog Id:     (was: 618122)
    Time Spent: 0.5h  (was: 20m)

> CLI removes server-side prefixes from a given address
> -----------------------------------------------------
>
>                 Key: ARTEMIS-3369
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3369
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.17.0
>            Reporter: Erwin Dondorp
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The Artemis CLI variations {{producer}}, {{consumer}}, {{browse}} and {{transfer}}, all prepare a destination using function {{getDestination}}. However, this function also removes a prefix that it was not looking for. It tests for a topic prefix ({{topic://}}) and then removes any prefix that was present.
> It should explicitly test for the 2 prefixes it cares about ({{topic://}} and {{queue://}}) and then remove only a recognized prefix when it was present.
> PR is present.
>   



--
This message was sent by Atlassian Jira
(v8.3.4#803005)