Skip to content

Instantly share code, notes, and snippets.

@DavidBoike
Created March 30, 2014 20:18
Show Gist options
  • Save DavidBoike/9879119 to your computer and use it in GitHub Desktop.
Save DavidBoike/9879119 to your computer and use it in GitHub Desktop.
Configuration to enable NServiceBus.Rfc1149 transport.
public class EndpointConfig : IConfigureThisEndpoint, AsA_Server, IWantCustomInitialization
{
public void Init()
{
Configure.With()
.UseTransport<Rfc1149>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment