[
https://issues.apache.org/jira/browse/QPID-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbie Gemmell resolved QPID-3065.
----------------------------------
Resolution: Fixed
> Send header and frame data as single buffer
> -------------------------------------------
>
> Key: QPID-3065
> URL: https://issues.apache.org/jira/browse/QPID-3065
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker
> Affects Versions: 0.9
> Reporter: Andrew Kennedy
> Assignee: Robbie Gemmell
> Fix For: 0.9
>
>
> The Disassembler class for the AMQP 0-10 protocol version sends the 12 byte
> frame header to the network layer in a separate call from the rest of the
> frame data. This can cause frame header data to be received out-of-order or
> corrupted frame bodies, particularly with VM transports. The entire frame,
> including the header, should be written into a single ByteBuffer which should
> be sent using a single call to the network layer, eliminating this issue.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]