Re: How to get the consumer or producer's ip address?

2010-08-20 Thread oliver2010
The following code is in connections.jsp , it can get the RemoteAddress -- Connection ${requestContext.connectionQuery.connectionID} Connection ID

How to get the consumer or producer's ip address?

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;

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

About Using Advisory Messages In .net

2010-08-17 Thread oliver2010
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.