How to read Azure service bus queue message from postman.

Ganesh Prasad 1 Reputation point
2022-03-01T17:33:06.427+00:00

How to read Azure service bus queue message from postman.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 12,176 Reputation points
    2022-03-02T07:22:21.293+00:00

    You may use the Azure Service Bus REST API. To read a message, you may use

    1. Peek-Lock Message -> https://learn.microsoft.com/en-us/rest/api/servicebus/peek-lock-message-non-destructive-read
    2. Unlock Message -> https://learn.microsoft.com/en-us/rest/api/servicebus/unlock-message

    To understand how postman shall be used, please refer the following

    https://medium.com/javarevisited/send-message-to-azure-service-bus-via-postman-using-sas-token-in-1-step-a845686baad0