This source code is for an article written to walk through the use of Routing slips with NServiceBus. The original article can be found here
#Branches
- master - implementation with Routing Slips
- InitialBenchmark - first implementation with just a handler
- Saga - implementation of Saga without scaling
- Saga-Scaled - implementation of Saga with scaling
##Note on SQL Script Use the SQL script from master or the InitialBencharm - it contains indexes that were added and re-tested.