Github user gaohoward commented on the issue:

    https://github.com/apache/activemq-artemis/pull/705
  
    @clebertsuconic that kinda goes back to my original impl, which combine all 
the functionalities into one command, i.e. 
    
    ./artemis destination create|delete --name  myqueue1 --core
    
    which is not so good in that some options are irrelevant for certain 
operations, causing confusion. for example delete a queue is just need a name, 
the filter, jndi bindings, etc are not relevant. If people do
    
    ./artemis help destination 
    
    it will print all the options together. Having separated commands can 
reduce the confusion, because each command has only relevant options.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to