• Stars
    star
    202
  • Rank 192,821 (Top 4 %)
  • Language
    C#
  • License
    MIT License
  • Created about 11 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fast persistent queues for .NET

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.