Skip to content

Commit

Permalink
Merge branch 'master' of github.com:phatboyg/MassTransit
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed May 17, 2010
2 parents 83fc32a + 3eb8ff1 commit 7a6b9a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MassTransit.RuntimeServices/Program.cs
Expand Up @@ -50,8 +50,7 @@ private static void Main(string[] args)
config.RunAsLocalSystem();
config.DependencyOnMsmq();
config.DependencyOnMsSql();
if (serviceConfiguration.SubscriptionServiceEnabled)
{
config.ConfigureService<SubscriptionService>(service => { ConfigureService<SubscriptionService, SubscriptionServiceRegistry>(service, start => start.Start(), stop => stop.Stop()); });
Expand Down

0 comments on commit 7a6b9a5

Please sign in to comment.