Support for MSMQ has not added to .net core. There is an unsupported port on github
https://github.com/weloytty/MSMQ.Messaging
your best option is to pick a replacement technology. RabbitMQ is probably the most popular:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm migrating .net 4.7.2 to .net 8.0. The System.Messaging package is not available in .net 8.
How can I resolve the errors below errors -
The type or namespace name 'Messaging' does not exist in the namespace 'System' (are you missing an assembly reference?)
The type or namespace name 'MessageQueue' could not be found (are you missing a using directive or an assembly reference?)
What are the alternatives present in .net 8. Which one I should choose and how can I use that in my application.
Support for MSMQ has not added to .net core. There is an unsupported port on github
https://github.com/weloytty/MSMQ.Messaging
your best option is to pick a replacement technology. RabbitMQ is probably the most popular: