Skip to content

Apache NMS for ActiveMQ Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for ActiveMQ

License

Notifications You must be signed in to change notification settings

rburonpty/Apache.NMS.ActiveMQ.NetStd

 
 

Repository files navigation

Apache.NMS.ActiveMQ.NetStd

Apache NMS for ActiveMQ Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for ActiveMQ

Requires Apache.NMS.NetStd.

This was an exact copy of the original Apache.NMS.ActiveMQ project (v 1.7.2.4108), the difference is it targets .NET Standard 2.0 with some modifications for SslProtocols.

Version 1.7.2.4114

Added static class SslTransportManager to configure SslProtocols for SslTransport

i.e SslTransportManager.AllowedProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12;

NOTE: SslProtocols.Ssl2 & SslProtocols.Ssl3 will always be stripped when targeting .Net Core as they are deprecated.

About

Apache NMS for ActiveMQ Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for ActiveMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%