[jboss-jira] [JBoss JIRA] (AS7-3176) Workaround HORNETQ-821

Brian Stansberry (Created) (JIRA) jira-events at lists.jboss.org
Tue Jan 3 17:36:09 EST 2012


Workaround HORNETQ-821
----------------------

                 Key: AS7-3176
                 URL: https://issues.jboss.org/browse/AS7-3176
             Project: Application Server 7
          Issue Type: Task
          Components: Domain Management, JMS
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
            Priority: Critical
             Fix For: 7.1.0.Final


If a fix for https://issues.jboss.org/browse/HORNETQ-821 won't get into AS 7.1.0.Final, we need to try and work around it.

It seems that org.hornetq.core.server.management.impl.ManagementServiceImpl aims to protect its internal state by adding the synchronized keyword to many methods; that is by using the ManagementServiceImpl object itself as the guard. But it many places this is omitted. The AS 7 messaging integration can help make up for that by synchronizing on the ManagementServiceImpl before using it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list