[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-1310) Combine packethandler and message decoding
Tim Fox (JIRA)
jira-events at lists.jboss.org
Tue Sep 16 10:08:22 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tim Fox closed JBMESSAGING-1310.
--------------------------------
Fix Version/s: Unscheduled
(was: 2.0.0 Beta)
Resolution: Out of Date
> Combine packethandler and message decoding
> ------------------------------------------
>
> Key: JBMESSAGING-1310
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1310
> Project: JBoss Messaging
> Issue Type: Task
> Reporter: Tim Fox
> Assignee: Tim Fox
> Fix For: Unscheduled
>
>
> Currently in the MessagingCodec, the packet is decoded in one switch statement, then in the MinaHandler the packet dispatcher is looked up, the handler is called and another switch statement is executed to find the handler method.
> Instead, the handler can be looked up int the MessagingCodec and can decode the message. This can reduce extra unnecessary swicth statements.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list