Github user franz1981 commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2003#discussion_r180129827
--- 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 --
Oh I have used the old notes about it: good point!
---