This is in your (or spring) code, not in config
Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-26 11:54 GMT+01:00 drieselliott <[email protected]>: > I tried setting an acknowledge mode, but that doesn't seem to help. > > This is my tomee.xml snippet in which I configure the message queue: > > <Resource id="JmsResourceAdapter" type="ActiveMQResourceAdapter"/> > > <Resource id="XAConnectionFactory" type="javax.jms.ConnectionFactory"> > ResourceAdapter JmsResourceAdapter > TransactionSupport xa > PoolMinSize 0 > PoolMaxSize 10 > </Resource> > > <Resource id="MailQueue" type="javax.jms.Queue"> > Destination MailQueue > </Resource> > > I'm trying to use XA transactions. > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Tomee-throws-Not-a-transacted-session-tp4673029p4673031.html > Sent from the TomEE Users mailing list archive at Nabble.com.
