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

Grzegorz Grzybek edited comment on ARTEMIS-5777 at 2/12/26 1:06 PM:
--------------------------------------------------------------------

a Java note:
* this works: {{new ObjectName("org.apache.activemq.artemis:address=c\\d")}}
* this fails: {{new ObjectName("org.apache.activemq.artemis:address=\"c\\d\"")}}


was (Author: gzres):
a Java note:
* this works: {{new ObjectName("org.apache.activemq.artemis:address=c\\\d")}}
* this fails: {{new ObjectName("org.apache.activemq.artemis:address=\"c\\d\"")}}

> Cannot do operations on queue with wildcard in its name
> -------------------------------------------------------
>
>                 Key: ARTEMIS-5777
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5777
>             Project: Artemis
>          Issue Type: Task
>          Components: Web Console
>    Affects Versions: console-1.4.0
>            Reporter: Gašper Čefarin
>            Priority: Minor
>         Attachments: screenshot-1.png
>
>
> A queue with name "to.lxxx.*" has no available operations for "delete, purge, 
> browse, send" in the web console.
> When clicking on the queue name, an error message appears:
> {code:java}
>  javax.management.InstanceNotFoundException : 
> org.apache.activemq.artemis:broker="B-TEST",component=addresses,address="to.lxxx.*",subcomponent=queues,routing-type="anycast",queue="to.lxxx.*"
> {code}
> Clicking on the address name produces no errors.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to