Delaying the cancelling of transaction timeout alarms
If the before completion stage of a transaction process is likely to include processes that could either take a long time to complete or could fail, then we might want the transaction to time out.
By default, transaction timeout alarms are cancelled prior to the before completion phase of the transaction begins. The DELAY_CANCELLING_ALARMS custom property allows the before completion phase of the transaction to be encompassed within the transaction timeout period. To do this, set the custom property on the application server.
Tasks
- In the administrative console, click Servers > Server Types > WebSphere application servers > server > [Container Settings] Container Services > Transaction Service > [Additional Properties] Custom Properties.
- Click New.
- Type DELAY_CANCELLING_ALARMS in the Name field, and TRUE in the Value field.
- Click Apply or OK.
- Save changes to the master configuration.
- Restart the server in recovery mode.
Restarting an application server in recovery mode Manage transaction logging for optimum server availability Transaction service custom properties