1 Reply Latest reply on May 23, 2012 12:58 PM by josh.allen.xoom

    Does JMSServerManager.destroyTopic drop all durable subscriptions?

    josh.allen.xoom

      I have a topic with durable subscriptions that is deprecated and I want to remove it (including all of its subscriptions).  I would love to know the most minimal way I can do this.  I see JMSServerManager.destroyTopic(), and I'm wondering if that drops all the durable subscriptions when destorying the topic, or if I have to first get a TopicControl and call dropDurableSubscriptions()?  There will be no active connections when I do this.

       

      Thanks,

      Josh Allen