java - Jms session.commit() throws exceptoin when I run my application in Jboss server -
i using activemq v5.11.1 managed beans on jboss eap v6.3 server exception when perfrom jms session.commit() or rollback()
(activemq session task-1) javax.jms.illegalstateexception: not transacted session
but when run java application gives no exception why ? because of version mismatch ?please help.
read here. if jms resource controlled jta, can't commit or rollback manually
Comments
Post a Comment