You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Manu T George (JIRA)" <ji...@apache.org> on 2007/10/10 08:46:23 UTC

[jira] Updated: (AMQ-1438) When in XA Transaction Active-MQ integrated with OpenEJB hangs in the isSameRM method of LocalAndXATransaction.

     [ https://issues.apache.org/activemq/browse/AMQ-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manu T George updated AMQ-1438:
-------------------------------

    Attachment: AMQ-1438.patch

This fixes the issue. Running the tests shows the same no of failures as before applying the patch so assuming it doesn't break anything.

> When in XA Transaction Active-MQ integrated with OpenEJB hangs in the isSameRM method of LocalAndXATransaction. 
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1438
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1438
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Connector, Transport
>    Affects Versions: 4.1.1
>         Environment: All
>            Reporter: Manu T George
>            Priority: Critical
>             Fix For: 4.1.2
>
>         Attachments: AMQ-1438.patch
>
>
>  I was facing a problem with the AMQ 4.1 with the LocalAndXATransaction class's isSameRM waiting indefinitely. The wait is because waitForBrokerInfo calls brokerInfoReceived.await()
> where brokerInfoReceived is a countdown latch. Once this is waiting it
> never gets resumed.
> To trigger it the method onCommand(final Object o) has to be called on
> org.apache.activemq.ActiveMQConnection. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.