Skip to content

tchelidze/NServiceBus.AzureServiceBus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure ServiceBus Transport for NServiceBus

The Azure ServiceBus transport for NServiceBus enables the use of the Azure Service Bus Brokered Messaging service as the underlying transport used by NServiceBus.

Documentation

Azure Service Bus Transport

Samples

Running the Acceptance Tests

Follow these steps to run the acceptance tests locally:

  • Add a new environment variable Transport.UseSpecific with the value AzureServiceBusTransport
  • 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 value ForwardingTopology or EndpointOrientedTopology

Running the Unit Tests

  • 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.Fallback containing a connection string to your Azure Service Bus fallback namespace

Maintainers

The following team is responsible for this repository: @Particular/azure-maintainers

Packages

No packages published

Languages

  • C# 100.0%