I have set up ActiveMq server to use STOMP over ssl connection by using the following in activemq.xml:- I have generated the keystore and truststore required and set up SSL_OPTS environmental variables too. The ActiveMq starts without any error.
In my action script in flash I am using :- stomp.connect("stompIP", "61616");
While loading the swf I am getting:- Error: UNKNOWN STOMP FRAME at org.codehaus.stomp::STOMPClient/onData()
Without SSL configuration everything works fine. But I am not able to use STOMP over ssl connection. Please help me to solve this issue. Thanks in advance :)