1 Reply Latest reply on Mar 22, 2011 4:10 AM by mielket

    Using SSL instead of TCP

    vivek_vivek.pillai

      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