On Wed, Sep 19, 2012 at 3:15 PM, Andrew Hume <andrew at research.att.com> wrote: > i have a situation where i sometimes store messages for a while before > sending on. That's fine. You can store a zmq_msg_t object for as long as you want. You just have to respect its life-cycle (don't send twice, etc). -Pieter