AMQPNetLite 1.0.0
See the version list below for details.
dotnet add package AMQPNetLite --version 1.0.0
NuGet\Install-Package AMQPNetLite -Version 1.0.0
<PackageReference Include="AMQPNetLite" Version="1.0.0" />
paket add AMQPNetLite --version 1.0.0
#r "nuget: AMQPNetLite, 1.0.0"
// Install AMQPNetLite as a Cake Addin #addin nuget:?package=AMQPNetLite&version=1.0.0 // Install AMQPNetLite as a Cake Tool #tool nuget:?package=AMQPNetLite&version=1.0.0
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. net35 is compatible. net40 was computed. net403 was computed. net45 was computed. 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. |
This package has no dependencies.
NuGet packages (20)
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
Package Description |
|
CFX.CFXSDK
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.11 | 140,049 | 6/25/2024 |
2.4.10 | 21,906 | 5/30/2024 |
2.4.9 | 227,743 | 3/4/2024 |
2.4.8 | 448,649 | 1/4/2024 |
2.4.7 | 136,113 | 10/9/2023 |
2.4.6 | 756,474 | 5/16/2023 |
2.4.5 | 677,181 | 9/1/2022 |
2.4.4 | 715,809 | 2/11/2022 |
2.4.3 | 694,900 | 6/9/2021 |
2.4.2 | 392,237 | 3/8/2021 |
2.4.1 | 118,828 | 1/8/2021 |
2.4.0 | 339,023 | 3/12/2020 |
2.3.0 | 150,643 | 11/4/2019 |
2.2.0 | 60,636 | 8/22/2019 |
2.1.8 | 16,250 | 7/19/2019 |
2.1.7 | 173,552 | 3/6/2019 |
2.1.6 | 37,724 | 1/7/2019 |
2.1.5 | 128,990 | 10/12/2018 |
2.1.4 | 6,203 | 9/25/2018 |
2.1.3 | 305,199 | 6/7/2018 |
2.1.2 | 59,182 | 3/14/2018 |
2.1.1 | 33,142 | 12/5/2017 |
2.1.0 | 13,474 | 11/20/2017 |
2.0.0 | 7,585 | 10/10/2017 |
2.0.0-rc | 2,696 | 8/12/2017 |
1.2.3 | 71,096 | 3/22/2017 |
1.2.2 | 40,306 | 11/21/2016 |
1.2.1 | 5,236 | 10/4/2016 |
1.2.0 | 12,488 | 7/12/2016 |
1.1.9-rc | 2,682 | 5/30/2016 |
1.1.8 | 11,707 | 5/4/2016 |
1.1.7 | 2,553 | 3/7/2016 |
1.1.6 | 2,594 | 1/23/2016 |
1.1.5 | 7,284 | 12/15/2015 |
1.1.4 | 4,159 | 11/30/2015 |
1.1.3 | 16,078 | 11/4/2015 |
1.1.2 | 6,034 | 9/6/2015 |
1.1.1 | 2,065 | 9/2/2015 |
1.1.0 | 5,218 | 7/7/2015 |
1.0.0.1 | 3,131 | 5/22/2015 |
1.0.0 | 2,632 | 5/11/2015 |
0.1.2-beta | 1,726 | 3/10/2015 |
0.1.1-beta | 1,542 | 1/24/2015 |
0.1.0-beta | 1,871 | 11/24/2014 |
Features:
Full control of AMQP 1.0 protocol behavior,
Peer-to-peer and brokered messaging,
Secure communication via TLS and SASL,
Sync and async API support,
Listener API 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.