All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.jdp Maven / Gradle / Ivy

There is a newer version: 3.15.0
Show newest version
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.defaultTransactionTimeout=The default transaction timeout.
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.enableRecovery=Start the recovery service on startup.
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.expiryScanners=The list of expiry scanners.
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.nodeName=The node name used by the transaction manager.\nMust not exceed a length of 28 bytes.\n\n@see \#shortenNodeNameIfNecessary
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.objectStore=The object store configuration.
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.recoveryModules=The list of recovery modules.
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.shortenNodeNameIfNecessary=Whether the node name should be shortened if necessary.\nThe node name must not exceed a length of 28 bytes. If this property is set to {@code true}, and the node name exceeds 28\nbytes, the node name is shortened by calculating the SHA-224 hash,\nwhich has a length of 28 bytes.\n\n@see \#nodeName
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.xaResourceOrphanFilters=The list of orphan filters.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy