Increase JTA transaction timeout limit in WildFly

Danyal Sandeelo picture Danyal Sandeelo · Jul 13, 2017 · Viewed 11k times · Source

How can I increase JTA transaction timeout in WildFly?

Can be updated in standalone.xml as well as from Admin Console right?

Answer

NetForce1 picture NetForce1 · Oct 25, 2018

The transaction timeout can also be changed in standalone.xml directly (without using the JBoss Client). Just add this to the transactions subsystem:

<coordinator-environment default-timeout="1800"/>