Is there a python API for reading all message present in a queue at that time? I found the api for .net:
Asked
Active
Viewed 221 times
-1

David Makogon
- 69,407
- 21
- 141
- 189

kiran
- 445
- 1
- 5
- 11
-
https://pypi.org/project/azure-servicebus/7.0.0/ Please use the azue-servicebus v7.0.0 – rakshith91 Dec 31 '20 at 07:16
1 Answers
1
As I known, Azure SDK for Python is wrapped Azure REST API, there is only a REST API to peek a message at one time, so the answer is no.
And there are some issues for this needs on Azure GitHub repo as below, the offical team recommended using AMQP instead of HTTP to peek messages.
Hope it helps.

Jay Gong
- 23,163
- 2
- 27
- 32