Unable to use XA JMS trabsaction on WebLogic
--------------------------------------------
Key: CAMEL-4240
URL: https://issues.apache.org/jira/browse/CAMEL-4240
Project: Camel
Issue Type: Bug
Components: camel-jms
Reporter: Andrey Utkin
There is problem with camel-jms component deployed on WebLogic 10.3.X and XA
connection factory.
As spring developers suggests, if we use XA transaction on WebLogic we must set
SessionTransacted to false and specify transactionManager. See
http://ourcraft.wordpress.com/2008/10/22/the-mysteriously-necessary-sessiontransactedtrue/
comment #9 by Juergen Hoeller.
But camel-jms setup transactionManager for MessageListener only when
"transacted" property is true. So, it is not possible to use XA transactions
with WebLogic JMS.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira