-
Bug
-
Resolution: Done
-
Blocker
-
13.0.0.Final
In the messaging subsystem there is an attribute jdbc-network-timeout with default value 20 seconds. However this parameter is passed to ActiveMQ Artemis as 20 000 000 milliseconds (20 000 seconds).
For reproducing the issue just configure JDBC persistence store and attach debugger with breakpoint on AbstractJDBCDriver::connect.
Blocker priority was set because it is regression against Wildfly 12.
- clones
-
WFLY-10165 [Artemis 2.x upgrade] Bad unit conversion of jdbc-network-timeout attribute
- Closed