Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/705
I think this gets a bit confused for users...
Why don't you add the following commands:
create-queue
create-topic
delete-queue
delete-topic
You can have abstract classes for what is common among the classes. It will
be the same implementation almost, but the user would have more control on what
he wants to be done.
The way this is structure, you are using a create-queue command to delete
it. I don't think it's too intuitive to the user.
---
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.
---