[
https://issues.jboss.org/browse/AS7-3961?page=com.atlassian.jira.plugin.s...
]
Miroslav Novak commented on AS7-3961:
-------------------------------------
Operation remove just undeploy a queue/topic but all messages and subscriptions(in case of
topic) are still there. So if queue/topic with the same name is deployed again then it
contains messages and subscriptions as before calling remove.
There is also operation remove-messages which with operation remove would provide
destroy-queue. But I'm afraid that there is no operation for deleting subscriptions in
case of topics.
Provide "destroy-queue" and "destroy-topic"
operations to CLI
-------------------------------------------------------------
Key: AS7-3961
URL:
https://issues.jboss.org/browse/AS7-3961
Project: Application Server 7
Issue Type: Feature Request
Components: CLI
Affects Versions: 7.1.0.Final
Reporter: Miroslav Novak
Assignee: Alexey Loubyansky
Fix For: 7.1.2.Final
Operations "destroy-queue" and "destroy-topic" would destroy
queue/topic with all its messages and subscriptions.
They would be used under for example
/subsystem=messaging/hornetq-server=default/jms-queue=testQueue or
/subsystem=messaging/hornetq-server=default/jms-topic=testTopic.
The goal is to provide a simple way how to get rid of those objects to administrators.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira