问题
I am taking over a project where Masstransit is being used as abstraction over RabbitMQ.
I see a lot of queues prefixed with "bus" and postfixed with some random character string.
What are theses queues being used for and how are they created? Any hint will be most welcome.
回答1:
That's temporary queues. more info in documentation
And this class of MassTransit generates it (see CreateTemporaryQueueName
method invoking)
来源:https://stackoverflow.com/questions/49026670/masstransit-queues-prefixed-with-bus-and-postfixed-with-random-string