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/04/01 02:45:00 UTC

[jira] [Work logged] (ARTEMIS-3217) manually creating a queue under a wildcard address fails when address contains "*"

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

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

                Author: ASF GitHub Bot
            Created on: 01/Apr/21 02:44
            Start Date: 01/Apr/21 02:44
    Worklog Time Spent: 10m 
      Work Description: jbertram opened a new pull request #3525:
URL: https://github.com/apache/activemq-artemis/pull/3525


   


-- 
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: 575282)
    Remaining Estimate: 0h
            Time Spent: 10m

> manually creating a queue under a wildcard address fails when address contains "*"
> ----------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3217
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3217
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: 2.17.0
>            Reporter: Erwin Dondorp
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Start with an address {{xxx.\*.#}} is present and has a multicast subscription queue {{q1}}. The address is presented as {{xxx.BACKSLASH\*.#}} in the object tree because it has to obey the JMX naming rules. The properties of the address show that the real name is indeed {{xxx.\*.#}}.
> Then create a new queue {{q2}} under that address using the GUI.
> The expected result is a second queue under the same address.
> The actual result is a new address {{xxx.BACKSLASH*.#}}. Or {{xxx.BACKSLASHBACKSLASHBACKSLASH*.#}} in the tree. The requested queue is placed under that address.
> It seems that the "create queue" option uses the JMX name instead of the actual name.
> Which of course is usually fine, except when the address contains a {{*}}.
> I used the word BACKSLASH in this report to indicate a single backslash character. But JIRA is very uncooperative in letting me write it that way.



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