NServiceBus Retry Delay
- by mattcodes
What is the optimal way to configure/code NServiceBus to delay retrying messages, in its default configuration retry happens almost immediately upto the number of attempts defined in the config file. I'd ideally like to retry again after an hour etc..
Also how does HandleCurrentMessageLater() work, what does the Later aspect refer to?