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/03 09:46:22 UTC

[jira] Commented: (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:comment-tabpanel#action_40246 ] 

Manu T George commented on AMQ-1438:
------------------------------------

https://issues.apache.org/jira/browse/OPENEJB-702 is blocked because of this

> 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
>
>
>  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.