AMQP.ServiceBus

There was a time that I badly need a service bus component which enables my UWP to create topic/subscription on AzureServiceBus. Unfortunately, neither Microsoft nor 3rd party component can do it for me. The Microsoft one requires full .Net environment and rejected UWP, the 3rd party library only has part of features I needed. So, I created this one based on the REST interface and customized for UWP project. It is light weight, stable and easy to use. Here is the project source and more description: https://github.com/1Upper/AMQP.ServiceBus


Keywords
AMQP, Azure, ServiceBus, UWP
Install
Install-Package AMQP.ServiceBus -Version 1.0.0.3

Documentation

AMQP.ServiceBus

AMQP service bus APIs