Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个需要自动扩展工作进程的系统,这些工作进程从服务总线主题中提取消息进行处理。
为此,我需要知道给定订阅的未处理消息的数量。我怎么做?
我查看了SubscriptionClient类,但似乎没有办法找到等待处理的消息数量。
您可以使用orNamespaceManager来获取您的or 。这些描述将值公开为。QueueDescriptionTopicDescriptionGetMessage(_name_)GetTopic(_name_)MessageCount
NamespaceManager
QueueDescription
TopicDescription
GetMessage(_name_)
GetTopic(_name_)
MessageCount
希望这可以帮助!