esb - NServiceBus setting time to be received -


Can you set TTBR (to get time) on the message sent using NServiceBus?

Absolutely - enter a time-to-aided attribute on the relevant message class. This is an example set to 10 minutes:

  [Time-to-Reacquired ("00:10:00")]  
< / Html>

Comments