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.