[ https://issues.apache.org/jira/browse/ARTEMIS-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Justin Bertram resolved ARTEMIS-1669. ------------------------------------- Resolution: Fixed Fix Version/s: 2.5.0 > JMS message is not received when using a non-transactional > JMSConnectionFactoryDefinition > ----------------------------------------------------------------------------------------- > > Key: ARTEMIS-1669 > URL: https://issues.apache.org/jira/browse/ARTEMIS-1669 > Project: ActiveMQ Artemis > Issue Type: Bug > Affects Versions: 1.5.5 > Reporter: Jiri Ondrusek > Priority: Major > Fix For: 2.5.0 > > > When using a JMSConnectionFactoryDefinition annotation, and specifying a non > transactional connection factory, message is not being sent (or at least > received by MDB). Example: > @JMSConnectionFactoryDefinition( > name = "java:app/jms/nonXAconnectionFactory", > transactional = false, > properties = { > "connectors=in-vm",} > ), > When using an MDB message isn't received. Removing "transactional" attribute > makes it work again. -- This message was sent by Atlassian JIRA (v7.6.3#76005)