Skip to content

An in memory transport for NServiceBus for integration testing only.

License

Notifications You must be signed in to change notification settings

Thuzi/NServiceBus.InMemory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NServiceBus.InMemory

Build status NuGet Badge

A thread safe in memory transport that works across AppDomains for NServiceBus for acceptance testing only. For information about acceptance testing with NServiceBus read this blog. In that blog they used the MSMQ transport for testing. However, this may not be the best option for your test environment. The NServiceBus.InMemory transport can be used as an in process transport that can exchange messages between endpoints for your acceptance tests. To install the transport simply run this command in you NuGet console in Visual Studio:

Install-Package NServiceBus.InMemory

NServiceBus 6.x Support

Currrently this transport only supports 5.x versions of NServiceBus. We are planning on supporting 6.x versions of NServiceBus in the future.

About

An in memory transport for NServiceBus for integration testing only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages