[esb-issues] [JBoss JIRA] Created: (JBESB-2113) Access to message data not thread safe

Kevin Conner (JIRA) jira-events at lists.jboss.org
Sun Oct 12 11:38:20 EDT 2008


Access to message data not thread safe
--------------------------------------

                 Key: JBESB-2113
                 URL: https://jira.jboss.org/jira/browse/JBESB-2113
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Rosetta
    Affects Versions: 4.4
            Reporter: Kevin Conner
             Fix For: 4.4 CP1


The message implementations are not designed to be used in a thread safe manner but, as a consequence of InVM pass by reference, this is now possible.

The Header/Context sections are never passed by reference but the other sections are.  We need to go through the other sections and tidy this up given the new requirements.

-- 
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 esb-issues mailing list