You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2008/03/24 09:00:32 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&focusedCommentId=41761#action_41761 ] 

David Jencks commented on AMQ-1438:
-----------------------------------

Applied modified version of the patch in rev 640340.  Passed options into server.connect method so that correct TransportAcceptListener is sure to be used.

> 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
>            Assignee: David Jencks
>            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.