On 29 September 2015 at 17:19, MM <[email protected]> wrote:

> From http://zguide.zeromq.org/py:all, in the section
> *Pub-Sub Envelope with Sender Address*
>
> Assuming the publisher sends a 3-part list/tuple with send_multipart
> (instead of a 2-part), is it possible for the subscriber to register a
> filter for messages where msg[0]==b'f1'  and msg[1]==b'f2'    to say it's
> only interested in messages of type f1 from publisher f2?
>
> Rds,
>
>
I have just seen my message in the archive and it appears with an empty
body.  Perhaps that I had html content in it.
Here's a plain-text only version, hoping it appears in the archive
correctly:

  From http://zguide.zeromq.org/py:all, in the section
  Pub-Sub Envelope with Sender Address

  Assuming the publisher sends a 3-part list/tuple with send_multipart
(instead of a 2-part), is it possible for the subscriber to   register a
filter for messages where msg[0]==b'f1'  and msg[1]==b'f2'    to say it's
only interested in messages of type f1 from   publisher f2?

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

Reply via email to