Atomikos long running transactions... |
It seems the max transaction timeout period is 300000, which I assume is milliseconds? Because my long running transactions (background batch jobs) are timing out. Is there anyway to make Atomikos have an infinite transaction timeout?
Caine 
Saturday, September 05, 2009
Hi,
Just set the max_timeout parameter in jta.properties to something very big.
HTH
Guy Pardon 
Monday, September 07, 2009
Thank you for your reply. That works great. I had the value set to 0 thinking that would make it unlimited, but apparently the default gets applied even when 0 is specified in the timeout.
Caine 
Tuesday, September 08, 2009
|