[zeromq-dev] ZMQ_XPUB_NODROP and zmq_proxy()
Francesco
francesco.montorsi at gmail.com
Mon Oct 9 15:51:42 CEST 2017
Hi all,
I have an application that is multithreaded. Each thread owns a PUB socket
over INPROC transport. All these PUB sockets are connected to a ZMQ proxy
that has a backend with TCP transport.
I would like to know: if I set ZMQ_XPUB_NODROP=1 on the PUB sockets, and
then connect SUBscribers over TCP to the proxy, will the no-drop option at
PUB-side be respected?
Or should the ZMQ_XPUB_NODROP=1 option be set on the proxy backend socket
instead?
Thanks,
Francesco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20171009/6344ee64/attachment.htm>
More information about the zeromq-dev
mailing list