[
https://issues.apache.org/jira/browse/ARTEMIS-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748016#comment-16748016
]
ASF subversion and git services commented on ARTEMIS-2166:
----------------------------------------------------------
Commit fd62c608843f8f6f8975255e303b5251ecd8f69f in activemq-artemis's branch
refs/heads/2.6.x from Shailendra Kumar Singh
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=fd62c60 ]
[ARTEMIS-2166]Unable to delete queue with single quote from console
(cherry picked from commit ca4dcc5b35d17102eb2d8d55e4a5093651485d05)
> Unable to delete queue with single quote using web console
> ----------------------------------------------------------
>
> Key: ARTEMIS-2166
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2166
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 2.6.3
> Reporter: Shailendra Kumar singh
> Priority: Major
> Fix For: 2.7.0
>
>
> Unable to delete queue will single quote from console.
> Console logs the below error message.
> {code:java}
> org.apache.activemq.artemis.api.core.ActiveMQNonExistentQueueException :
> AMQ119017: Queue SingleQuote does not exist
> {code}
> Workaround:-
> Delete the queue using CLI command:-
> {code:java}
> ./artemis queue delete --name "Single'Quote"
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)