Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1857#discussion_r168862534
--- Diff:
artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQRASessionFactoryImpl.java
---
@@ -819,13 +819,12 @@ protected ActiveMQRASession
allocateConnection(boolean transacted,
//from createSession
// In a Java EE web or EJB container, when there is an active
JTA transaction in progress:
//Both arguments {@code transacted} and {@code
acknowledgeMode} are ignored.
- if (inJtaTransaction()) {
+ // fix of JBEAP-12720 - when a JMSConnectionFactoryDefinition
annotation with the transactional attribute set to false="false" is set
--- End diff --
This should reference the ARTEMIS JIRA rather than JBEAP.
---