We've been PoC-ing MassTransit on Azure Service Bus and are looking at ways of ensuring resiliency in the event of an ASB outage.
One option is using Azure's Paired Namespace functionality, which puts messages on backlog queues in a secondary namespace if the primary one is unavailable. ASB, then takes care of siphoning messages back to the primary namespace once it is available.
I've not been able to find a way to set this up through MassTransit. Is this possible at all?