AMQPNetLite 1.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package AMQPNetLite --version 1.1.3
NuGet\Install-Package AMQPNetLite -Version 1.1.3
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="AMQPNetLite" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AMQPNetLite --version 1.1.3
#r "nuget: AMQPNetLite, 1.1.3"
#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.
// Install AMQPNetLite as a Cake Addin
#addin nuget:?package=AMQPNetLite&version=1.1.3

// Install AMQPNetLite as a Cake Tool
#tool nuget:?package=AMQPNetLite&version=1.1.3

This is a lightweight AMQP 1.0 client library for use on .Net frameworks (including .Net Framework, .Net Micro Framework and .Net Compact Framework) and WinRT (Windows Phone and Windows Store).

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
.NET Micro Framework netmf42 is compatible.  netmf43 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Windows Store win8 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (19)

Showing the top 5 NuGet packages that depend on AMQPNetLite:

Package Downloads
CloudNative.CloudEvents.Amqp

AMQP extensions for CloudNative.CloudEvents

ArtemisNetClient

Unofficial ActiveMQ Artemis .NET Client for .NET Core and .NET Framework.

wyvern.api

Package Description

Helsenorge.Messaging The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

CFX.CFXSDK.NetStandard

IPC Connected Factory Exchange Open Source Software Development Kit

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on AMQPNetLite:

Repository Stars
OPCFoundation/UA-.NET-Legacy
OPC Foundation Unified Architecture .NET Reference Implementations
cloudevents/sdk-csharp
CSharp SDK for CloudEvents
cmendible/dotnetcore.samples
.NET Core Samples - Code it Yourself...
rabbitmq/rabbitmq-stream-dotnet-client
RabbitMQ client for the stream protocol
Version Downloads Last updated
2.4.9 3,704 3/4/2024
2.4.8 126,451 1/4/2024
2.4.7 116,578 10/9/2023
2.4.6 425,978 5/16/2023
2.4.5 499,636 9/1/2022
2.4.4 632,190 2/11/2022
2.4.3 600,064 6/9/2021
2.4.2 309,747 3/8/2021
2.4.1 114,172 1/8/2021
2.4.0 316,962 3/12/2020
2.3.0 147,031 11/4/2019
2.2.0 59,218 8/22/2019
2.1.8 15,829 7/19/2019
2.1.7 169,791 3/6/2019
2.1.6 35,590 1/7/2019
2.1.5 111,272 10/12/2018
2.1.4 5,882 9/25/2018
2.1.3 289,821 6/7/2018
2.1.2 56,364 3/14/2018
2.1.1 29,112 12/5/2017
2.1.0 13,262 11/20/2017
2.0.0 7,483 10/10/2017
2.0.0-rc 2,670 8/12/2017
1.2.3 70,886 3/22/2017
1.2.2 39,981 11/21/2016
1.2.1 5,198 10/4/2016
1.2.0 12,339 7/12/2016
1.1.9-rc 2,652 5/30/2016
1.1.8 11,495 5/4/2016
1.1.7 2,523 3/7/2016
1.1.6 2,558 1/23/2016
1.1.5 7,250 12/15/2015
1.1.4 4,102 11/30/2015
1.1.3 11,301 11/4/2015
1.1.2 5,959 9/6/2015
1.1.1 2,030 9/2/2015
1.1.0 5,123 7/7/2015
1.0.0.1 3,076 5/22/2015
1.0.0 2,503 5/11/2015
0.1.2-beta 1,691 3/10/2015
0.1.1-beta 1,512 1/24/2015
0.1.0-beta 1,837 11/24/2014

1. #21 Feature: BufferManager support for .NET
2. #30 Session should move its window when no link flow is sent
3. #31 Multiple responses to one request
4. #38 Memory leak after send timeout
5. #44 Support manual flow control on listener link
6. Minor improvements:
(1) Add ContextState. Expose ResponseLink on RequestContext
(2) Add ListenerLink.SendMessage method that takes only the message parameter
(3) Examples update