AMQPNetMicro 2.5.1

dotnet add package AMQPNetMicro --version 2.5.1
                    
NuGet\Install-Package AMQPNetMicro -Version 2.5.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AMQPNetMicro" Version="2.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AMQPNetMicro" Version="2.5.1" />
                    
Directory.Packages.props
<PackageReference Include="AMQPNetMicro" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AMQPNetMicro --version 2.5.1
                    
#r "nuget: AMQPNetMicro, 2.5.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AMQPNetMicro@2.5.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AMQPNetMicro&version=2.5.1
                    
Install as a Cake Addin
#tool nuget:?package=AMQPNetMicro&version=2.5.1
                    
Install as a Cake Tool

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) Version Downloads
AMQPNetLite.Core (NetStandard) Version Downloads
AMQPNetLite.Serialization (NetStandard) Version Downloads
AMQPNetLite.WebSockets (NetStandard) Version Downloads
AMQPNetLite.NetMF (NETMF) Version Downloads
AMQPNetMicro (NETMF) Version Downloads
AMQPNetLite.nanoFramework (nanoFramework) Version Downloads
AMQPNetMicro.nanoFramework (nanoFramework) Version Downloads

Features

  • Full control of AMQP 1.0 protocol behavior.
  • Peer-to-peer and brokered messaging.
  • Secure communication via TLS and SASL.
  • Extensible transport providers.
  • Sync and async API support.
  • Listener APIs to enable wide range of listener applications, including brokers, routers, proxies, and more.
  • A lightweight messaging library that runs on all popular .NET and Windows Runtime platforms.

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> + + + + + + +
  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

  • .Net 5.0+.
  • .Net Framework 3.5, 4.0 and 4.5+.
  • Universal Windows App 10.
  • .NET nanoFramework 1.0.
  • .NET Micro Framework 4.2, 4.3, 4.4. On version 2.5.0 and above, only NETMF 4.4 is supported.
  • .NET Compact Framework 3.9.
  • Windows Phone 8 and 8.1, up to version 2.4.11.
  • Windows Store 8 and 8.1, up to version 2.4.11.
  • .Net Core 1.0 on Windows 10 and Ubuntu 14.04.
  • Mono on Linux (requires v4.2.1 and up. Only the client APIs are verified and state of the listener APIs is unknown).

Getting Started

  • Quick Start Build applications from simple to complex.
  • Examples Please take a minute to look at the examples.
  • .Net Core If you are looking for information about using amqpnetlite on .Net Core (coreclr, dnxcore50, etc.), your can find the code and a Hello AMQP! example here.
  • Interested in the code? Clone and build the projects.

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:

Product Compatible and additional computed target framework versions.
.NET Micro Framework netmf44 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETMicroFramework 4.4

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.5.1 83 9/5/2025
2.5.0 102 7/28/2025
2.4.11 188 6/25/2024
2.4.10 125 5/30/2024
2.4.9 165 3/4/2024
2.4.8 234 1/4/2024
2.4.7 202 10/9/2023
2.4.6 265 5/16/2023
2.4.5 540 9/1/2022
2.4.4 621 2/11/2022
2.4.3 568 6/9/2021
2.4.0 839 3/12/2020
2.3.0 871 11/4/2019
2.1.7 916 3/6/2019
2.1.6 960 1/7/2019
1.1.8 2,181 5/13/2016
1.1.6 2,023 1/23/2016