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.UseSpecific
with the valueAzureServiceBusTransport
- Add a new environment variable
AzureServiceBusTransport.ConnectionString
containing a connection string to your Azure Service Bus namespace - Add a new environment variable
AzureServiceBusTransport.Topology
with the valueForwardingTopology
orEndpointOrientedTopology
- Add a new environment variable
AzureServiceBus.ConnectionString
containing a connection string to your Azure Service Bus namespace (could be same as for acceptance tests) - Add a new environment variable
AzureServiceBus.ConnectionString.Fallback
containing a connection string to your Azure Service Bus fallback namespace