On Wed, Jan 2, 2013 at 5:59 PM, Nishant Mittal <[email protected]> wrote:

>
> Question is do i have to do..
>
> zmq_setsockopt (socket, ZMQ_SUBSCRIBE, "A", 1);
>
> zmq_setsockopt (socket, ZMQ_SUBSCRIBE, "B", 1);
>
>
> That's the best way, without changing the published messages. The matching
is very fast, so it's just a bit more setup code.

Ian
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to