gep13 / NServiceBus.SqlServer

SQL Server Transport for NServiceBus

Home Page:http://docs.particular.net/nservicebus/sqlserver/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL Server Transport for NServiceBus

Install this to enable NServiceBus to facilitate messaging over SQL Server

Installation

Before doing anything else, make sure you have SQL Server up and running in your environment. Also make sure it is accessible from all the machines in your setup.

  1. Add NServiceBus.SqlServer to your project(s). The easiest way to do that is by installing the NServiceBus.SqlServer nuget package.

  2. In your app.config make sure to provides the necessary connection information needed to communicate to SQL server. A typical setup would be:

<connectionStrings>
  <add name="NServiceBus/Transport" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=nservicebus;Integrated Security=True"/>
</connectionStrings>

Samples

See http://docs.particular.net/samples/

About

SQL Server Transport for NServiceBus

http://docs.particular.net/nservicebus/sqlserver/

License:Other


Languages

Language:C# 100.0%