Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1576#discussion_r142992780
--- 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 --
ignore this, i didn't realise its within a database store type
already...helps to read up
---