I am able to perform REST DELETE operation to receive and delete messages from Azure service bus queues.To perform this we need to externally call the REST api. Is there any feature to perform polling,as soon as the message is available in the queue via REST API, we should pickup the message automatically with out external invocation to initiate the message pickup from queue.
Continuous listening of messages from queue via REST is possible?