【发布时间】:2014-11-03 07:30:37
【问题描述】:
有没有办法在 5.9.0 上使用 ActiveMQ rest api 删除队列?我知道您可以使用
清除队列"http://" + host + ":" + port + "/api/jolokia/exec/org.apache.activemq:brokerName=localhost,destinationName=" + queueName + ",destinationType=Queue,type=Broker/purge()";
但是要删除的是什么?
【问题讨论】: