[Solved] How do I specify a redelivery policy and separate retry queue processor in Rebus
1) The queue transaction is rolled back, effectively moving the message back in front – therefore, it will be immediately retried. After 5 failed attempts (at least that is the default), Rebus will move the message to the error queue. The default retry mechanism is intentionally very swift – this way, the input queue will … Read more