Search code examples
.netsql-servernservicebusesb

NServiceBus with SQL Server Message Transport


Is there any way to use SQL Server as physical message transport instead of using built in MSMQ message transport with NServiceBus ?

Thanks


Solution

  • You probably want to look into implementing a custom ITransport to accomplish this.