GitHub user JiriOndrusek opened a pull request:
https://github.com/apache/activemq-artemis/pull/1857
ARTEMIS-1669 JMS message is not received when using a non-transactionâ¦
â¦al JMSConnectionFactoryDefinition
Issue: https://issues.apache.org/jira/browse/ARTEMIS-1669
If JMSConnectionFactoryDefinition annotation with the transactional
attribute set to false, connections should not participate in transactions.
I've added parameter ignoreJTA (by default false - to keep current behavior).
If parameter is set to true (== value in annotation is false),
ActiveMQRASessionFactoryImpl.java then force correct behavior.
Integration test IgnoreJTATest.java makes sure, that it works.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JiriOndrusek/activemq-artemis ARTEMIS-1669
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1857.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 #1857
----
commit 12892e2285f5e546de776bd3869524225f65f876
Author: JiriOndrusek <jondruse@...>
Date: 2018-02-08T11:47:10Z
ARTEMIS-1669 JMS message is not received when using a non-transactional
JMSConnectionFactoryDefinition
----
---