Determining how many messages are on the Azure Service Bus Queue

后端 未结 9 861
难免孤独
难免孤独 2020-12-09 15:52

I know there is a way to determine the number of messages (or approximate number) in the Azure Queue (Store Account); however is there a way to query for the number of pendi

9条回答
  •  一个人的身影
    2020-12-09 16:24

    have you looked at the Queue Description API? There's a property called MessageCount.

    Here's the .NET SDK reference documentation page as well.

提交回复
热议问题