NServiceBus Retry Delay
Posted
by mattcodes
on Stack Overflow
See other posts from Stack Overflow
or by mattcodes
Published on 2010-02-16T04:43:36Z
Indexed on
2010/06/12
0:02 UTC
Read the original article
Hit count: 319
nservicebus
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?
© Stack Overflow or respective owner