Execution timeout (executionTimeout)

This property specifies the maximum amount of time that is allowed for IMS™ Connect to send a message to IMS and receive a response

  • The executionTimeout value is represented in milliseconds and must be a decimal integer that is either -2, -1, 0, or between 1 and 3600000 (one hour), inclusively.
  • If a value of 0 is set for this property, the actual timeout value is determined by IMS Connect.
  • If a -1 value is set for this property, the interaction runs without a time limit.
  • If a value of -2 is set for this property, the callout request message is retrieved by using the OTMA RESUME TPIPE call with SINGLE option and a timer of NOWAIT. If no callout request message exists on the OTMA hold queue, the IMS TM resource adapter does not wait for the callout request and immediately returns the control back to the Java™ application.