Hi, I have installed ActiveMQ with GlassFish V2 and created all the configuration following http://www.packtpub.com/article/configuring-jms-resources-in-glassfish-2 this article from packtpub Everything is fine except my client that now sends this exception: javax.jms.JMSException: Session's XAResource has not been enlisted in a distributed transaction. at org.apache.activemq.ActiveMQXASession.doStartTransaction(ActiveMQXASession.java:109) at org.apache.activemq.ActiveMQSession.send(ActiveMQSession.java:1636) at org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:231) at org.apache.activemq.ActiveMQMessageProducerSupport.send(ActiveMQMessageProducerSupport.java:241) at com.sun.genericra.outbound.MessageProducerProxy.send(MessageProducerProxy.java:79)
How can I avoid using XA transaction? -- View this message in context: http://old.nabble.com/Stand-alone-client-without-XA-transaction-tp27026804p27026804.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.