[zeromq-dev] XREQ/XREP messaging flow
Martin Sustrik
sustrik at 250bpm.com
Wed Oct 26 14:09:55 CEST 2011
On 10/25/2011 12:23 PM, Umut Aydin wrote:
> Could someone separate a few minutes to explain what I'm missing here?
>
> Here is my example: http://pastebin.com/Ym0qxjgX
XREP socket works by sending a 2-part message, first part being the ID
of the client, second one the payload itself.
When sending a message to XREP you have to send a 2-part message, first
part identifying the client to send the message to, the second being the
payload itself.
Martin
More information about the zeromq-dev
mailing list