On Tue, 2010-08-17 at 18:17 -0700, oliver2010 wrote: > I am using Activemq in .net (c#) > I wan't to monitor consumers and producers's count and their ip addresss > where they connected. > I download apache.nms and apache.nms.activemq. > And Wants to realize the monitoring through Advisory Messages. > But I can't find the corresponding function in Apache.nms.dll and > apache.nms.activemq.dll, what should I do?
What methods are you looking for? To receive advisory messages in NMS just create a MessageConsumer that listens on the advisory topic you are interested in, they are named on the ActiveMQ wiki page located here: http://activemq.apache.org/advisory-message.html Regards -- Tim Bish Open Source Integration: http://fusesource.com ActiveMQ in Action: http://www.manning.com/snyder/ Follow me on Twitter: http://twitter.com/tabish121 My Blog: http://timbish.blogspot.com/