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

Popular posts from this blog

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -