0 Comments

The NServiceBus Distributor sample application has been updated. You can get the latest version from GitHub. 

Some users reported that they had to modify the projects’ settings (“Start external program” to be specific) before running the app . This was because the source control didn’t include the user-project files. They have now been added, making the sample application truly a “download and run” example.

Changes:

  • Added the .user –project files.
  • Updated the NServiceBus to a newer version (2.1). This is to allow the distributor’s logging level to be set through profiles. This wasn’t possible with the 2.0 version.
  • Distributor is run with NServiceBus.Integration profile by default.