-1

Can we perform REST call to publish and consume messages from Azure service bus queues.

1 Answers1

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