mirror of https://github.com/apache/activemq.git
add purge task to activemq-admin help
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@984409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0fad136cc6
commit
f30cd72f61
|
@ -48,6 +48,7 @@ public class ShellCommand extends AbstractCommand {
|
|||
" query - Display selected broker component's attributes and statistics.",
|
||||
" browse - Display selected messages in a specified destination.",
|
||||
" journal-audit - Allows you to view records stored in the persistent journal.",
|
||||
" purge - Delete selected destination's messages that matches the message selector",
|
||||
"",
|
||||
"Task Options (Options specific to each task):",
|
||||
" --extdir <dir> - Add the jar files in the directory to the classpath.",
|
||||
|
|
Loading…
Reference in New Issue