This is a lightweight AMQP 1.0 library for .Net platforms, including .Net Framework, .Net Core, Universal Windows Platform, Mono, and Mono/Xamarin. The library includes both a client and listener to enable peer to peer and broker based messaging.
$ dotnet add package AMQPNetLiteAMQP.Net Lite is a lightweight AMQP 1.0 library for the .Net Framework, .Net Core, Windows Runtime platforms, .Net Micro Framework, .NET nanoFramework and Mono. The library includes both a client and listener to enable peer to peer and broker based messaging.
Documentation
| AMQPNetLite.nanoFramework (nanoFramework) |
| AMQPNetMicro.nanoFramework (nanoFramework) |
The following table shows what features are supported on each platform/framework.
| TLS | SASL<sup>2</sup> | Txn | Task | Serializer | Listener | WebSockets | BufferPooling | |
|---|---|---|---|---|---|---|---|---|
| net50+ | + | + | + | + | + | + | + | + |
| net45+ | + | + | + | + | + | + | + | + |
| net40 | + | + | + | +<sup>3</sup> | + | + | + | |
| net35 | + | + | + | |||||
| netmf | +<sup>1</sup> | + | ||||||
| nanoFramework | + | + | ||||||
| uap10 | + | + | + | |||||
| netcore451 | + | + | + | |||||
| wpa81 | + | + | + | |||||
| win8/wp8 | + | + | + | |||||
| netstandard1.3<sup>4</sup> | + | + | + | + | + | + | + | |
| netstandard2.0 | + | + | + | + | + | + | + | |
| mono/Xamarin<sup>5</sup> | + | + | + | + | + | + | + |
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
If you would like to become an contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.
For more information about the Azure Service Bus and AMQP, refer to: