Re: [zeromq-dev] Pub-Sub Message Envelopes with Sender

2015-10-01 Thread MM
On 29 September 2015 at 17:19, MM 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 m

Re: [zeromq-dev] Pub-Sub Message Envelopes with Sender

2015-10-01 Thread Marcin Romaszewicz
No it's not possible, because pub-sub filtering only looks at the first message part. I do something similar in my own pub/sub system, and I just combine the first two parts. So, msg[0] = 'f1'.'f2' msg[1] = other stuff Then, my subscribers just subscribe to 'f1.f2' If you have a lot of combinat

[zeromq-dev] ZeroMQ Common Lisp efforts

2015-10-01 Thread Gitsis Christos
Hello, I am a new zeromq user, trying to use the library from common lisp. As far as I can see: CL-USER> (ql:system-apropos "zmq") # # # # # # # # # there are three choices (cl-zmq, lisp-zmq, pzmq). I would like to ask about the status of the three libraries. In short, I have had no success with