Skip to content

Instantly share code, notes, and snippets.

@mookid8000
Created April 6, 2011 12:03
Show Gist options
  • Save mookid8000/905536 to your computer and use it in GitHub Desktop.
Save mookid8000/905536 to your computer and use it in GitHub Desktop.
NServiceBus bus config sample
var bus = Configure.With()
.DefaultBuilder()
.XmlSerializer()
.MsmqTransport().IsTransactional(false)
.UnicastBus().LoadMessageHandlers()
.CreateBus()
.Start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment