Hi,
I have an azure service bus queue where CRM 2016 Dynamics writes messages to the queue and have a web job which processes the messages. I am able to process the messages but after calling Complete method the message from queue is not been removed.
How do I troubleshooting or find out why processed messages are not been removed from the queue.
The web job is a console application running in a while loop waiting for messages to arrive in a queue.