Jump to: navigation, search

Zaqar/specs/Protocols/Wire Transport

< Zaqar
Revision as of 08:55, 20 February 2013 by Flaper87 (talk | contribs)

Marconi ZMQ API: v1 Blueprint

Since zmq is all about messages and there's no *defined* high level protocol, Marconi defined its own which tries to be as much compliant as possible with HTTP structure.

Serialization

Marconi's ZMQ transport uses either messagepack or json as serialization format. It's recommended to use messagepack since it is faster and smaller than normal json.

Structure

{
    header: {
    },
    body: {
    }
}


Headers