Skip to content

Commit

Permalink
Update transaction-service.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuelle committed Jun 10, 2024
1 parent e959ce9 commit 4cdfd87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/ROOT/pages/transaction-service.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ To store your Open Liberty transaction logs in an RDBMS, you can configure a ded
</library>
----

The `false` value for the `transactional` attribute specifies that the datasource is non-transactional. Transaction logs can be written to this data source, but it does not participate in transactions.
The `false` value for the `transactional` attribute specifies that the data source is non-transactional. Transaction logs can be written to this data source, but it does not participate in transactions.

When you configure a non-transactional data source to store transaction logs, you must not change the value of the `syncQueryTimeoutWithTransactionTimeout` attribute from the default, which is `false`.

If you store transaction logs in an RDBMS, each server must have its own tables. You can specify a unique table suffix by using the `transactionLogDBTableSuffix` attribute for the `transaction` element. The value for this attribute is a string that is appended to the table name to make it unique to the server where the table is hosted. In the previous example, `MyServer1` is added as a suffix to any table names that are created for this server in an RDBMS.

Expand Down

0 comments on commit 4cdfd87

Please sign in to comment.