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 -- h2Connection ${requestContext.connectionQuery.connectionID}/h2 table id=header class=sortable autostripe tbody tr

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

2010-08-19 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;

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