Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 632 Bytes

File metadata and controls

35 lines (27 loc) · 632 Bytes

0MQ Service Queue

Replacement for default zmq_device with true round-robin and heartbeat


How to build

Run this commands to build project:

$ cd /path/to/sources
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ../
$ make

Usage

$ cd /path/to/build/folder
$ cp -R default config_name
$ nano config_name/config.json
$ ./service_queue config_name

Dependencies