Created
November 28, 2012 05:47
-
-
Save leblancmeneses/4159277 to your computer and use it in GitHub Desktop.
forum - distributor without profile data input queue not created
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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