Search code examples
azureservicebus

MaxDeliveryCount on forwarding queues


Is there any guidance on what the MaxDeliveryCount should be set when using auto-forwarding to another queue in ServiceBus?


Solution

  • Delivery count matters when receiving from an entity. When an entity is set to auto-forward messages, receiving is not possible. Which makes delivery count irrelevant.