Atomikos Forum |
|
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 |