ZmqPubSub
A Message Bus implementation for .NET. Inter-process messaging is handled via a ZeroMQ-backed service
Install / Use
/learn @hotgazpacho/ZmqPubSubREADME
zmqPubSub - a .NET Message Bus implementation sitting atop ZeroMQ
zmqPubSub is a very simple message bus for .NET utilizing the Reactive Extensions for in-process messaging, and a service backed by ZeroMQ for inter-process communication over the network.
It is currently in a spike state, and is lacking tests (yeah, I know).
License
zmqPubSub is licensed under the MIT License
Requirements
- Visual Studio 2010
- .NET 4.0
