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

Tim Fox (JIRA) jira-events at lists.jboss.org
Tue Dec 18 11:55:44 EST 2007


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 Beta


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