Jiri Ondrusek created ARTEMIS-1669:
--------------------------------------

             Summary: 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


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)

Reply via email to