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
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev