So based on ActiveMQ 5, I want to grab the certificate from the ConnectionInfo.transportContext.
I can get the certificate array in ActiveMQChannelHandler.channelRead, but means I have to propagate it using bufferReceived. Then in OpenWireConnection.bufferReceived I can setTransportContext on the ConnectionInfo object, which is the unmarshalled buffer. OK approach or did you have another plan in mind? -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-Certificate-Security-tp4702960p4703003.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
