On 05/23/2012 03:11 PM, Florian Weimer wrote:
On 05/23/2012 03:19 PM, Gordon Sim wrote:

I would have expected that such over-sized frames are fragmented. Is
this actually implemented somewhere in the code?

Yes, in qpid::framing::SendContent (for broker) and

Thanks. This seems to apply to message.transfer contents only, and not
to headers or controls.

Yes, that is correct. The c++ client/broker currently do not handle header or command/control segments of more than one frame.

qpid::client::SessionImpl (for client).

This appears to be more generic and also applies to controls which the
server cannot process (presumably due to lack of defragmentation).

I believe the fragmentation here also only applies to content segments.


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

Reply via email to