This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 273
Receive MessageCountDetails for a Subscription #1001
Comments
After contacting Azure's support, it seems like that the PHP SDK is not updated and is not using the latest API version. The ideal solution should be something like:
Which will end up with a larger XML response:
Are you guys planning to upgrade this SDK at some point? Thank you EDIT: I have started to work on a solution: master...Shaked:master (which I'm currently using). However, I doubt I will have the time to follow this repository's guidelines, as it is way too complex and time consuming. Would have been nice to have an automated docker image for that part with a single entry point. |
Hello @sergey-shandar , Is this repository still under maintenance/development? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm interested in receiving the
MessageCountDetails
from your API, as I see that it is possible to do by using the C# SDK)Basically I'm trying to get the total count of dead letters per subscription.
AFAIU this should be possible: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dead-letter-queues#path-to-the-dead-letter-queue
However, I could not figure how to get it using the PHP API.
Even when I manually edited the subscription path:
I ended up with this message:
What can I do in order to get this information?
Thank you
Shaked
The text was updated successfully, but these errors were encountered: