Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-22 Thread Doherty, Kevin
: [zeromq-dev] PUB SUB in zmq 2.1.11 Actually - you'll have to put asleep after the bind - say 10 seconds. So that the sequence will be Bind (proc 1) Connect (proc 2) Send (proc 1) Tx++ From: zeromq-dev-boun...@lists.zeromq.orgmailto:zeromq-dev-boun...@lists.zeromq.org [mailto:zeromq-dev-boun

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-22 Thread Michel Pelletier
this in Jira somehow so it gets tracked ? Tx++ From: zeromq-dev-boun...@lists.zeromq.org [mailto:zeromq-dev-boun...@lists.zeromq.org] On Behalf Of Doherty, Kevin Sent: Wednesday, March 21, 2012 6:12 PM To: ZeroMQ development list Subject: Re: [zeromq-dev] PUB SUB in zmq 2.1.11 Actually – you’ll

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-22 Thread Doherty, Kevin
Of Michel Pelletier Sent: Thursday, March 22, 2012 4:27 PM To: ZeroMQ development list Subject: Re: [zeromq-dev] PUB SUB in zmq 2.1.11 You're welcome to create an issue, but you still need to do what Joshua suggested: provide a complete, minimal test case that reproduces the problem. -Michel On Thu

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-22 Thread Pieter Hintjens
On Thu, Mar 22, 2012 at 3:33 PM, Doherty, Kevin kevin.dohe...@mlp.com wrote: The java zguide examples below with epgm instead of tcp are pretty minimal - no ?  psenvpub.java  psenvsub.java This is a good start. You want to (a) search the issue tracker to make sure no-one already had this

[zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-21 Thread Doherty, Kevin
Folks, I'm new to the mail list. Has there been any report of an issue with zmq 2.1.11 where the first message is lost in a pub-sub arrangement *but* Not because of the slow subscriber. Ie. when I send my first message it seems to not get delivered Despite a *very* long delay

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-21 Thread Joshua Foster
I suspect this is caused by the time required to try reconnecting (it gets progressively longer). Don't put a sleep between the connect and bind, just before the sending first message. Joshua On Mar 21, 2012, at 6:56 AM, Doherty, Kevin wrote: Folks, I’m new to the mail list. Has

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-21 Thread Doherty, Kevin
to the entire first message when there is an actual subscription filter string. tx From: zeromq-dev-boun...@lists.zeromq.org [mailto:zeromq-dev-boun...@lists.zeromq.org] On Behalf Of Joshua Foster Sent: Wednesday, March 21, 2012 9:29 AM To: ZeroMQ development list Subject: Re: [zeromq-dev] PUB SUB

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-21 Thread Joshua Foster
: [zeromq-dev] PUB SUB in zmq 2.1.11 I suspect this is caused by the time required to try reconnecting (it gets progressively longer). Don't put a sleep between the connect and bind, just before the sending first message. Joshua On Mar 21, 2012, at 6:56 AM, Doherty, Kevin wrote

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-21 Thread Doherty, Kevin
: Wednesday, March 21, 2012 3:51 PM To: ZeroMQ development list Subject: Re: [zeromq-dev] PUB SUB in zmq 2.1.11 ZMQ should never lose a frame in the message. That would be considered a bug. I have never seen it with 2.1.11. There are open bugs related to 3.1.x for this. Can you create a simple

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-21 Thread Doherty, Kevin
[mailto:zeromq-dev-boun...@lists.zeromq.org] On Behalf Of Joshua Foster Sent: Wednesday, March 21, 2012 5:35 PM To: ZeroMQ development list Subject: Re: [zeromq-dev] PUB SUB in zmq 2.1.11 Thats not completely a simple test case, but it is missing some stuff. Joshua On Mar 21, 2012, at 4:30 PM, Doherty

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-21 Thread Doherty, Kevin
, 2012 6:07 PM To: ZeroMQ development list Subject: Re: [zeromq-dev] PUB SUB in zmq 2.1.11 I just tried the following Very easy From examples in the zguide/examples/Java psenvpub.java psenvsub.java Change from tcp to mcast Eg the following with mcast publisher.bind(epgm://eth4;239.251.251.100