[ 
https://issues.apache.org/jira/browse/ARTEMIS-4238?focusedWorklogId=856206&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-856206
 ]

ASF GitHub Bot logged work on ARTEMIS-4238:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Apr/23 18:46
            Start Date: 11/Apr/23 18:46
    Worklog Time Spent: 10m 
      Work Description: ehsavoie commented on code in PR #4433:
URL: https://github.com/apache/activemq-artemis/pull/4433#discussion_r1163199931


##########
artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQRAManagedConnection.java:
##########
@@ -336,7 +336,7 @@ public void associateConnection(final Object obj) throws 
ResourceException {
 
    public void checkTransactionActive() throws JMSException {
       // don't bother looking at the transaction if there's an active XID
-      if (!inManagedTx && tsr != null) {
+      if (!inManagedTx && tsr != null && tsr.getTransactionKey() != null) {

Review Comment:
   a leftover





Issue Time Tracking
-------------------

    Worklog Id:     (was: 856206)
    Time Spent: 50m  (was: 40m)

> transaction timeout ActivationConfigProperty is no longer working
> -----------------------------------------------------------------
>
>                 Key: ARTEMIS-4238
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4238
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: JMS
>    Affects Versions: 2.28.0
>            Reporter: Emmanuel Hugonnet
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> ARTEMIS-3707 has created a regression where the transactionTimeout 
> ActivationConfigProperty is no  longer working properly



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to