/LightningQueues

Fast persistent queues for .NET

Primary LanguageC#MIT LicenseMIT

LightningQueues - Fast persistent queues for .NET

Join the chat at https://gitter.im/LightningQueues/LightningQueues Linux Build Status Windows Build Status

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.