Π·Π΅Ρ€ΠΊΠ°Π»ΠΎ ΠΈΠ·
1
0
Π€ΠΎΡ€ΠΊΠ½ΡƒΡ‚ΡŒ 0
πŸ“¦ nanoFramework AMQP 1.0 .NET Library
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
georgeonofrei 3bc3c24fc3 Correct typo "booean" 2017-02-24 06:24:09 -08:00
Examples trivial typo fixes 2017-01-20 12:37:44 -05:00
docs Correct typo "booean" 2017-02-24 06:24:09 -08:00
dotnet Remove dependency on System.Collections.NonGeneric 2017-01-11 20:39:12 -08:00
nuspec nuspec update 2016-10-08 17:00:28 -07:00
src Revert "win8: move to TLS protocol" 2017-02-22 19:14:30 -08:00
test trivial typo fixes 2017-01-20 12:37:44 -05:00
.gitattributes normalize eol 2015-03-06 23:05:10 -08:00
.gitignore Move documentation to docs folder 2016-07-18 18:28:03 -07:00
README.md README: table formatiing 2016-11-20 17:05:50 -08:00
amqp-vs2013.sln Add article for fault tolerance 2016-11-20 22:17:43 -08:00
amqp.sln Add article for fault tolerance 2016-11-20 22:17:43 -08:00
build.cmd ci build 2016-11-05 17:58:35 -07:00
license.txt Add license.txt 2015-08-07 13:07:01 -07:00

README.md

AMQP.Net Lite

AMQP.Net Lite is a lightweight AMQP 1.0 library for the .Net Micro Framework, .Net Compact Framework, .Net Framework, .Net Core, Windows Runtime platforms, 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) NuGet Version and Downloads count
AMQPNetLite.WebSockets (.Net Core) NuGet Version and Downloads count
AMQPNetMicro (NETMF) NuGet Version and Downloads count

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.
TLS SASL2 Txn Task Serializer Listener WebSockets BufferPooling
net45 + + + + + + + +
net40 + + + +3 + + +
net35 + + +
netmf Β  +1 + Β  Β 
netcf Β  + +
win8/wp8 + + +
netcore4514 + + +
wpa81 + + +
netstandard1.3 + + + + + +5 +
mono/Xamarin6 + + + + + + +
  1. requires a TLS-capable device.
  2. only SASL PLAIN, EXTERNAL, and ANONYMOUS are currently supported.
  3. requires Microsoft.Bcl.Async.
  4. compatible with win81 and uap10.
  5. supports WebSocket client but not listener through AMQPNetLite.WebSockets package.
  6. projects targeting Mono/Xamarin should be able to consume the netstandard1.3 library.

Tested Platforms

  • .Net Framework 3.5, 4.0 and 4.5+.
  • .NET Micro Framework 4.2, 4.3, 4.4.
  • .NET Compact Framework 3.9.
  • Windows Phone 8 and 8.1.
  • Windows Store 8 and 8.1. Universal Windows App 10.
  • .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: