Github user dudaerich commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2003#discussion_r180128804
--- Diff: docs/user-manual/en/persistence.md ---
@@ -456,6 +456,7 @@ To configure Apache ActiveMQ Artemis to use a database
for persisting messages a
The JDBC network connection timeout in milliseconds. The default value
is 20000 milliseconds (ie 20 seconds).
+ When using a shared store it is recommended to set it less then or
equal to `jdbc-lock-renew-period`.
--- End diff --
it should jdbc-lock-expiration instead of jdbc-lock-renew-period
---