On Thu, Apr 30, 2009 at 2:30 PM, kevinlane <[email protected]> wrote: > > I need to connect to a SSL secured ActiveMQ broker with .NET. Has SSL > support been added to NMS yet? > > Thanks, > > Kevin
I recently switched from using the NMS drivers to using the Java ActiveMQ drivers via IKVM and this has solved nearly all of the problems we've had. You could give it a try, it was rather simple, I simply had to download ActiveMQ 5.2.0, pass the jar to ikvmc and then reference the DLLs in my project. Bryan
