Questions tagged [rebus-azureservicebus]
31 questions
0
votes
1 answer
Rebus Retry policy
I have questions on Rebus retry policy below:
Configure.With(...)
.Options(b => b.SimpleRetryStrategy(maxDeliveryAttempts: 2))
.(...)
https://github.com/rebus-org/Rebus/wiki/Automatic-retries-and-error-handling#customizing-retries
1 Can it…

Pingpong
- 7,681
- 21
- 83
- 209