You can try using the Statistics plug-in. See here for more information: http://activemq.apache.org/statisticsplugin.html
See here for some sample NMS code that uses it. http://stackoverflow.com/questions/15746391/how-to-access-the-activemq-statistics-plugin-in-net/15845642#15845642 On Wed, Oct 9, 2013 at 1:23 AM, HellKnight <hellkni...@foxmail.com> wrote: > There are JMX APIs such as getDurableTopicSubscribers and > getInactiveTopicSubscribers , so the task looks easy if you are writing > java > code. However, I am coding in C# and using NMS libraries so I could not > find > a way that I can use these APIs(if there is a way to do so please let me > know ! ). How could I check the existence of a durable subscriber with > NMS > APIs ? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/How-can-I-check-the-existence-of-a-durable-subscriber-with-a-given-name-using-NMS-tp4672438.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >