0

Can you set TTBR (Time To Be Received) on a message sent using NServiceBus?

4

1 回答 1

2

Absolutely - put the TimeToBeReceived attribute on the relevant message class. Here's an example setting it to 10 minutes:

[TimeToBeReceived("00:10:00")] 
于 2010-05-18T09:52:37.127 回答