Posted: Tue Sep 04, 2007 5:08 am Post subject: javax.jms.TransactionRolledBackException: MQJMS0011: Call to
Newbie
Joined: 04 Sep 2007 Posts: 1
I have a process 1 that he places a message in a rq queue 1. A process 2 removes this message the queue. This process 2 has 240 seconds to make the processing. Whenever this process 2 takes 90 seconds more than to send the reply, when I try to make commit of message JMS occurs the error below.
javax.jms.TransactionRolledBackException: MQJMS0011: Call to Session.commit resulted in a rollback of the current transaction
javax.jms.TransactionRolledBackException: MQJMS0011: Call to Session.commit resulted in a rollback of the current transaction
at com.ibm.mq.jms.MQQueueSession.commit(MQQueueSession.java:475)
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
If the platform is Win2k, what version of MQ are you using? If it's an old one, have you considered upgrading? _________________ Honesty is the best policy.
Insanity is the best defence.
What kind of WAS environment are you running . Who is your transaction coordinator?
If your session expires before you get to the commit point the behavior is legitimate...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum