Hi, Due to a bug my side I've managed to create over 1,000 durable topic subscribers each with differing client-ids. Yep, that equals quite a mess.
Somehow I need to unsubscribe these guys. Each was created by the same PHP script being invoked repeatedly overnight. I have created a script that identifies itself as a subscribed client-id, subscribes to the topic and immediately unsubscribes from it, however the web interface still shows a subscription for it. The "Delete" button also merely reloads the page which seems like quite a bug too... I have stomp-level logging switched on and clearly see the client connecting with the correct ID, and the unsubscribe command for the right topic coming in. There's no response to this however, should there be? Can anyone advise on what I need to do? AMQ 5.4.0 in use on this particular instance... Thanks, James