对 Azure 服务总线队列的 REST 调用
REST call to Azure service bus queues
我们能否执行 REST 调用来发布和使用来自 Azure 服务总线队列的消息。
是的,你可以。检查 Azure Service Bus REST API.
例如:Receive and Delete Message (Destructive Read)操作...
... receives a message from a queue or subscription, and removes the message from that queue or subscription in one atomic operation.
我们能否执行 REST 调用来发布和使用来自 Azure 服务总线队列的消息。
是的,你可以。检查 Azure Service Bus REST API.
例如:Receive and Delete Message (Destructive Read)操作...
... receives a message from a queue or subscription, and removes the message from that queue or subscription in one atomic operation.