SkillAgentSearch skills...

NServiceBus.AzureServiceBus

The Azure ServiceBus Transport

Install / Use

/learn @Particular/NServiceBus.AzureServiceBus
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

Legacy Azure Service Bus 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. This transport targets the Azure Service Bus .NET Framework client library available through the WindowsAzure.ServiceBus nuget package.

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

Related Skills

View on GitHub
GitHub Stars13
CategoryOperations
Updated3y ago
Forks17

Languages

C#

Security Score

65/100

Audited on Jan 28, 2023

No findings