The NServiceBus Host takes an opinionated approach to hosting. Endpoints using NServiceBus Host can run as windows services or console application (e.g. during development).
Full documentation is available at the following location:
This repository contains the source code for the NServiceBus.Host since version 6.0.0, versions prior to that aligned with the NServiceBus releases. Source code for versions prior to 6.0.0 is available in the https://github.com/Particular/NServiceBus repository.
Prior versions available in NServiceBus repository:
- 5.x : https://github.com/Particular/NServiceBus/tree/5.0.11/src
- 4.x : https://github.com/Particular/NServiceBus/tree/4.7.12/src
- 3.x : https://github.com/Particular/NServiceBus/tree/3.3.18/src
- 2.6.x : https://github.com/Particular/NServiceBus/tree/2.6.0.1504/src
- 2.5.x : https://github.com/Particular/NServiceBus/tree/2.5.0.1446/src
- 2.0 : https://github.com/Particular/NServiceBus/tree/2.0/src/host