tags:

views:

415

answers:

1

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 thanks

+1  A: 

If it is possible then Spring.Messaging.Nms is the way, yes. I'm just not sure if the ActiveMQ C# code supports SSL yet or not (the broker certainly does).

You might want to ask on the ActiveMQ User Forum to see when the SSL support will be released for the C# client for ActiveMQ

James Strachan