☁️ .NET Standard client library for Azure Service Bus
Перейти к файлу
Jesse Squire 1607601d3d [ReadMe] Fixing Event Hubs Url Typo (#694) 2019-04-25 11:51:39 -07:00
.github Separate Issue Template into bug report and feature request (#507) (#665) 2019-03-14 12:06:30 -07:00
build [WIP] Transaction support (#421) 2018-03-29 19:38:05 -07:00
src/Microsoft.Azure.ServiceBus Bump Microsoft.Azure.Amqp to 2.4.2 (#676) 2019-03-26 14:04:34 -07:00
test/Microsoft.Azure.ServiceBus.UnitTests Add support for configuring OperationTimeout in the connection string (#644) 2019-03-16 09:36:47 -06:00
.editorconfig Migrate to Visual Studio 2017 (#127) 2017-04-20 17:59:37 -07:00
.gitattributes Topic Subscriptions/ Sessions/ Request Response features (#36) 2016-12-14 15:40:00 -08:00
.gitignore Adding nuget.config to gitIgnore 2018-06-08 18:34:09 -07:00
CODEOWNERS Create CODEOWNERS (#215) 2017-07-10 15:18:48 -07:00
Directory.Build.props Adding additional documentation + typos (#313) 2017-09-13 10:47:11 -07:00
LICENSE API approver (#168) 2017-05-31 15:04:58 -07:00
Microsoft.Azure.ServiceBus.sln Removing samples (#144) 2017-04-27 08:43:29 -07:00
README.md [ReadMe] Fixing Event Hubs Url Typo (#694) 2019-04-25 11:51:39 -07:00
appveyor.yml Appveyor Change (#171) 2017-06-02 14:55:05 -07:00
service-bus.png Newlogo (#401) 2018-01-10 18:46:07 -08:00
thirdpartynotice.txt API approver (#168) 2017-05-31 15:04:58 -07:00

README.md

Microsoft Azure Service Bus

Microsoft Azure Service Bus Client for .NET

Azure Service Bus allows you to build applications that take advantage of asynchronous messaging patterns using a highly-reliable service to broker messages between producers and consumers. Azure Service Bus provides flexible, brokered messaging between client and server, along with structured first-in, first-out (FIFO) messaging, and publish/subscribe capabilities with complex routing.

This is the next generation Service Bus .NET client library focused on queues and topics. If you are looking for Event Hubs and Relay clients, please see:

We've moved!

The Microsoft Azure Service Bus Client for .NET has joined the unified Azure Developer Platform and can now be found in the Azure SDK for .NET repository. To view the latest source, participate in the development process, report issues, or engage with the community, please visit our new home.

This repository has been archived and is intended to provide historical reference and context for the Microsoft Azure Service Bus Client for .NET

Source code | Package (NuGet) | API reference documentation | Product documentation