Skip to content

Commit

Permalink
Merge pull request #1266 from Particular/readme-review
Browse files Browse the repository at this point in the history
  • Loading branch information
helenktsai committed Dec 20, 2023
2 parents 7925528 + 1c211e8 commit 52a454e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# SQL Server Transport for NServiceBus
# NServiceBus.SqlServer

Install this to enable NServiceBus to facilitate messaging over SQL Server
NServiceBus.SqlServer provides support for sending messages using [Microsoft SQL Server](http://www.microsoft.com/sqlserver) without the use of a service broker.

It is part of the [Particular Service Platform](https://particular.net/service-platform), which includes [NServiceBus](https://particular.net/nservicebus) and tools to build, monitor, and debug distributed systems.

See the [SQL Server transport documentation](https://docs.particular.net/transports/sql/) for more details on how to use it.

## Installation

Expand All @@ -19,9 +23,9 @@ Before doing anything else, make sure you have SQL Server up and running in your

## Performance

Consider creating a RAM drive or using the temporaty drive when running in a cloud vm and hosting your databases on it to reduce the time required to run acceptance tests.
Consider creating a RAM drive or using the temporary drive when running in a cloud vm and hosting your databases on it to reduce the time required to run acceptance tests.

## How to run tests
## Running tests locally

The tests expect a SQL Server instance to be available.

Expand All @@ -38,7 +42,3 @@ All tests use the default connection string `Data Source=.\SQLEXPRESS;Initial Ca
- `receiver` owner `db_owner`
- `sender` owner `db_owner`
- `db@` owner `db_owner`

## Samples

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

0 comments on commit 52a454e

Please sign in to comment.