I have a C# Publisher-Subscriber project intended to make use of the MSMQ service
in Windows. The code was developed in .Net Framework 4
. I want to run it in .Net Core
. But I am getting the error
"The type or namespace name "Messaging" donot exist in the namespace System".
Does .Net Core support MSMQ?
Does .Net Core has a corresponding System.Messaging.dll
which appears to be missing.?