views:

128

answers:

0

Hello,

In my Spring web application which consumes a JMS Queue, I got this error:

Setup of JMS message listener invoker failed - trying to recover: weblogic.jms.common.TransactionRolledBackException: Attempt to resume an inactive transaction: BEA1-00059419F3D97B75FA98:error resuming transacted session's internal transaction

What this error means and how can I solve this? :)

Spring version: 2.5.5 Weblogic 10.3

Thank you