I have created a service bus queue in Azure and it works well. And if the message is not getting delivered within default try (10 times), it is correctly moving the message
You'd need to send a new message with the same payload. ASB by design doesn't support message resubmission.