Azure / amqpnetlite

AMQP 1.0 .NET Library
Apache License 2.0
400 stars 143 forks source link

AMQP.Net Lite

AMQP.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

Build status

NuGet Package Status
AMQPNetLite (main package) NuGet Version and Downloads count
AMQPNetLite.Core (.Net Core) NuGet Version and Downloads count
AMQPNetLite.Serialization (.Net Core) NuGet Version and Downloads count
AMQPNetLite.WebSockets (.Net Core) NuGet Version and Downloads count
AMQPNetLite.NetMF (NETMF) NuGet Version and Downloads count
AMQPNetMicro (NETMF) NuGet Version and Downloads count
AMQPNetLite.nanoFramework (nanoFramework) NuGet Version and Downloads count
AMQPNetMicro.nanoFramework (nanoFramework) NuGet Version and Downloads count

Features

The following table shows what features are supported on each platform/framework.

TLS SASL2 Txn Task Serializer Listener WebSockets BufferPooling
net45 + + + + + + + +
net40 + + + +3 + + +
net35 + + +
netmf   +1 +    
nanoFramework + +    
uap10 + + +
netcore451 + + +
wpa81 + + +
win8/wp8 + + +
netstandard1.34 + + + + + + +
mono/Xamarin5 + + + + + + +
  1. requires a TLS-capable device.
  2. only SASL PLAIN, EXTERNAL, and ANONYMOUS are currently supported.
  3. requires Microsoft.Bcl.Async.
  4. has 3 packages. Supports WebSocket client but not listener.
  5. projects targeting Mono/Xamarin should be able to consume the netstandard1.3 library.

Tested Platforms

Getting Started

Contributing

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.

References

For more information about the Azure Service Bus and AMQP, refer to: