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 you might want the transaction to time out.

About this task

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.

Procedure

  1. In the administrative console, click Servers > Server Types > WebSphere application servers > server_name > [Container Settings] Container Services > Transaction Service > [Additional Properties] Custom Properties.
  2. Click New.
  3. Type DELAY_CANCELLING_ALARMS in the Name field, and TRUE in the Value field.
  4. Click Apply or OK.
  5. Save your changes to the master configuration.
  6. Restart the server in recovery mode.