NServiceBus.Router vs NServiceBus.Transport.Bridge

Hi,

As our company is moving some NServiceBus logic in the cloud, I would like to know which one is preferred between NServiceBus.Router and NServiceBus.Transport.Bridge in order to relay messages/events between the cloud and on-premise application?

NServiceBus.Router seems to be the one people are using more based on NuGet stats.

Thoughts?

Thanks
Michel

Welcome to the Particular discussion group, @Michel_Deblois.

The Router is a community project that was designed to solve the relay problem when we had no officially supported solutions. The Bridge is a new package, released a couple of months ago, officially supported by Particular. If you’re not already using the Router, the suggestion is to start with the Bridge.

.m

1 Like