Masstransit version 3.5.7 creates queue with weird name as bus-localcomputername-combinationsofchar

23 views
Skip to first unread message

Trupti Kulkarni

unread,
Feb 13, 2019, 4:44:16 PM2/13/19
to masstransit-discuss
Hi,

I have upgraded my local Rabbit MQ client to 4.1.3 and MassTransit to 3.5.7 and added in Mass transit installer as specified in documentation like

var busControl = Bus.Factory.CreateUsingRabbitMq(cfg =>
{
var host = cfg.Host(new Uri("rabbitmq://localhost"), h =>
{
h.Username("guest");
h.Password("guest");
});

cfg.ReceiveEndpoint(host, Settings.Default.NewQueue, ec =>
{
ec.EnableMessageScope();
ec.LoadFrom(container);
});
});

It creates NewQueue but it also creates queue as "bus-localpcname-iesoyynnssfbdghbd....". Not sure why it creates and whats the purpose ?
Reply all
Reply to author
Forward
0 new messages