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
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to