activemq:create command should use name as argument in place of option
----------------------------------------------------------------------
Key: AMQ-3554
URL: https://issues.apache.org/jira/browse/AMQ-3554
Project: ActiveMQ
Issue Type: Improvement
Components: Broker
Affects Versions: 5.5.0
Reporter: Jean-Baptiste Onofré
Fix For: 5.5.1
Karaf ActiveMQ command activemq:create use -n (or --name) to define the name.
The name is mandatory, so it makes sense to use it as argument in place of an
option.
It means that:
activemq:create -n test
will become
activemq:create test
More other, activemq:create-broker seems to be more consistent.
I will submit a patch to enhance/rename all Karaf commands to be consistent.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira