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/08/02 03:56:35 UTC

[GitHub] activemq-artemis pull request #2210: [ARTEMIS-2008]Add a CLI command to purg...

GitHub user shailendra14k opened a pull request:

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

    [ARTEMIS-2008]Add a CLI command to purge queue

    JIRA:- https://issues.apache.org/jira/browse/ARTEMIS-2008
    
    Sample command:-
    ```
    ./artemis queue purge --name DLQ
    Queue DLQ purged successfully.
    ```
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shailendra14k/activemq-artemis purge

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/2210.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 #2210
    
----
commit ed1f41d2c4172b8e4c424cdad6e22850b2520a43
Author: Shailendra Kumar Singh <sh...@...>
Date:   2018-08-02T03:40:46Z

    [ARTEMIS-2008]Add a CLI command to purge queue

----


---

[GitHub] activemq-artemis pull request #2210: [ARTEMIS-2008]Add a CLI command to purg...

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

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


---