GitHub user shailendra14k opened a pull request:
https://github.com/apache/activemq-artemis/pull/2421
[ARTEMIS-2166]Unable to delete queue with single quote from console
JIRA:- https://issues.apache.org/jira/browse/ARTEMIS-2166
I assume a single quote(') is not a reserved character so queue name with
the single quote is valid. Currently, the replace logic is only applied to the
console; I think it's not required. If yes then we will have to apply the same
replace logic for address and CLI delete command.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shailendra14k/activemq-artemis ARTEMIS-2166
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2421.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2421
----
commit 6b8f136154b0482be5dc82e39a0815fcc520a192
Author: Shailendra Kumar Singh <shailendra14k@...>
Date: 2018-11-08T03:58:48Z
[ARTEMIS-2166]Unable to delete queue with single quote from console
----
---