This repository is no longer maintained and has been relocated to the main Obvs repo
See https://github.com/christopherread/Obvs
===========
NetMQ transport support for Obvs.
Obvs is a Reactive Extensions (RX) wrapper over many common transport protocols including ZeroMQ, RabbitMQ and ActiveMQ.
This solution is a standalone project that uses the Obvs API with the ZeroMQ transport protocol. It uses the NetMQ library which provides native C# support for the ZeroMQ protocol.
See the sample projects:
- Publisher:
Obvs.NetMQ.Tests.Console.Publisher
- Subscriber:
Obvs.NetMQ.Tests.Console.Subscriber
There also lots of sample code in the UnitTest projects.
See the NuGet Package Obvs.NetMQ.