Example NServiceBus project using SQL transport, MSSQL database and Windows MSDTC for distributed transactions if needed
- create database for nservice bus. i suggest using database name from connection string
- create bussiness mock database, use Infrastructure/Sql Scripts for this
- once both databases are created Worker1. This should create servicebus tables
- run worker 2 to create subsription.
If all works worker1 should send messages to worker2, each even message should be thrown as an exception(for testing purposes)
modify variant in worker 1 to test other types messaging