[zeromq-dev] subscriber stopped receiving messages from XPUB socket

2013-03-14 Thread Winston Huang
hi there, I have multiple (5-10) subscribers subscribing to the same topic published by one publisher. They are connected via a XSUB-XPUB proxy. All the subscribers are always up and the publisher may come and go at times. I have noticed that at times, after the publisher is restarted, one of t

Re: [zeromq-dev] Compiling Java Bindings in AIX

2013-03-14 Thread Gonzalo Vasquez
Yes sir, same error: Making all in src CLASSPATH=.:./.:$CLASSPATH javah -jni -classpath . org.zeromq.ZMQ make: 1254-002 Cannot find a rule to create target org/zeromq/ZMQontext.class from dependencies. Stop. make: 1254-004 The error code from the last command is 1. Stop. Gonzalo Vásquez

Re: [zeromq-dev] Compiling Java Bindings in AIX

2013-03-14 Thread Trevor Bernard
Did you try manually removing one of the $ in the the makefile? On Thu, Mar 14, 2013 at 4:11 PM, Gonzalo Vasquez wrote: > Environment: AIX 6.1 Power 7 > > Tried, both with a normal user and with root access, and with jzqm v2.1.2 > and the also the latest from the master branch in the git repo. >

[zeromq-dev] Compiling Java Bindings in AIX

2013-03-14 Thread Gonzalo Vasquez
Environment: AIX 6.1 Power 7 Tried, both with a normal user and with root access, and with jzqm v2.1.2 and the also the latest from the master branch in the git repo. autogen.sh works ok ./configure works ok with the following params: ./configure --with-zeromq=/usr/local But, make fails right

Re: [zeromq-dev] Skypipe

2013-03-14 Thread Shane Spencer
I'd been using ssh with X11 support and xclip as a quick multi-machine copy buffer. I really like using the copy buffer to transfer not-so-big files. One of my favorite tricks is to use base64 and a few pipes to do most of the work when zmodem isn't available :) This solution, if tailable, is ra

Re: [zeromq-dev] Skypipe

2013-03-14 Thread Sean Ochoa
This seems super cool for the use case of aggregating logs. However, I would be interested to see what other use cases are out there for this. -- Sean On Thu, Mar 14, 2013 at 11:20 AM, Shane Spencer wrote: > Ah dang.. That's exactly what I was working on last year except using XMPP > a bit.

Re: [zeromq-dev] Skypipe

2013-03-14 Thread Shane Spencer
Ah dang.. That's exactly what I was working on last year except using XMPP a bit. Props to this guy. For what it's worth.. it was redonkulously easy (that's a word) to use the multicast mode to do this with python in a few lines of code. I was super happy with ZMQ when I discovered that one day.

[zeromq-dev] Skypipe

2013-03-14 Thread Benjamin Henrion
Anyone has ever tried this: https://github.com/progrium/skypipe Zmq based. -- Benjamin Henrion FFII Brussels - +32-484-566109 - +32-2-3500762 "In July 2005, after several failed attempts to legalise software patents in Europe, the patent establishment changed its strategy. Instead of explicitl

Re: [zeromq-dev] Authenticate a given client connection

2013-03-14 Thread A. Mark
I can think of making this easier if the ZMQ identites could be renegotiated, that way portion of the ID could be reserved for negotiation and then used as references. Don't know if this fits well with ZMQ's internals though. -Mark On Thu, Mar 14, 2013 at 9:10 AM, A. Mark wrote: > > Hi Alexandr

Re: [zeromq-dev] Authenticate a given client connection

2013-03-14 Thread A. Mark
Hi Alexandre, Not certain what you mean by authentication but I have been thinking of this ZMQ area just recently. What I did and I'm not sure that it is relevant to your case is to have a ZMQ_ROUTER to ZMQ_ROUTER broker as the server frontend+backend. I authenticate via the identity first which h

Re: [zeromq-dev] Authenticate a given client connection

2013-03-14 Thread Pieter Hintjens
Hi Alexandre, You could authenticate using the client identity but it's all in plain text. Disconnects/reconnects will then be invisible. As long as the client keeps whatever state is needed to continue the conversation, you don't need to reauthenticate. A better answer would be to use properly s