2ac3001b49 | ||
---|---|---|
.github | ||
build | ||
src/Microsoft.Azure.ServiceBus.MessageIdPlugin | ||
test | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
Microsoft.Azure.ServiceBus.Plugins.sln | ||
README.md | ||
appveyor.yml | ||
service-bus.png |
README.md
Plugins for the Microsoft Azure Service Bus .NET Standard client
Build/Package | Status |
---|---|
Microsoft.Azure.ServiceBus.MessageIdPlugin |
This repository is for plugins for the .NET Standard Azure Service Bus library owned by the Azure-Service-Bus team.
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.
Plugins included with this repository
Third party provided plugins
Run by community members and as such are not covered under the Microsoft License. The applicable license for each third party plugin is listed by each third party plugin provider.
- ServiceBus.AttachmentPlugin - Claim Check pattern with Azure Storage for large messages.
- ServiceBus.CompressionPlugin - Allows sending and receiving compressed messages.
- ServiceBus.LogginPlugin - Message logging to Azure Storage Table or custom providers.
To link your plugin to this readme, contact Azure-Service-Bus team by opening an issue in this repository. The requests will be looked on a case-by-case basis.
How to provide feedback
See our Contribution Guidelines.