-
Bug
-
Resolution: Done
-
Minor
-
A-MQ 7.0.0.ER11
-
None
-
None
I look to _ "artemis help destination"_ and see only quiet copy typo in the "delete --type" option. If you deleting apparently you do not want "to be created".
delete
With --type option, type of destination to be created (one of
jms-queue, topic and core-queue, default jms-queue
Some as
artemis help destination
NAME
artemis destination - Destination tools group (create|delete) (example
./artemis destination create)
SYNOPSIS
artemis destination
artemis destination create [--durable] [--name <name>]
[--bindings <bindings>] [--password <password>] [--user <user>]
[--address <address>] [--filter <filter>] [--silent] [--type <destType>]
[--url <brokerURL>] [--verbose]
artemis destination delete [--name <name>] [--removeConsumers]
[--password <password>] [--user <user>] [--silent] [--type <destType>]
[--url <brokerURL>] [--verbose]
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 --bindings option, comma separated jndi binding names (default
null)
With --password option, Password used to connect
With --user option, User used to connect
With --address option, address of the core queue (default queue's
name)
With --filter option, queue's filter string (default null)
With --silent option, It will disable all the inputs, and it would
make a best guess for any required input
With --type option, type of destination to be created (one of
jms-queue, topic and core-queue, default jms-queue
With --url option, URL towards the broker. (default:
tcp://localhost:61616)
With --verbose option, Adds more information on the execution
delete
delete a queue or topic
With --name option, destination name
With --removeConsumers option, whether deleting destination with
consumers or not (default false)
With --password option, Password used to connect
With --user option, User used to connect
With --silent option, It will disable all the inputs, and it would
make a best guess for any required input
With --type option, type of destination to be created (one of
jms-queue, topic and core-queue, default jms-queue
With --url option, URL towards the broker. (default:
tcp://localhost:61616)
With --verbose option, Adds more information on the execution