Hi All,
I am working on receiving a message from Azure Service Bus queue.
I have created a queue (SampleQueue) and I am able to send the message successfull in that queue via POSTMAN using a SAS token which I generate with my Java program.
I am also getting a 201 created status after hitting my service bus queue api url.
I want to receive the message pending in my Service bus queue, how can I get those messages ( java code would be preferable)?
I went through some links about receiving message (https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-java-how-to-use-queues), but this does not contain information about how I can receive and view those messages. Is there any way we can
receive pending message on service bus queue?
Would be grateful for any help here.
Thanks,
Rudra