JMSQueueAppender causing TwoPhaseCommit exceptions
JMSQueueAppender causing TwoPhaseCommit exceptions
(OP)
I started using a JMSQueueAppender() and I'm now getting a jdbc connection exception stating I need to enable twophasecommit in my ejb's where we have trasaction support enabled. This is coming from having a JMS connection and a JDBC participate in the same trasaction. I can suspend the transaction and then perform the jms stuff, but seems like a very bad way to approach this issue. Any suggestions? Anybody seen this before?
Thanks!
Thanks!
RE: JMSQueueAppender causing TwoPhaseCommit exceptions
<param name="queueConnectionFactoryBindingName" value="javax.jms.QueueConnectionFactory"/>
I created my own queueconnectionfactory and its working fine now.