Search code examples
nservicebus

Can NServiceBus TimeToBeReceived be set on a per-message basis?


I've seen in the documentation that TimeToBeReceived can be set on a message class or on the endpoint itself. I have a message class that should use TimeToBeReceived, but I'd like to alter the specific length of time for each individual message. Is this possible? I would have thought the option would be in the SendOptions, but I don't see it there.


Solution

  • Since this was never officially answered, I suppose I'll do so myself. The answer is no, this functionality is not supported by NServiceBus.