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;

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

2010-08-19 Thread Bruce Snyder
On Thu, Aug 19, 2010 at 12:42 AM, oliver2010 zzl_...@sina.com wrote: 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

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

2010-08-19 Thread Torbjorn Kristoffersen
On Thu, Aug 19, 2010 at 9:04 PM, Bruce Snyder bruce.sny...@gmail.com wrote: On Thu, Aug 19, 2010 at 12:42 AM, oliver2010 zzl_...@sina.com wrote: I create a MessageConsumer that listens on the advisory topic. Code: using System; using System.Collections.Generic; using System.Linq; using