Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1576#discussion_r142992370
--- Diff:
artemis-server/src/main/resources/schema/artemis-configuration.xsd ---
@@ -1830,6 +1830,27 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
+ <xsd:element name="jdbc-lock-acquisition-timeout" type="xsd:int"
minOccurs="0" maxOccurs="1">
--- End diff --
There is a lot of JDBC config, is it maybe worth making a JDBC config
section and type, so its more contained
---