I have a Cloud Service which retrieves a message off the Service Bus.
I had a bug in code and redeployed. I would like to test by resending the message to the Queue but the Dashboard is saying there is a "Length" of 1 Message. I am cautiously assuming that this means there is a message on the queue? I would like to ensure that it is gone.
Can I remove the message through the portal?
"Incoming Messages" (purple line) is not present so it may be that the "Length" is not showing what is currently on the Queue but what has been in the past?
Apologies for the basic question?, I just want to make sure I don't end up with 2 messages on the queue and still no way to get rid of them other than writing new code.
As an aside, I tried to set the timeout to 5 minutes thinking that it might clear the message. Maybe it did? Maybe it has to be configured before the message arrives on the Queue?