-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
AMQ 7.2.2.GA
The current docs, in Appendix D, show details about an old version of the ./artemis tool.
See https://access.redhat.com/documentation/en-us/red_hat_amq/7.2/html-single/configuring_amq_broker/#cli_tools
It mentions options that do not exist and does not mention options that do exists ie
$ ./artemis
usage: artemis <command> [<args>]
The most commonly used artemis commands are:
address Address tools group (create|delete|update|show) (example ./artemis address create)
browser It will browse messages on an instance
consumer It will consume messages from an instance
create creates a new broker instance
data data tools group (print) (example ./artemis data print)
help Display help information
mask mask a password and print it out
migrate1x Migrates the configuration of a 1.x Artemis Broker
producer It will send messages to an instance
queue Queue tools group (create|delete|update|stat) (example ./artemis queue create)
See 'artemis help <command>' for more information on a specific command.
It would be useful if there were more examples shown as well ie an example on how to create a producer or consumer