NServiceBus docs say:
The Timeout Manager is enabled by default. However, it is automatically disabled for send-only endpoints and transports that support delayed delivery natively (i.e. Azure Service Bus).
SQL supports delayed messaging, yet max delay is 15 minutes.
Is NSB clever enough to figure out that requested timeout period exceeds max SQS interval and switch back to Timeout Manager? Or is it possible to force NSB to use Timeout Manager and ignore transport capabilities?