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 68D00926C for ; Tue, 16 Dec 2014 11:20:45 +0000 (UTC) Received: (qmail 86893 invoked by uid 500); 16 Dec 2014 11:20:45 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 86831 invoked by uid 500); 16 Dec 2014 11:20:45 -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 86818 invoked by uid 99); 16 Dec 2014 11:20:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2014 11:20:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EA9B2A2C266; Tue, 16 Dec 2014 11:20:43 +0000 (UTC) From: mtaylor To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-6 pull request: Jms bridge fix Content-Type: text/plain Date: Tue, 16 Dec 2014 11:20:43 +0000 (UTC) GitHub user mtaylor opened a pull request: https://github.com/apache/activemq-6/pull/46 Jms bridge fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/mtaylor/activemq-6 JMSBridgeFix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-6/pull/46.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #46 ---- commit 71959cae697bd205d5bdf06f48ef1eed686c738d Author: Martyn Taylor Date: 2014-12-15T12:28:39Z Make transaction manager global in JMSBridge commit 6760090d93d814a60057b2a4d794bd537be22c49 Author: Martyn Taylor Date: 2014-12-15T13:50:45Z allow tests to set TM in TMLocatorImpl commit 70af2b5194ef5daee711120ce0dd8d5f37e6019c Author: Martyn Taylor Date: 2014-12-15T16:27:27Z Only Set TM on Bridge in QoS modes that require it ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---