Azure 服务总线队列记录从队列中获取的消息

发布于 2025-01-18 02:41:35 字数 310 浏览 2 评论 0原文

我们有一个.NET Core 3.1 Web-API应用程序,该应用程序会倾听到Azure Service Bus队列。我们想获得有关队列上消息消费者的更多信息 - 在我们的工作流程中,只有一个(指定的)消费者的消费者,但是我们怀疑有多个消费者。我们怀疑这一点是因为当(和之后)正在处理队列上的消息时,指定的消费者应用程序日志上没有应用程序日志条目。

给定队列上有关消息/项目的特定信息

为了确定排队条目的消费者,我已经查看了与Azureactitive和Azurediagnostics有关的服务总线日志和查询,但是我找不到有关 阐明了我如何找到有关排队商品消费者的详细信息?

We have a .NET Core 3.1 web-API application that listens to an Azure Service Bus queue. We would like to get more information about the consumer of the messages on the queue - within our workflow, there should only be one (designated) consumer of a given queue, however we suspect there are multiple consumers. We suspect this because there are no application log entries on the designated consumer application logs when (and after) a message on the queue is being processed.

To attempt to determine the consumer of a queued entry I have looked at the Service Bus Logs and queries related to AzureActivity and AzureDiagnostics however I couldn't find specific information about a message(s)/item(s) on a given queue

Can anyone shed any light on how I can find details about the consumer of a queued item ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文