Skip to content

Instantly share code, notes, and snippets.

@andreasohlund
Created December 1, 2011 15:00
Show Gist options
  • Select an option

  • Save andreasohlund/1417373 to your computer and use it in GitHub Desktop.

Select an option

Save andreasohlund/1417373 to your computer and use it in GitHub Desktop.
SendOnly
var bus = Configure.With()
.DefaultBuilder()
.XmlSerializer()
.MsmqTransport()
.UnicastBus()
.SendOnly();
bus.Send(new TestMessage());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment