zeromq

High-performance asynchronous messaging library for distributed systems

brewmacoslinux
Try with needOr install directly
Source

About

High-performance, asynchronous messaging library

Commands

zmq_devicezmq_perf_localzmq_perf_remote

Examples

Check ZeroMQ library version and installation$ pkg-config --modversion libzmq
Verify ZeroMQ development headers are available$ pkg-config --cflags --libs libzmq
Create a simple message broker using ZeroMQ device$ zmq_device QUEUE tcp://127.0.0.1:5555 tcp://127.0.0.1:5556