简体   繁体   English

Masstransit队列的前缀为bus,后缀为随机字符串

[英]Masstransit queues prefixed with bus and postfixed with random string

I am taking over a project where Masstransit is being used as abstraction over RabbitMQ. 我正在接管一个项目,其中Masstransit被用作RabbitMQ的抽象。

I see a lot of queues prefixed with "bus" and postfixed with some random character string. 我看到很多队列以“ bus”为前缀,并以一些随机字符串作为后缀。

What are theses queues being used for and how are they created? 这些队列有什么用?如何创建? Any hint will be most welcome. 任何提示将是最欢迎的。

在此处输入图片说明

That's temporary queues. 那是临时队列。 more info in documentation 文档中的更多信息

And this class of MassTransit generates it (see CreateTemporaryQueueName method invoking) 然后, 此类 MassTransit生成它(请参阅调用的CreateTemporaryQueueName方法)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM