Skip to content

christopherread/Obvs.NetMQ

Repository files navigation

Obvs now follows a monorepo system

This repository is no longer maintained and has been relocated to the main Obvs repo

See https://github.com/christopherread/Obvs

===========

Obvs.NetMQ

NuGet

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.

Sample code

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.

NuGet Package

NuGet

See the NuGet Package Obvs.NetMQ.