Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C7B1F1004A for ; Wed, 30 Oct 2013 13:55:54 +0000 (UTC) Received: (qmail 70714 invoked by uid 500); 30 Oct 2013 13:55:45 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 70538 invoked by uid 500); 30 Oct 2013 13:55:36 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 70431 invoked by uid 99); 30 Oct 2013 13:55:28 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Oct 2013 13:55:28 +0000 Date: Wed, 30 Oct 2013 13:55:28 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMQNET-417) DTC Recovery should be done once for each application start MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQNET-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated AMQNET-417: -------------------------------- Fix Version/s: 1.7.0 1.6.2 > DTC Recovery should be done once for each application start > ----------------------------------------------------------- > > Key: AMQNET-417 > URL: https://issues.apache.org/jira/browse/AMQNET-417 > Project: ActiveMQ .Net > Issue Type: Bug > Components: ActiveMQ > Reporter: Remo Gloor > Assignee: Jim Gomes > Fix For: 1.6.2, 1.7.0 > > Attachments: allDTCImprovments.patch, DtcRecoveryShouldNotRunAfterConnectionsAreStarted.patch, DtcRecoveryShouldNotRunAfterConnectionsAreStarted.patch > > > DTC recovery is currently executed when a new session is created. This is not correct because there can be other sessions that are currently commiting a transaction. This transactions must not be recovered, otherwise there are strange behaviors. > The recovery should be done just once foreach ressource manager ID. -- This message was sent by Atlassian JIRA (v6.1#6144)