[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-701) Optimisation - Allow onMessage to be executed on the remoting thread

Tim Fox (JIRA) jira-events at jboss.com
Sat Dec 23 10:56:38 EST 2006


Optimisation - Allow onMessage to be executed on the remoting thread
--------------------------------------------------------------------

                 Key: JBMESSAGING-701
                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-701
             Project: JBoss Messaging
          Issue Type: Task
    Affects Versions: 1.2.0.Beta1
            Reporter: Tim Fox
         Assigned To: Tim Fox
             Fix For: 1.2.1


As an optimisation we should allow message listeners to be executed straight through using the same thread that delivers the message to the message callback handler. This would avoid an extra context switch..

Currently the thread used is from an executor per session - so as to be strictly JMS compliant.

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