Atomikos Forum |
|
Hi all,
we have a queue processing data from Tibco JMS queue to Oracle (DB) using Atomikos. Thousands of messages are processed correctly, but once this warning pops up: com.atomikos.icatch.imp.ActiveStateHandler - Timeout/setRollbackOnly of ACTIVE coordinator ! messages stop being committed to the DB correctly. What can be done to avoid this warning? Thanks Thoms
This message looks like you have reached your transaction timeout - lets say you have configured a default timeout (or explicit one) to be 300 seconds - you will see this messages starting after passing those 5 minutes and transaction is marked back rollback only afaik.
Use lower batches to get your work done or increase the timeout - but i guess the first is preferable. |