NServiceBus setting time to be received
Can you set TTB开发者_如何学PythonR (Time To Be Received) on a message sent using NServiceBus?
Absolutely - put the TimeToBeReceived attribute on the relevant message class. Here's an example setting it to 10 minutes:
[TimeToBeReceived("00:10:00")]
精彩评论