Help needed - Experimental MSMQ Transport for .net Core

I’ve started to work on a msmq support for .net core.
I’d like to invite you to help me to get it working:

Hi

Curious to hear what is driving you to implement that transport for .net core and relying on an unofficial System.Messaging package?

Regards
Daniel

Hi,

well, i wanna use NServiceBus for one of my .net Core projects.
I had some trouble to find a suitable transport option that takes
not too much effort on the infrastructure, costs too much
and for sure is fast enough. So finally i ended up with Msmq.

For now this is a workaround until the .net Core team provides
an official package, but this can take some time.

Regards