Hi,
I have installed apache-activemq-5.4.2 in my windows machine and doing a feasibility study of using SSL instead of TCP enqueing and dequeing the Broker.
steps I have followed:
1: created a key store with a self signed certificate from scratch using below
command: %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA
2: I have added the following in activemq.xml to configure SSL
Now I would like to test the enqueing.
Please help to know how to proceed:
Vivek
Have you tried to follow the SSL Tutorial that is part of the FUSE Message Broker Security Guide?