Consolidate the ActiveMQ admin scripts to a single command line script
----------------------------------------------------------------------
Key: AMQ-1046
URL: https://issues.apache.org/activemq/browse/AMQ-1046
Project: ActiveMQ
Issue Type: Improvement
Reporter: Hiram Chirino
Assigned To: Fritz Oconer
Fix For: 4.2.0
Right now we have serveral command line scripts in the ActiveMQ bin directory
of the binary distribution. They are used for admin purposes. They are less
than ideal because some of them have very generic names and might clash with
existing commands if the activemq bin directory is added to the PATH of a unix
system.
I think it would be more idea if we consolidated all the command so that are
executed using just 1 script. Something like:
$ activemq-admin list
$ activemq-admin stat
$ activemq-admin browse
etc. etc. etc. This way only 2 executable scripts are added to the path:
(1) activemq - the binary that starts up ActiveMQ
(2) activemq-admin - the binary used to manage the ActiveMQ instance.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira