AMQPNetLite 1.1.8

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

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

This is a lightweight AMQP 1.0 library for .Net frameworks (including .Net Framework, .Net Micro Framework, .Net Compact Framework and .Net Core), WinRT (Windows Phone and Windows Store), and Mono. The library includes both a client and listener to enable peer to peer and broker based messaging.

Product Compatible and additional computed target framework versions.
.NET Framework net-cf is compatible.  net35 is compatible.  net40 is compatible.  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.  netmf44 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store netcore451 is compatible.  win8 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 5,277 3/4/2024
2.4.8 139,958 1/4/2024
2.4.7 119,055 10/9/2023
2.4.6 439,525 5/16/2023
2.4.5 509,291 9/1/2022
2.4.4 636,201 2/11/2022
2.4.3 604,835 6/9/2021
2.4.2 314,128 3/8/2021
2.4.1 114,423 1/8/2021
2.4.0 318,139 3/12/2020
2.3.0 147,232 11/4/2019
2.2.0 59,303 8/22/2019
2.1.8 15,847 7/19/2019
2.1.7 169,962 3/6/2019
2.1.6 35,636 1/7/2019
2.1.5 111,923 10/12/2018
2.1.4 5,888 9/25/2018
2.1.3 290,650 6/7/2018
2.1.2 56,477 3/14/2018
2.1.1 29,127 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,902 3/22/2017
1.2.2 39,981 11/21/2016
1.2.1 5,199 10/4/2016
1.2.0 12,362 7/12/2016
1.1.9-rc 2,652 5/30/2016
1.1.8 11,498 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,104 11/30/2015
1.1.3 11,608 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,514 5/11/2015
0.1.2-beta 1,694 3/10/2015
0.1.1-beta 1,512 1/24/2015
0.1.0-beta 1,837 11/24/2014

New:
• #109 expose IPrincipal on connection when identify is established through SASL or (TLS) transport
•Support SASL ANONYMOUS
•LinkEndpoint closed event
•Update default SslProtocols for net45+
• #113 Support wildcard in WebSockets listener address
•Documentation https://azure.github.io/amqpnetlite/

Fixes:
•Ensure outgoing buffers are written before closing the socket
• #106 Cannot establish connection between client and listener when using WebSockets
• #107 Friendly protocol failure
• #110 Link OnAttached is not called unless both a target and source
•Make Connect method not capturing context. More documentation on Connection's blocking constructors.
• #111 NullReferenceException when inserting values into AmqpSerializer typeCache dictionary
•Listener link should set delivery tag for outgoing messages
•Connection with sync transport cannot receive multi-transfer message.