mamift / LightningQueues

Fast persistent queues for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LightningQueues - Fast persistent queues for .NET

.NET Core (Win, Mac, Linux)

A fast store and forward message queue for .NET. (aka not a broker or server)

Why not just use MSMQ?

  • 0 Administration required
  • XCopy deployable
  • XPlat supported

API is completely rewritten using reactive extensions from top to bottom. Everything is completely asynchronous and provides at-least-once delivery for your messages.

How to compile

dotnet build

Run the tests

dotnet test # or other framework option you choose

Transport Security

There is an example test that shows the hooks available to use TLS encryption for the stream. The decision is left to the end user on what level of cert validation to perform.

About

Fast persistent queues for .NET

License:MIT License


Languages

Language:C# 100.0%