[zeromq-dev] Pub Sub with pgm example

Steven McCoy steven.mccoy at miru.hk
Mon Mar 18 15:09:28 CET 2013


On 18 March 2013 02:38, Susan Tharakan <susantharakan83 at gmail.com> wrote:

> I have been trying to use pgm. I went through the guide but couldnt find a
> complete example I went through the zeromq mailinglist and found something
> like this. But I'm unable to get it to work. I'm starting the publisher and
> subscriber on the same machine.
>
>
The publisher and subscriber must be host separate hosts.  Use TCP or IPC
socket types for interprocess communication on a single host.  If you want
communication on the network and locally considering binding or connecting
both IPC and PGM on a single 0mq socket.

-- 
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130318/82a9e7b6/attachment.htm>


More information about the zeromq-dev mailing list