Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
One can already delete a queue or a dsub via the REST API but not a topic. When trying to DELETE http://broker:port/broker/virtual-hosts/default/topics/name I get "405 Method Not Allowed".
There may be cases (e.g. cleaning a broker after automated tests have passed) where topic cleaning would be needed.
Please consider adding this to the REST API and also to the web console.