Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.15 KB

README.md

File metadata and controls

12 lines (7 loc) · 1.15 KB

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.