Skip to content

yellowblood/LightningQueues

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fast persistent queues for .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.5%
  • Other 1.5%