[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-876) Allow onMessage to be executed on the remoting thread
Tim Fox (JIRA)
jira-events at lists.jboss.org
Wed Feb 21 14:32:35 EST 2007
Allow onMessage to be executed on the remoting thread
-----------------------------------------------------
Key: JBMESSAGING-876
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-876
Project: JBoss Messaging
Issue Type: Sub-task
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