[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-872) Convert destinations to ints

Tim Fox (JIRA) jira-events at lists.jboss.org
Wed Feb 21 14:22:56 EST 2007


Convert destinations to ints
----------------------------

                 Key: JBMESSAGING-872
                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-872
             Project: JBoss Messaging
          Issue Type: Sub-task
            Reporter: Tim Fox
         Assigned To: Ovidiu Feodorov


Destination implementations JBossQueue and JBossTopic are currently not much more than just Strings identifiers.
When sending a message the destination (and possibly the replyto) need to be serialized with the message.
If the Destinations are just identifiers then they could represented as ints making there less bytes to serialize.
This could be significant for destinations with long names, e.g. 100 bytes -> 4 bytes (per message)

-- 
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