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.
dotnet build
dotnet test
# or other framework option you choose
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.