Using activemq version 5.7.0A component which had a durable subscription to a VirtualTopic was undeployed. This component was then restarted and the durable subscription was given a different client id. This is causing an issue of storage since the previous subscription with the old client id is still consuming all events.Deleting the subsciption from UI web admin is not working (storage is not going down and on restart subscription is showing up again). Adding the following offlineDurableSubscriberTimeout="86400000" offlineDurableSubscriberTaskSchedule="3600000" in the activemq.xml and restarting activemq still doesn't delete the automatically the subscription.Is there a way one can delete an offline durable topic subscriber?Note: The Topic is being used by other active durable subscribers having different client ids but same subscription names.
-- View this message in context: http://activemq.2283324.n4.nabble.com/Managing-Inactive-Offline-Durable-Subscription-tp4702061.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.