No, zmq_msg_move is for manipulation of zmq_msg objects within one thread. You want to use zmq_msg_send and zmq_msg_recv to move messages between processes.
On Fri, May 24, 2013 at 4:53 PM, Laurent Alebarde <[email protected]> wrote: > Hi all, > > Is it possible to move messages between processes with zmq_msg_move, or does > it has restrictions ? Which ones please ? > > Regards, > > Laurent. > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
