I am new to Azure Service Bus and I found that I need to continuously poll for Queue messages in order to receive them. However, I want the Queue to push the message to some sort of listener on the client-side of things without it having to poll for messages.
I have read that polling is optional in Azure Service Bus but I couldn't find how to receive messages without it.
Please help if you can. Thank you