I am using Nservicebus 4.7.5 with azure service bus as transport. My endpoint is just a subscriber of events and it doesn't publish anything. My endpoint once it receives an event calls into a azure storage and performs a CRUD.
Now when the azure storage datacenter is offline temporarily, the endpoint would continue to run and the messages would go into dead letter queue.
I am looking for a way to stop my endpoint consuming messages when there is an temporary issue in my storage adlnd therefore prevent them from going into dead letter.