Atomikos Forum

Understanding transaction timeout property

As per the documentation available at http://www.atomikos.com/Documentation/JtaProperties there are two properties, which seems to control transaction timeout-

com.atomikos.icatch.max_timeout - Defaults to 300,000 ms

com.atomikos.icatch.default_jta_timeout - defaults to 10,000 ms

Here I have two questions-

1. If nothing is specified then what is the transaction timeout?
2. If one want to use values for timeout other than defaults then do he need to set both of these properties?

Thanks,
Vinod
Vinod Singh Send private email
Tuesday, November 24, 2009
 
 
Hi,

If nothing is specified then the default is com.atomikos.icatch.default_jta_timeout

If you want to specify something else then increase or decrease com.atomikos.icatch.default_jta_timeout and make sure its value is lower than com.atomikos.icatch.max_timeout (increase the latter if needed).

HTH
Guy Pardon Send private email
Tuesday, November 24, 2009
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics