AMQPNetLite.WebSockets
2.5.1
dotnet add package AMQPNetLite.WebSockets --version 2.5.1
NuGet\Install-Package AMQPNetLite.WebSockets -Version 2.5.1
<PackageReference Include="AMQPNetLite.WebSockets" Version="2.5.1" />
<PackageVersion Include="AMQPNetLite.WebSockets" Version="2.5.1" />
<PackageReference Include="AMQPNetLite.WebSockets" />
paket add AMQPNetLite.WebSockets --version 2.5.1
#r "nuget: AMQPNetLite.WebSockets, 2.5.1"
#:package AMQPNetLite.WebSockets@2.5.1
#addin nuget:?package=AMQPNetLite.WebSockets&version=2.5.1
#tool nuget:?package=AMQPNetLite.WebSockets&version=2.5.1
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
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> | + | + | + | + | + | + | + |
- requires a TLS-capable device.
- only SASL PLAIN, EXTERNAL, and ANONYMOUS are currently supported.
- requires Microsoft.Bcl.Async.
- has 3 packages. Supports WebSocket client but not listener.
- 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:
- Azure Service Bus: http://msdn.microsoft.com/en-us/library/ee732537.aspx.
- Azure Service Bus and AMQP: http://msdn.microsoft.com/en-us/library/jj841071.aspx
- Azure Service Bus Event Hub: http://azure.microsoft.com/en-us/services/event-hubs/
- AMQP: http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-overview-v1.0-os.html
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.3
- AMQPNetLite.Core (>= 2.5.1)
- System.Net.WebSockets.Client (>= 4.3.2)
-
.NETStandard 2.0
- AMQPNetLite.Core (>= 2.5.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AMQPNetLite.WebSockets:
Package | Downloads |
---|---|
ArtemisNetClient
Unofficial ActiveMQ Artemis .NET Client for .NET Core and .NET Framework. |
|
LargeFileServiceBusCourier
A .NET Standard 2.0 for sending and receiving large files using a Message Queue, supporting the AMQP 1.0 protocol |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2.5.1 | 0 | 9/5/2025 |
2.5.0 | 161 | 7/28/2025 |
2.4.11 | 7,123 | 6/25/2024 |
2.4.10 | 173 | 5/30/2024 |
2.4.9 | 36,242 | 3/4/2024 |
2.4.8 | 590 | 1/4/2024 |
2.4.7 | 3,240 | 10/9/2023 |
2.4.6 | 3,421 | 5/16/2023 |
2.4.5 | 138,327 | 9/1/2022 |
2.4.4 | 1,039,566 | 2/11/2022 |
2.4.3 | 971 | 6/9/2021 |
2.4.2 | 1,079 | 3/8/2021 |
2.4.1 | 1,319 | 1/8/2021 |
2.4.0 | 2,149 | 3/12/2020 |
2.3.0 | 2,370 | 11/4/2019 |
2.2.0 | 1,290 | 8/22/2019 |
2.1.8 | 1,373 | 7/19/2019 |
2.1.7 | 1,369 | 3/6/2019 |
2.1.6 | 1,440 | 1/7/2019 |
2.1.5 | 1,545 | 10/12/2018 |
2.1.4 | 1,590 | 9/25/2018 |
2.1.3 | 2,125 | 6/7/2018 |
2.1.2 | 4,709 | 3/14/2018 |
2.1.1 | 2,330 | 12/5/2017 |
2.1.0 | 2,152 | 11/20/2017 |
2.0.0 | 2,255 | 10/10/2017 |
2.0.0-rc | 2,028 | 8/12/2017 |
2.0.0-pre | 2,136 | 4/21/2017 |
1.2.3 | 2,960 | 3/22/2017 |
1.2.0 | 3,156 | 7/12/2016 |