[zeromq-dev] Marshalling / Routing
Pieter Hintjens
ph at imatix.com
Mon Apr 15 09:55:53 CEST 2013
On Mon, Apr 15, 2013 at 9:31 AM, Lee Sylvester <lee.sylvester at gmail.com> wrote:
> I saw the XSUB and XPUB; they're dealer / router related, right? I found it
> hard to find information on using these directly. If I swap out PUB/SUB for
> XPUB/XSUB, how then do I specify who can receive what packets?
XPUB/XSUB are different from DEALER/ROUTER.
The man pages are here: http://api.zeromq.org/
See http://api.zeromq.org/3-2:zmq-socket
Then, read http://zguide.zeromq.org/page:all and you'll find examples
of all socket types.
-Pieter
More information about the zeromq-dev
mailing list