Hi everyone,
We’ve just released a preview of NServiceBus.Transport.Bridge 0.1.0. This is a brand new component that allows you to send and receive messages between different transports. For example, a sending endpoint can publish messages from MSMQ and a receiving endpoint can subscribe using Azure Service Bus.
Among other scenarios, this allows gradual migration from one transport to another as well as permanent use of multiple transports in a single system.
The transport bridge relies on NServiceBus version 8 and corresponding transport packages, which are currently in beta. At this time, the NServiceBus.RabbitMQ
package does not have a beta package compatible with NServiceBus version 8 but we expect that to be ready very shortly. For now, the transport bridge won’t work with RabbitMQ. For everything else, the transport bridge supports the current beta packages for NServiceBus and the corresponding transports.
Important: Your endpoints do not need to be upgraded to NServiceBus v8 to use the transport bridge. The bridge is hosted separately and while it has a dependency on NServiceBus v8, the endpoints that use it don’t have the same restriction. Message endpoints using NServiceBus version 6-7 endpoints can use the transport bridge with no special configuration as they have no knowledge of the bridge at all.
Please refer to the full documentation, including how to migrate from the community NServiceBus.Router package, for details.
Where to get it
You can install NServiceBus.Transport.Bridge 0.1.0 from NuGet.
With thanks,
The team in Particular
Please read our previews support policy for more details.