Messages
- A 0mq message is just a bunch of bytes.
- What those bytes mean is up to you.
- To make things a bit easier, 0mq supports multipart messages.
- 0mq guarantees that a "client" will always recieve either all complete parts of a message, or no message at all.