You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2021/07/04 18:34:00 UTC

[jira] [Resolved] (ARTEMIS-3375) "artemis address" shows the help text of "artemis queue"

     [ https://issues.apache.org/jira/browse/ARTEMIS-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-3375.
-------------------------------------
    Fix Version/s: 2.18.0
       Resolution: Fixed

> "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
>             Fix For: 2.18.0
>
>          Time Spent: 20m
>  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)