As with NServiceBus 3.2.1, they provide a problem-free solution to eliminate delays in the event of consecutive message failures. The pre-existing retry mechanism still repeats errors without delay to handle cases such as database locks, fast self-healing network problems, etc.
After the message has been reconfigured the configured number of times, the message is moved to the "Repeat second level" queue. This queue, configured below, will retry after a delay of 10, 20, and 30 seconds, then the message will be moved to the configured error queue. You can change these values ββto suit your environment better.
You can also check this link: http://docs.particular.net/nservicebus/second-level-retries
SDShooter
source share