Access to Microsoft Azure Service Bus from all platforms using AMQP protocol
Project Description
This project has the purpose to provide all the same APIs to access the Microsoft Azure Service Bus (Queues, Topics/Subscriptions, Event Hubs) you have on .Net Framework but for .Net Micro Framework, .Net Compact Framework 3.9, Mono (on Linux) and WinRT (Windows 8.1 and Windows 10) using AMQP protocol.
It's based on the AMQP .Net Lite library and makes a wrapper around it so that developers don't need to know about AMQP protocol concepts like connection, session and links but can access to the Microsoft Azure Service Bus in the same way they do on applications for PC.
It is developed in C# language and works on all the following .Net platforms :
There is also the support for WinRT platforms :
For more information :
Follow the project on Twitter at @azuresblite
You can find some example scenarios on GitHub at following address :