PHP 客户端的 Azure 服务总线队列 ReceiveBatch

Azure Service Bus Queue ReceiveBatch for PHP client

PHP azure bus 客户端库是否支持 ReceiveBatch API?根据客户端库,我们只有 receiveMessage(Brokered messages) 和 receiveQueueMessage。

你可以看看这个官方文档:

https://github.com/Azure/azure-sdk-for-php

从这个文档你可以看到所有的功能(在使用php sdk的情况下),从文档描述,PHP sdk不支持ReceiveBatch。

如果您使用.net sdk,则支持:

https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.queueclient.receivebatch?view=azure-dotnet