Github user gaohoward commented on the issue:
https://github.com/apache/activemq-artemis/pull/705
@clebertsuconic I've update my commit. pls review. Now if you run help it
will print look like this:
]$ ./artemis help destination
NAME
artemis destination - Destination tools group (create|delete)
(example
./artemis destination create)
SYNOPSIS
artemis destination
artemis destination create [--durable] --name <name> [--type
<destType>]
[--verbose] [--url <brokerURL>] [--password <password>]
[--address <address>] [--bindings <bindings>] [--filter
<filter>]
[--user <user>]
artemis destination delete --name <name> [--removeConsumers]
[--type <destType>] [--verbose] [--url <brokerURL>]
[--password <password>] [--user <user>]
COMMANDS
With no arguments, Display help information
create
create a queue or topic
With --durable option, whether the queue is durable or not
(default
false)
With --name option, destination name
With --type option, type of destination to be created (one of
jms-queue, topic and core-queue, default jms-queue
With --verbose option, Adds more information on the execution
With --url option, URL towards the broker. (default:
tcp://localhost:61616)
With --password option, Password used to connect
With --address option, address of the core queue (default
queue's
name)
With --bindings option, comma separated jndi binding names
(default
null)
With --filter option, queue's filter string (default null)
With --user option, User used to connect
delete
delete a queue or topic
With --name option, destination name
With --removeConsumers option, whether deleting destination with
consumers or not (default false)
With --type option, type of destination to be created (one of
jms-queue, topic and core-queue, default jms-queue
With --verbose option, Adds more information on the execution
With --url option, URL towards the broker. (default:
tcp://localhost:61616)
With --password option, Password used to connect
With --user option, User used to connect
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---