Can we perform REST call to publish and consume messages from Azure service bus queues.
Asked
Active
Viewed 374 times
1 Answers
0
Yes, you can. Check the Azure Service Bus REST API.
For instance: the Receive and Delete Message (Destructive Read) operation ...
... receives a message from a queue or subscription, and removes the message from that queue or subscription in one atomic operation.

rickvdbosch
- 14,105
- 2
- 40
- 53