[zeromq-dev] Proper way to configure conflate in ZeroMQ
Ravi Joshi
ravi.joshi53 at yahoo.com
Tue Jan 16 14:14:30 CET 2018
Hi,
Hope you are having a good time.
I want to drop the old messages and just keep the recent (i.e., latest) message in the queue, to make the transmission real-time. Hence I am using 'conflate' option in ZeroMQ. However, I am not sure if the configuration is written properly or not.
(1) The publisher is written in C#. Please see the code snippet here https://pastebin.com/2m1chnKd
(2) The subscriber is written in C++. Please see the code snippet here https://pastebin.com/dMT00sUG
Apologies for putting PasteBin's URL since I wanted to keep the message short and clean. Thank you very much.
-
Regards
Ravi
More information about the zeromq-dev
mailing list