You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by shailendra14k <gi...@git.apache.org> on 2018/11/08 09:45:02 UTC

[GitHub] activemq-artemis pull request #2421: [ARTEMIS-2166]Unable to delete queue wi...

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 <sh...@...>
Date:   2018-11-08T03:58:48Z

    [ARTEMIS-2166]Unable to delete queue with single quote from console

----


---

[GitHub] activemq-artemis pull request #2421: [ARTEMIS-2166]Unable to delete queue wi...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/2421


---