Re: [masstransit-discuss] Failed to create the bus service: SubscriptionRouterService

197 views
Skip to first unread message

Dru Sellers

unread,
May 14, 2013, 8:53:12 AM5/14/13
to masstrans...@googlegroups.com
can you provide a bit more of the stack trace?


On Tue, May 14, 2013 at 2:26 AM, <andreac...@gmail.com> wrote:
Hi! I'm using MassTransit 2.7.2 nuGet package and I've some problems with Subscription Service and MSMQ.

When I start my console App I receive this error:


Failed to create the bus service: SubscriptionRouterService

My configuration is:

sbc.UseMsmq(callback =>
{
    sbc.UseSubscriptionService("msmq://127.0.0.1/test_queue_subscriptions");
    sbc.UseHealthMonitoring(10);
    callback.UseMulticastSubscriptionClient();
    callback.VerifyMsmqConfiguration();
});


Thanks!

--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/a229a257-e5d3-413a-85ac-e13eac63b7ff%40googlegroups.com?hl=en-US.

For more options, visit https://groups.google.com/groups/opt_out.
 
 

Dru Sellers

unread,
May 14, 2013, 8:53:20 AM5/14/13
to masstrans...@googlegroups.com
also the introspection logs?

Chris Patterson

unread,
May 14, 2013, 11:38:37 AM5/14/13
to masstrans...@googlegroups.com
You cannot use the subscription service and the multicast subscription client at the same time -- pick one.
Reply all
Reply to author
Forward
0 new messages