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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -