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:My configuration is:
Failed to create the bus service: SubscriptionRouterService
sbc.UseMsmq(callback =>
{
sbc.UseSubscriptionService("msmq://127.0.0.1/test_queue_subscriptions");
sbc.UseHealthMonitoring(10);
callback.UseMulticastSubscriptionClient();
callback.VerifyMsmqConfiguration();
});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.
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.