A "durable subscription" is just a queue so if you want to delete the durable subscription you can just delete the queue. This can be done through any management interface (e.g. web console, JMX, etc.).
Justin On Thu, Mar 7, 2019 at 1:54 PM ldebello <[email protected]> wrote: > Hi, > > We are using Artemis 2.6.3 which has an Address called "Notifications" > which > use Multicast routing type and we have one durable subscription. Everything > was working as expected however the other day by mistake we created a > another subscription but nobody is consuming message from that subscription > so we got an OOM. > Using hawtio I can see the subscription and I can delete the messages from > the durable subscription which is not being used, however I would like to > delete the subscription but I was not able to do it. > > Is there any way to delete a durable subscription from API/Hawtio/another > way? > > Thanks & Best Regards, > Luis > > > > -- > Sent from: > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html >
