[
https://issues.apache.org/jira/browse/ARTEMIS-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erwin Dondorp updated ARTEMIS-3375:
-----------------------------------
Description:
When using the command "artemis address", the overview for "artemis queue" is
presented.
This is an obvious coding error, so PR is in preparation.
```
$ artemis address
OpenJDK 64-Bit Server VM warning: If the number of processors is expected to
increase from one, then you should configure the number of parallel GC threads
appropriately using -XX:ParallelGCThreads=N
NAME
artemis queue - Queue tools group (create|delete|update|stat|purge)
(example ./artemis queue create)
SYNOPSIS
artemis queue
artemis queue create [--address <address>] [--user <user>]
[--max-consumers <maxConsumers>] [--auto-create-address]
[--protocol <protocol>] [--silent] [--name <name>]
[--password <password>] [--filter <filter>] [--no-durable]
[--purge-on-no-consumers] [--clientID <clientID>] [--url <brokerURL>]
[--preserve-on-no-consumers] [--anycast] [--multicast] [--verbose]
[--durable]
artemis queue delete [--user <user>] [--removeConsumers]
[--protocol <protocol>] [--silent] [--name <name>]
[--password <password>] [--autoDeleteAddress] [--clientID <clientID>]
[--url <brokerURL>] [–verbose]
...
```
was:
When using the command "artemis address", the overview for "artemis queue" is
presented.
This is an obvious coding error, so PR is in preparation.
> "artemis address" shows the help text of "artemis queue"
> --------------------------------------------------------
>
> Key: ARTEMIS-3375
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3375
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.17.0
> Reporter: Erwin Dondorp
> Priority: Minor
>
> When using the command "artemis address", the overview for "artemis queue" is
> presented.
> This is an obvious coding error, so PR is in preparation.
> ```
> $ artemis address
> OpenJDK 64-Bit Server VM warning: If the number of processors is expected to
> increase from one, then you should configure the number of parallel GC
> threads appropriately using -XX:ParallelGCThreads=N
> NAME
> artemis queue - Queue tools group (create|delete|update|stat|purge)
> (example ./artemis queue create)
> SYNOPSIS
> artemis queue
> artemis queue create [--address <address>] [--user <user>]
> [--max-consumers <maxConsumers>] [--auto-create-address]
> [--protocol <protocol>] [--silent] [--name <name>]
> [--password <password>] [--filter <filter>] [--no-durable]
> [--purge-on-no-consumers] [--clientID <clientID>] [--url <brokerURL>]
> [--preserve-on-no-consumers] [--anycast] [--multicast] [--verbose]
> [--durable]
> artemis queue delete [--user <user>] [--removeConsumers]
> [--protocol <protocol>] [--silent] [--name <name>]
> [--password <password>] [--autoDeleteAddress] [--clientID <clientID>]
> [--url <brokerURL>] [–verbose]
> ...
> ```
--
This message was sent by Atlassian Jira
(v8.3.4#803005)