cfg.ReceiveEndpoint("ml", ec =>
{
ec.Consumer<Headset.Consumers.Menus.PredictCategory>(context.Resolve<ILifetimeScope>());
ec.UseConcurrencyLimit(1);
});
cfg.ReceiveEndpoint("ml", ec =>
{
ec.Consumer<Headset.Consumers.Menus.PredictCategory>(context.Resolve<ILifetimeScope>());
ec.UseConcurrencyLimit(1);
ec.PrefetchCount = 1;
});
--
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/28e81ed8-6441-4220-98a3-b24893c78028%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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/f7634e4a-f184-4a80-a1e5-c3f6f8b9a33e%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.