如何查看 Azure 服务总线主题中的计划消息?
根据这篇文章:
https://github.com/MicrosoftDocs/azure-docs/issues/59641
Scheduled messages reside in the topic until the scheduled time, and users should peek into the topic if they want to see the scheduled messages.
所以我不能在“ServiceBusReceiver”上使用“PeekMessagesAsync”
使用“ServiceBusAdministrationClient”,我可以获得主题中计划消息的数量,但我真的很想自己掌握消息......
任何帮助将不胜感激....