Oracle Tuxedo JOLT Timeout Properties

The Oracle Tuxedo JOLT libraries allow configuring the following timeout options in seconds:

  • IDLETIMEOUT
  • SENDTIMEOUT
  • RECVTIMEOUT

For additional details, refer to the "Class JoltSessionAttributes" page for Oracle Tuxedo 12.2.2 on the Oracle documentation website.

You can set values of timeout attributes by using the module property or Java property.

To set the values for these timeout attributes by using module properties:

  • com.tibco.bw.palette.tux.JOLTIDLETIMEOUT
  • com.tibco.bw.palette.tux.JOLTSENDTIMEOUT
  • com.tibco.bw.palette.tux.JOLTRECVTIMEOUT

To set the values for these timeout attributes by using Java properties:

  • com.tibco.bw.palette.tux.joltIdleTimeout
  • com.tibco.bw.palette.tux.joltSendTimeout
  • com.tibco.bw.palette.tux.joltRecvTimeout

The above Java properties can be configured in VM arguments. If the Java property or module property both are not used, then the timeout defaults to 180 seconds, that is 3 minutes.

Note: If the user specifies module properties and Java properties for timeout options, then module properties takes preference and values inside module properties are referred.