weloytty / MSMQ.Messaging

A drop in replacement for System.Messaging for use with .NET Core (on Windows only)
MIT License
38 stars 14 forks source link

MSMQ support for .net 6 on linux containers #11

Closed venkateshkuppusamy closed 1 year ago

venkateshkuppusamy commented 1 year ago

Does this library support .net 6 on Linux containers? I think it works on .net 6. Could you confirm?

weloytty commented 1 year ago

Since MSMQ.Messaging relies on the windows library mqrt.dll, it will only work on windows.