Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadMe Review #1266

Merged
merged 2 commits into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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/