Software Development

Configure NServiceBus with Sql Server transport

In order to use Sql Server as middle-ware transport infrastructure you have to install the following nuget package in your projects (where your publisher and subscribers are located) NServiceBus.SqlServer If you use a web-api project to send messages into the bus, you have to configure SqlServer transport to be used. You can add this configuration… Continue reading Configure NServiceBus with Sql Server transport