Re: About Using Advisory Messages In .net

2010-08-18 Thread oliver2010
I create a MessageConsumer that listens on the advisory topic. Code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using Apache.NMS; using Apache.NMS.ActiveMQ; using Apache.NMS.ActiveMQ.Commands; using System.IO; using System.Xml.Serialization; using Syste

Re: About Using Advisory Messages In .net

2010-08-17 Thread Timothy Bish
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 Messag