On 31/03/16 22:48, Steve Huston wrote:
I haven't tried this, but the documentation suggests you can set it:
http://qpid.apache.org/releases/qpid-0.32/messaging-api/cpp/api/classqpid_1_1messaging_1_1Connection.html#aed260d368e7a61444bd20536dd8ee0a8

Specifically set the 'max_frame_size' connection option. If you then send a message larger than the maximum frame size, it will be automatically fragmented by the client library and sent as multiple frames. The broker will then re-assemble (though it may also fragment based on the max-frame-size of the receiver).


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to