GitHub user mtaylor opened a pull request:

    https://github.com/apache/activemq-6/pull/77

    Only check TM exists for JMSBridge with ONCE_ONLY

    A transaction manager is only required on the JMSBridge when the QoS
    level is set to ONCE_AND_ONCE_ONLY.  Previous to the this patch it was
    also checking for a TM on the AT_MOST_ONCE QoS level.  This patch also
    ensures that the TM is set to null after each test run.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mtaylor/activemq-6 JMSBridgeTMQoS

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-6/pull/77.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 #77
    
----
commit 8b631c14261544c44a30e4938eb3da7a7413dd6c
Author: Martyn Taylor <[email protected]>
Date:   2015-01-21T18:46:55Z

    Only check TM exists for JMSBridge with ONCE_ONLY
    
    A transaction manager is only required on the JMSBridge when the QoS
    level is set to ONCE_AND_ONCE_ONLY.  Previous to the this patch it was
    also checking for a TM on the AT_MOST_ONCE QoS level.  This patch also
    ensures that the TM is set to null after each test run.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to