Migrate NServiceBus Transport from MSMQ to Azure Service Bus. Migrate messages from error queue

Hi,
We are migrating NServiceBus Transport from MSMQ to Azure Service Bus. Current NSB version 6.5.9

Can you give recommendations on how to migrate messages from MSMQ error queue to ASB error queue? Can we do it with a bridge or what are the options?

Hi @Aliaksandr

I think the best option is to use ServiceControl.TransportAdapter after you switch your SC instance to a new transport.