[zeromq-dev] SUB connected early in PUB

Joshua Foster jhawk28 at gmail.com
Tue May 7 01:24:05 CEST 2013


ZMQ does reconnects in the background so you can connect or bind in any 
order. What transport are you using?

Joshua

> Absynt Technologies <mailto:hale_india at yahoo.com>
> May 6, 2013 1:21 AM
> Hi all!
>
> I'm developing against ZMQ on a distributed service architechture.
>
> architecture is as follows:
> - I first launch master and backup servers.
> - the servers queues BIND a service PUB socket to which clients and 
> other services will CONNECT later.
>
> When, the SERVICE (SERVER) SIDE does a BIND
> And the CLIENT SIDE comes along and CONNECTS to the service ports SUB ...
> working fine!
>
> BUT: as soon as the client connect to early (before the server is 
> started).
> Communication between the client en server does not work when server 
> start later.
>
>
> My question: How managed the situation in a way that will allow client 
> to start before server and to be able to get the PUB SUB working
>
> Regards
> Andleg
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130506/cb59cefd/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compose-unknown-contact.jpg
Type: image/jpeg
Size: 770 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130506/cb59cefd/attachment.jpg>


More information about the zeromq-dev mailing list