[jboss-jira] [JBoss JIRA] (WFLY-9762) JMS message is not received when using a non-transactional JMSConnectionFactoryDefinition
Jiri Ondrusek (JIRA)
issues at jboss.org
Mon Feb 12 03:10:00 EST 2018
[ https://issues.jboss.org/browse/WFLY-9762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jiri Ondrusek updated WFLY-9762:
--------------------------------
Git Pull Request: https://github.com/wildfly/wildfly/pull/10848
> JMS message is not received when using a non-transactional JMSConnectionFactoryDefinition
> -----------------------------------------------------------------------------------------
>
> Key: WFLY-9762
> URL: https://issues.jboss.org/browse/WFLY-9762
> Project: WildFly
> Issue Type: Bug
> Reporter: Jiri Ondrusek
> Assignee: 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:
> {code:java}
> @JMSConnectionFactoryDefinitions(
> value = {
> @JMSConnectionFactoryDefinition(
> name = "java:app/jms/nonXAconnectionFactorySample",
> transactional = false,
> properties = {
> "connectors=in-vm",}
> )
> }
> )
> {code}
> When using an MDB message isn't received. Removing "transactional" attribute makes it work again.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list