[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-1208) Convert messages to write to buffer directly

Tim Fox (JIRA) jira-events at lists.jboss.org
Mon May 19 11:27:01 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBMESSAGING-1208?page=all ]

Tim Fox closed JBMESSAGING-1208.
--------------------------------

    Fix Version/s: 2.0.0 Alpha
                       (was: 2.0.0 Beta)
       Resolution: Done

> Convert messages to write to buffer directly
> --------------------------------------------
>
>                 Key: JBMESSAGING-1208
>                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1208
>             Project: JBoss Messaging
>          Issue Type: Task
>            Reporter: Tim Fox
>         Assigned To: Tim Fox
>             Fix For: 2.0.0 Alpha
>
>
> Currently our message classes write / read themselves using a DataInput/OutputStream. This is then converted to a byte[] which is used to set the MINA buffer.
> With our new transport this is a sub optimal way of doing things.
> Instead, our messages should write themselves directly to an abstraction which wraps the MINA buffer, eliminating unnecessary copying.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list