Skip to content

Instantly share code, notes, and snippets.

@leblancmeneses
Created November 28, 2012 05:47
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 leblancmeneses/4159277 to your computer and use it in GitHub Desktop.
Save leblancmeneses/4159277 to your computer and use it in GitHub Desktop.
forum - distributor without profile data input queue not created
public class EndpointConfig : IConfigureThisEndpoint, IWantCustomInitialization, AsA_Server
{
public void Init()
{
Configure.With()
.DefineEndpointName(ConfigurationManager.AppSettings["NServiceBus.Instance"])
.DefaultBuilder()
.XmlSerializer()
.RunTimeoutManager()
.RunDistributorWithNoWorkerOnItsEndpoint()
.ForInstallationOn<Windows>().Install();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment