I developed a simple publish/subscribe example on a MassTransit and azure service bus as a message broker. The thing that I don't understand is that every time I start my solution MassTransit creates a queue per each service instance that connects to the bus :
I don't know what is the purpose of this. The queues are getting disposed after I stop services. MassTransit documentation does not give me an explanation for this. Maybe someone here knows ?