JMSChannel MessageListener method blocks until the reply is sent
----------------------------------------------------------------

                 Key: XFIRE-1065
                 URL: http://jira.codehaus.org/browse/XFIRE-1065
             Project: XFire
          Issue Type: Bug
          Components: JMS
    Affects Versions: 1.2.6
         Environment: Windows XP, JBoss 4.0.4GA, IBM MQ (5.306-12-051103)
            Reporter: Walter Seymore
            Assignee: Dan Diephouse
         Attachments: JMSChannel.patch

When the onMessage method is called by the asynchronous delivery thread, the 
JMSChannel does not process the message in a separate thread. A lengthy 
operation on the service implementation causes any other messages sent to this 
endpoint to be queued up and possibly time out. A simple solution is to do the 
onMessage processing in a new thread. The attached patch does just that.

Please add this to the next release.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to