On Thu, Mar 3, 2011 at 8:30 AM, Rakesh Kumar Jha <[email protected]> wrote:

> so please is there any way to send msg which supports structure sending over
> a socket...

0MQ transfers binary messages (blobs). See the zmq_msg_init_size
method at http://api.zeromq.org/.

You need to use your own serialization layer to/from structures, e.g.
protocol buffers.

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to