You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Jaume Teixi <ja...@teixi.net> on 2015/09/08 16:48:07 UTC

Get JMSXUserID when iplementing AuthorizationMap

Hi,

I've implemented my own AuthorizationMap.

By implementing AuthorizationMap one can access the object 
ActiveMQDestination but in destination.getProperties() there's only 
physicalName.

How could I access properties such as JMSXUserID getUserName(), 
getConnectionId() and getRemoteAddress()... if this interface has no 
ConnectionContext ?

t.