From 2ac3001b49afcccc17eb432da4d9c4f234a8d901 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Tue, 18 Dec 2018 21:31:41 +0100 Subject: [PATCH] Add Sean Feldman's ServiceBus.CompressionPlugin (#27) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e327d2..97e2b84 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ This library is built using .NET Standard 1.3. For more information on what plat 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](https://github.com/SeanFeldman/ServiceBus.AttachmentPlugin/) - Claim Check pattern with Azure Storage for large messages +* [ServiceBus.AttachmentPlugin](https://github.com/SeanFeldman/ServiceBus.AttachmentPlugin/) - Claim Check pattern with Azure Storage for large messages. +* [ServiceBus.CompressionPlugin](https://github.com/SeanFeldman/ServiceBus.CompressionPlugin) - Allows sending and receiving compressed messages. * [ServiceBus.LogginPlugin](https://github.com/davidrevoledo/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.