Skip to content

Instantly share code, notes, and snippets.

@dvdstelt
Last active June 6, 2016 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvdstelt/4fd9d6a600db9fc766811bbbbc2d8cc6 to your computer and use it in GitHub Desktop.
Save dvdstelt/4fd9d6a600db9fc766811bbbbc2d8cc6 to your computer and use it in GitHub Desktop.
var endpointConfiguration = new EndpointConfiguration("NServiceBus.Sample");
endpointConfiguration.UseTransport<MsmqTransport>()
.ConnectionString("deadLetter=false;journal=false");
// More information here : http://docs.particular.net/nservicebus/msmq/connection-strings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment