You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spring.jta.atomikos.connectionfactory.borrow-connection-timeout=30 # Timeout, in seconds, for borrowing connections from the pool.
575
591
spring.jta.atomikos.connectionfactory.ignore-session-transacted-flag=true # Whether or not to ignore the transacted flag when creating session.
576
592
spring.jta.atomikos.connectionfactory.local-transaction-mode=false # Whether or not local transactions are desired.
@@ -594,6 +610,28 @@ content into your application; rather pick only the properties that you need.
594
610
spring.jta.atomikos.datasource.unique-resource-name=dataSource # The unique name used to identify the resource during recovery.
595
611
596
612
# BITRONIX
613
+
spring.jta.allow-multiple-lrc=false # Allow multiple LRC resources to be enlisted into the same transaction.
614
+
spring.jta.asynchronous2-pc=false # Enable asynchronously execution of two phase commit.
615
+
spring.jta.background-recovery-interval-seconds=60 # Interval in seconds at which to run the recovery process in the background.
616
+
spring.jta.current-node-only-recovery=true # Recover only the current node.
617
+
spring.jta.debug-zero-resource-transaction=false # Log the creation and commit call stacks of transactions executed without a single enlisted resource.
618
+
spring.jta.default-transaction-timeout=60 # Default transaction timeout in seconds.
spring.jta.exception-analyzer= # Set the fully qualified name of the exception analyzer implementation to use.
621
+
spring.jta.filter-log-status=false # Enable filtering of logs so that only mandatory logs are written.
622
+
spring.jta.force-batching-enabled=true # Set if disk forces are batched.
623
+
spring.jta.forced-write-enabled=true # Set if logs are forced to disk.
624
+
spring.jta.graceful-shutdown-interval=60 # Maximum amount of seconds the TM will wait for transactions to get done before aborting them at shutdown time.
625
+
spring.jta.jndi-transaction-synchronization-registry-name= # JNDI name of the TransactionSynchronizationRegistry.
626
+
spring.jta.jndi-user-transaction-name= # JNDI name of the UserTransaction.
627
+
spring.jta.journal=disk # Name of the journal. Can be 'disk', 'null' or a class name.
628
+
spring.jta.log-part1-filename=btm1.tlog # Name of the first fragment of the journal.
629
+
spring.jta.log-part2-filename=btm2.tlog # Name of the second fragment of the journal.
630
+
spring.jta.max-log-size-in-mb=2 # Maximum size in megabytes of the journal fragments.
spring.jta.warn-about-zero-resource-transaction=true # Log a warning for transactions executed without a single enlisted resource.
597
635
spring.jta.bitronix.connectionfactory.acquire-increment=1 # Number of connections to create when growing the pool.
598
636
spring.jta.bitronix.connectionfactory.acquisition-interval=1 # Time, in seconds, to wait before trying to acquire a connection again after an invalid connection was acquired.
599
637
spring.jta.bitronix.connectionfactory.acquisition-timeout=30 # Timeout, in seconds, for acquiring connections from the pool.
0 commit comments