Does anyone know if it's possible to connect a c# client to an ActiveMQ instance over SSL using the Spring.Messaging.Nms library? Or if not using Nms then some other library?
Many ...
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 ...
I am trying to use SSL for Apache Active MQ - but it fails.
My example works fine with "tcp://localhost:61616" - but fails with "ssl://localhost:61616"