简体   繁体   English

MassTransit在天蓝色服务总线上创建队列

[英]MassTransit creates queues on azure service bus

I developed a simple publish/subscribe example on a MassTransit and azure service bus as a message broker. 我在MassTransit和azure服务总线上开发了一个简单的发布/订阅示例作为消息代理。 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 : 我不明白的是,每次启动我的解决方案时,MassTransit都会为连接到总线的每个服务实例创建一个队列:

在此输入图像描述

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. MassTransit文档没有给我一个解释。 Maybe someone here knows ? 也许有人知道吗?

That queue is for the bus endpoint, which is created for every bus instance. 该队列用于总线端点,该端点是为每个总线实例创建的。 It should automatically delete a few minutes after the bus instance is stopped. 它应该在总线实例停止后几分钟自动删除。

It is used as a source for publishing, as well as a response queue for requests sent via the bus. 它用作发布源,以及通过总线发送的请求的响应队列。

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

相关问题 使用Azure Service Bus创建队列的MassTransit 3 - MassTransit 3 with Azure Service Bus creating queues Azure Service Bus上的MassTransit抛出MessageSizeExceededException - MassTransit on Azure Service Bus throws MessageSizeExceededException 使用 MassTransit 在 Azure 服务总线队列上配置重复数据删除 - Configure Deduplication on Azure Service Bus Queue with MassTransit Windows Azure服务总线队列 - MessageSender或QueueClient? - Windows Azure Service Bus Queues - MessageSender or QueueClient? 是否可以在没有管理权限策略的情况下将 MassTransit 3 与 Azure 服务总线一起使用? - Is it possible to use MassTransit 3 with Azure Service Bus without Manage permission policy? 如何与 MassTransit 使用 Rebus 创建的 Azure 服务总线主题互操作? - How to interop with Azure Service Bus topics created by MassTransit using Rebus? MassTransit +使用定制类型消息的Azure服务总线 - MassTransit + azure service bus consuming custom type messages 使用 Azure 服务总线在 MassTransit IPublishEndpoint 上调用 Publish() 不会返回 - Calling Publish() on MassTransit IPublishEndpoint with Azure Service Bus doesn't return 使用 MassTransit 发布到 Azure 服务总线导致错误 - Publish to Azure Service Bus using MassTransit is causing errors 如何指定要与 MassTransit 一起使用的 Azure 服务总线主题 - How to specify which Azure Service Bus Topic to use with MassTransit
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM