Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NServiceBus を使用して送信されたメッセージに TTBR (Time To Be Received) を設定できますか?
絶対に - TimeToBeReceived 属性を関連するメッセージ クラスに配置します。これを 10 分に設定する例を次に示します。
[TimeToBeReceived("00:10:00")]