From dev-return-24303-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Fri Jan 07 03:02:10 2011 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 2699 invoked from network); 7 Jan 2011 03:02:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2011 03:02:10 -0000 Received: (qmail 19254 invoked by uid 500); 7 Jan 2011 03:02:10 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 19069 invoked by uid 500); 7 Jan 2011 03:02:09 -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 19061 invoked by uid 99); 7 Jan 2011 03:02:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jan 2011 03:02:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jan 2011 03:02:07 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0731kOT005276 for ; Fri, 7 Jan 2011 03:01:46 GMT Message-ID: <14781289.203851294369306059.JavaMail.jira@thor> Date: Thu, 6 Jan 2011 22:01:46 -0500 (EST) From: "Ivan (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-3121) Avoid connection creation while creating XAResource if the connection factory is not an xa connection factory In-Reply-To: <16768384.203801294369185259.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AMQ-3121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated AMQ-3121: ---------------------- Attachment: ActiveMQ-3121.patch > Avoid connection creation while creating XAResource if the connection factory is not an xa connection factory > ------------------------------------------------------------------------------------------------------------- > > Key: AMQ-3121 > URL: https://issues.apache.org/jira/browse/AMQ-3121 > Project: ActiveMQ > Issue Type: Improvement > Components: JCA Container > Affects Versions: 5.4.2 > Reporter: Ivan > Attachments: ActiveMQ-3121.patch > > > Avoid connection creation while creating XAResource if the connection factory is not xa connection factory, also, if it is xa connection, I think that the connection should not be closed as the new created xa resource holds reference to connection. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.