[esb-issues] [JBoss JIRA] (JBESB-3743) Transactional improvement for invm resources

Tom Cunningham (JIRA) jira-events at lists.jboss.org
Wed May 30 13:41:19 EDT 2012


     [ https://issues.jboss.org/browse/JBESB-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham resolved JBESB-3743.
-----------------------------------

      Assignee: Kevin Conner
    Resolution: Done


Committed Kevin's patch.
                
> Transactional improvement for invm resources
> --------------------------------------------
>
>                 Key: JBESB-3743
>                 URL: https://issues.jboss.org/browse/JBESB-3743
>             Project: JBoss ESB
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Transports
>    Affects Versions: 4.10 CP1
>            Reporter: Kevin Conner
>            Assignee: Kevin Conner
>         Attachments: invmresource.diff
>
>
> The transactional behaviour of InVM resources associates a single message with each XAResource.  If multiple InVM operations occur within the same transaction then multiple XAResources will be enlisted into the transaction, causing the transaction manager to do more work than is necessary.
> The code needs to change so that there is a single XAResource enlisted with each transaction, representing multiple operations.

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