You'll probably have an object that implements Broker or extends BrokerFilter. That object's addConnection() method is passed a reference to a ConnectionContext object. Use that object's getConnection() method to get the corresponding Connection object, which has a getRemoteAddress() method that gives you the connection's source address.
Joe http://www.ttmsolutions.com huntc wrote: > > Hi there, > > Does anyone know if it is possible to determine what interface a > connection came in on while inside a JAAS plugin? I would like to know if > the client has connected from within a local machine and, if so, assume > authorisation. However if the client has connected from an outside > address, or via SSL then I would like to take other authorisation action. > > Any ideas? > > Kind regards, > Christopher > -- View this message in context: http://www.nabble.com/Determining-the-client%27s-AMQ-interface-within-a-JAAS-login-module-tp23018992p23020766.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
