Name
activemq-admin stop — shuts down a running broker
Synopsis
activemq-admin stop
{[brokerName
] | [--all]} [--jmxurl JMXUrl
] [-jmxuser userName
] [-jmxpassword password
] [-Dname
=value
...] [--version] [[--help] | [-h] | [-?]]
Arguments
Argument | Description |
---|---|
brokerName | Specifies the name of the broker to be stopped. |
--all | Stop all brokers running in the default JMX context. |
--jmxurl | Sets the JMX URL used to locate the broker. |
--jmxuser | Sets the JMX user, used for authentication. |
--jmxpassword | Sets the JMX password, used for authentication. |
-D | Sets a Java system property. For example,
-Dactivemq.home=C:/ActiveMQ . |
--version
| Displays the version information. |
-h, -?, --help
| Displays the online help for this command. |