[zeromq-dev] Understanding Broker
Kenneth Adam Miller
kennethadammiller at gmail.com
Thu Jan 8 20:39:19 CET 2015
Does the broker demonstrated in the manual under:
http://zguide.zeromq.org/page:all#A-Load-Balancing-Message-Broker
demonstrate that
A) when each end makes a connection request, after they link up from the
broker, their messages route directly between one another
In this scenario, the messages sent by each side on request will hit the
broker, but the replies they send will go directly to one another.
or
B) that at all times, information is routing via the broker?
In this scenario, the requests have to first go to the broker, and then the
replies also hit the broker, which it ferries across to each side.
Which is the case?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20150108/e2d27cdc/attachment.htm>
More information about the zeromq-dev
mailing list