Hi
Can you please help me to configure SSL(Cert based authentication) in Jboss A-MQ 6.1?
I followed the Section 6.6 in the document https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_A-MQ/6.1/html-single/Security_Guide/
and also enabled the below transport connector
<transportConnector name="ssl" uri="ssl://0.0.0.0:61617?transport.needClientAuth=true&transport.enabledProtocols=TLSv1,TLSv1.1,TLSv1.2&maximumConnections=1000"/>
</transportConnectors>
I am using the sample cert provided available in Jboss A-MQ 6.1 "extras/apache-activemq-5.9.0.redhat-610379-bin.zip"
When I run my sample code written by us, its able to send/receive the messages without client cert(note: we enforced to do the client auth using transport.needClientAuth=true)
Can you please help me to fix if I am doing anything wrong?
Also please share if you have any sample working code
Thanks
Sankara