Can you set TTBR (Time To Be Received) on a message sent using NServiceBus?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Absolutely - put the TimeToBeReceived attribute on the relevant message class. Here's an example setting it to 10 minutes: [TimeToBeReceived("00:10:00")] |
|||||||||
|