how to access the activemq statistics plugin in .net
问题 I am trying to access the activemq statistics information http://activemq.apache.org/statisticsplugin.html in c# This is what i have so far. I am not able to get a reply from the consumer. I can the count increase in monitor website for the queue. public class Statistics { private readonly string queueName = string.Empty; private readonly string queueToMonitor = string.Empty; private readonly IConnectionFactory connectionFactory; private readonly IConnection connection; private readonly