Configuring Batch Commit for Subscription Service

In TIBCO ActiveMatrix Adapter for Database 7.2, the adb.<default_session_name>.subBatchCommitTimeout and adb.<default_session_name>.subBatchCommitSize properties were added to configure batch commit for Subscription Service with the default session.

You can set the following properties in the adbagent.tra file:

  • adb.<default_session_name>.subBatchCommitTimeout
  • adb.<default_session_name>.subBatchCommitSize

After the properties are set, all services of Subscription Service, which are configured with the same transport type, will share one batch commit timer and one batch commit size.

Note: If you want to use batch commit without using separate sessions, you can set either of the following properties in the adbagent.tra file:
  • adb.subBatchCommitTimeout and adb.subBatchCommitSize (with precedence)
  • adb.<default session name>.subBatchCommitTimeout and adb.<default session name>.subBatchCommitSize

For details about these properties, see Adapter Properties.