Particular / NServiceBus.Transport.Msmq

MSMQ transport for NServiceBus
https://docs.particular.net/nservicebus/msmq/
Other
5 stars 11 forks source link

Turn transport into source package for NServiceBus 9 #634

Closed bording closed 7 months ago

bording commented 8 months ago

This PR changes the repo to produce a source package that targets NServiceBus 9 and net8.0 by using the Particular.Msmq implementation of System.Messaging.

This lets us continue to have a central location to manage this code, but also let's us use separate private copies where we need MSMQ support in NServiceBus 9 (Messaging Bridge and ServiceControl).