Hello,
The package is missing the possibility to retrieve the number of messages in the queue via messenger:stats command. The transport should implement MessageCountAwareInterface to support it.
I tried to find how to add support for this but it seems there's a different API for this https://learn.microsoft.com/en-us/rest/api/servicebus/controlplane/queues/get?view=rest-servicebus-controlplane-2021-11-01&tabs=HTTP which requires subscriptionId and resourceGroupName. Maybe I'm missing something.
Is there any way to implement support for statistics?
Thank you.
Hello,
The package is missing the possibility to retrieve the number of messages in the queue via
messenger:statscommand. The transport should implementMessageCountAwareInterfaceto support it.I tried to find how to add support for this but it seems there's a different API for this https://learn.microsoft.com/en-us/rest/api/servicebus/controlplane/queues/get?view=rest-servicebus-controlplane-2021-11-01&tabs=HTTP which requires subscriptionId and resourceGroupName. Maybe I'm missing something.
Is there any way to implement support for statistics?
Thank you.