You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Samslara <sa...@yahoo.com> on 2012/08/04 00:45:09 UTC

BrokerFilter.send and client ssl certs

Hello,
  I'm writing up my own custom BrokerFilter and I need to fetch information
about the client's ssl cert from the send(ProducerBrokerExchange, Message)
method.  When I try:
  message.getConnection().getConnectionInfo().getTransportContext()
to fetch out the X509Certificate of the client it doesn't seem to produce
the right data.  What is the correct way to do this?



--
View this message in context: http://activemq.2283324.n4.nabble.com/BrokerFilter-send-and-client-ssl-certs-tp4654791.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.