khushalpatel1981 / azure-service-bus-dotnet

☁️ .NET Standard client library for Azure Service Bus

Home Page:https://azure.microsoft.com/services/service-bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft Azure Relay

Microsoft Azure Service Bus Client for .NET

Please be aware that this library is currently in active development, and is not intended for production

Build/Package Status
master Build status
dev Build status
Microsoft.Azure.ServiceBus NuGet Version and Downloads count

This is the next generation Service Bus .NET client library that focuses on queues & topics. If you are looking for Event Hubs and Relay clients, follow the below links:

Azure Service Bus is an asynchronous messaging cloud platform that enables you to send messages between decoupled systems. Microsoft offers this feature as a service, which means that you do not need to host any of your own hardware in order to use it.

Refer to the online documentation to learn more about Service Bus.

This library is built using .NET Standard 1.3. For more information on what platforms are supported see .NET Platforms Support.

How to provide feedback

See our Contribution Guidelines.

FAQ

Where can I find examples that use this library?

To get started sending messages to Service Bus refer to Get started sending to Service Bus queues.

To get started receiving messages with Service Bus refer to Get started receiving from Service Bus queues.

How do I run the unit tests?

In order to run the unit tests, you will need to do the following:

  1. Deploy the Azure Resource Manager template located at /templates/azuredeploy.json by clicking the following button:

    Running the above template will provision a standard Service Bus namespace along with the required entities to successfully run the unit tests.

  2. Add an Environment Variable named azure-service-bus-dotnet/connectionstring and set the value as the connection string of the newly created namespace. Please note that if you are using Visual Studio, you must restart Visual Studio in order to use new Environment Variables.

Once you have completed the above, you can run dotnet test from the /test/Microsoft.Azure.ServiceBus.UnitTests directory.

Can I manage Service Bus entities with this library?

The standard way to manage Azure resources is by using Azure Resource Manager. In order to use functionality that previously existed in the .NET Framework Service Bus client library, you will need to use the Microsoft.Azure.Management.ServiceBus library. This will enable use cases that dynamically create/read/update/delete resources. The following links will provide more information on the new library and how to use it.

About

☁️ .NET Standard client library for Azure Service Bus

https://azure.microsoft.com/services/service-bus

License:MIT License


Languages

Language:C# 99.2%Language:PowerShell 0.8%