On Thu, 2018-05-31 at 13:43 +0530, Dev Aggarwal wrote:
> I know we can filter out the messages containing a keyword at the
> start of
> message, using -
> 
> `zmq.setsocketopt(zmq.SUBSCRIBE, <keyword>)`
> 
> But how do I use this in reverse logic i.e., how do I **exclude** all
> messages containing that keyword?

Check the ZMQ_INVERT_MATCHING socket option

-- 
Kind regards,
Luca Boccassi

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to