The Azure ServiceBus transport for NServiceBus enables the use of the Azure Service Bus Brokered Messaging service as the underlying transport used by NServiceBus. This transport targets the Azure Service Bus .NET Framework client library available through the WindowsAzure.ServiceBus nuget package.
Follow these steps to run the acceptance tests locally:
- Add a new environment variable
Transport.UseSpecificwith the valueAzureServiceBusTransport - Add a new environment variable
AzureServiceBusTransport.ConnectionStringcontaining a connection string to your Azure Service Bus namespace - Add a new environment variable
AzureServiceBusTransport.Topologywith the valueForwardingTopologyorEndpointOrientedTopology
- Add a new environment variable
AzureServiceBus.ConnectionStringcontaining a connection string to your Azure Service Bus namespace (could be same as for acceptance tests) - Add a new environment variable
AzureServiceBus.ConnectionString.Fallbackcontaining a connection string to your Azure Service Bus fallback namespace