[
https://issues.apache.org/jira/browse/ARTEMIS-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17374388#comment-17374388
]
ASF subversion and git services commented on ARTEMIS-3375:
----------------------------------------------------------
Commit c6874c9acc3c0b56ab772c89f2087f97e0948dba in activemq-artemis's branch
refs/heads/main from Erwin Dondorp
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=c6874c9 ]
ARTEMIS-3375 fix for helptext for 'artemis address'
> "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
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When using the command "artemis address", the overview for "artemis queue" is
> presented.
> This is an obvious coding error, so PR is in preparation.
> {noformat}
> $ 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]
> ...
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)