You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2007/02/14 15:49:05 UTC

[jira] Created: (QPID-368) Messages larger that 64k (one frame) lose the start of the message

Messages larger that 64k (one frame) lose the start of the message
------------------------------------------------------------------

                 Key: QPID-368
                 URL: https://issues.apache.org/jira/browse/QPID-368
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
            Reporter: Martin Ritchie
         Assigned To: Martin Ritchie




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-368) Messages larger that 64k (one frame) lose the start of the message

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie updated QPID-368:
--------------------------------

    Description: 
The broker optimisation of sending the first data block in the header was not fully propogated to the client code. UnprocessedMessage on the client only creates the list if one did not exist when receiving the first message. 

As a result the first part of the message data included in the first frame was not added to the body list.

> Messages larger that 64k (one frame) lose the start of the message
> ------------------------------------------------------------------
>
>                 Key: QPID-368
>                 URL: https://issues.apache.org/jira/browse/QPID-368
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Martin Ritchie
>         Assigned To: Martin Ritchie
>
> The broker optimisation of sending the first data block in the header was not fully propogated to the client code. UnprocessedMessage on the client only creates the list if one did not exist when receiving the first message. 
> As a result the first part of the message data included in the first frame was not added to the body list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-368) Messages larger that 64k (one frame) lose the start of the message

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie resolved QPID-368.
---------------------------------

    Resolution: Fixed

Resolved at 507557

> Messages larger that 64k (one frame) lose the start of the message
> ------------------------------------------------------------------
>
>                 Key: QPID-368
>                 URL: https://issues.apache.org/jira/browse/QPID-368
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Martin Ritchie
>         Assigned To: Martin Ritchie
>
> The broker optimisation of sending the first data block in the header was not fully propogated to the client code. UnprocessedMessage on the client only creates the list if one did not exist when receiving the first message. 
> As a result the first part of the message data included in the first frame was not added to the body list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.