majerm / Stomp.Net

.Net STOMP client library

Home Page:https://github.com/DaveSenn/Stomp.Net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stomp.Net

Build Status

NuGet NuGet GitHub issues

License

Stomp.Net is a Microsoft .NET (C#) Stomp (Simple Text Oriented Messaging Protocol) client implementaion. Stomp.Net is based on the Apache.NMS.Stomp project

Requirements

.NET Standard 1.3 or higher based platform

  • .NET Core 1.0 or higher
  • .NET Framework 4.6 or higher
  • Mono 4.6 or higher
  • Xamarin.iOS 10.0 or higher
  • Xamarin.Mac 3.0 or higher
  • Xamarin.Android 7.0 or higher
  • Universal Windows Platform 10.0 or higher

Usage

Install Stomp.Net as NuGet package:

Install-Package Stomp.Net

Tested Queue Brokers

Third party libraries

License

Licensed under the MIT License.

About

.Net STOMP client library

https://github.com/DaveSenn/Stomp.Net

License:MIT License


Languages

Language:C# 99.6%Language:PowerShell 0.4%