[zeromq-dev] new user question on ZeroMQ Pub Sub

Pieter Hintjens ph at imatix.com
Fri Jun 10 01:21:30 CEST 2011


On Fri, Jun 10, 2011 at 1:18 AM, Marc Ilgen <marc at westofpluto.com> wrote:

> Pieter - Thanks very much for the quick reply. But what interface would I
> bind to for just a standard Pub Sub model like this? I don't know that much
> about interfaces and I'm not doing anything tricky - I just want to use a
> standard interface for this problem (PubSub across multiple computers) but
> I'm not sure what interface to use or how to invoke it.

Please do read the Guide, it explains all this and much more. You
generally bind to tcp://*:port, where '*' means 'all network
interfaces' and connect to tcp://hostname:port.

-Pieter



More information about the zeromq-dev mailing list