[zeromq-dev] Which pattern to use

Bill Smith whocaresxyz at yahoo.com
Mon Aug 17 23:08:25 CEST 2015


I am intending to implement an IPC structure using 0MQ but I am unsure on the type of pattern to use.
We have approx 6 separate processes that need to send/receive messages between themselves on a directed basis.  We currently use a homegrown IPC structure built using a centralized IPC server that gets the every message and directs them to the correct receiver.  The receiver know who sent the message and directs the reply to the originator via the IPC server.
Is this the same as using the "message Broker" examples. ? Suggestions ?
Currently I am not trying to do anything fancy just use ZeroMQ to replace the current IPC server we use.
ThanksJohn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20150817/6eb2239c/attachment.htm>


More information about the zeromq-dev mailing list