Describe the feature.
Currently when there are rate limiting failures during processing messages are being fetched immediately for processing again and the transport is not throttling to adhere to the rate limiting request
Considerations:
- Thottle / delay processing if the error is due to rate limiting
- Support rate limiting so that instance are not overloading Azure Service Bus
Additional Context
No response