NetMQ / NetMQ.ReactiveExtensions

Effortlessly send messages anywhere on the network using Reactive Extensions (RX). Transport protocol is ZeroMQ.
Mozilla Public License 2.0
66 stars 14 forks source link

Have one shared transport connection #7

Closed sharpe5 closed 8 years ago

sharpe5 commented 8 years ago

To implement this, make the queue name default to the current type, and share the transport using a singleton.

sharpe5 commented 8 years ago

Partially implemented in branch sharpe5-alpha.

sharpe5 commented 8 years ago

Investigate Router/Dealer and XPub/Sub, as these may be better fits for this use case.

sharpe5 commented 8 years ago

See pull request #24.