ARTEMIS-1870:Missing documentation for new parameter jdbc-journal-sync-period 
added for JDBC Persistence


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/32a92b52
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/32a92b52
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/32a92b52

Branch: refs/heads/2.6.x
Commit: 32a92b52e17a10c16e3980885056593fc1b3ca81
Parents: 7a917dc
Author: saurabhrai <rai.saur...@hotmail.com>
Authored: Wed May 16 17:25:53 2018 +0530
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Mon May 21 19:47:01 2018 -0400

----------------------------------------------------------------------
 docs/user-manual/en/persistence.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/32a92b52/docs/user-manual/en/persistence.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/persistence.md 
b/docs/user-manual/en/persistence.md
index 76bb77c..00159e4 100644
--- a/docs/user-manual/en/persistence.md
+++ b/docs/user-manual/en/persistence.md
@@ -468,6 +468,10 @@ To configure Apache ActiveMQ Artemis to use a database for 
persisting messages a
     The time in milliseconds a JDBC lock is considered valid without keeping 
it alive. The default value
     is 20000 milliseconds (ie 20 seconds).
 
+-   `jdbc-journal-sync-period`
+
+    The time in milliseconds the journal will be synced with JDBC. The default 
value is 5 milliseconds.
+
 Note that some DBMS (e.g. Oracle, 30 chars) have restrictions on the size of 
table names, this should be taken into consideration when configuring table 
names for the Artemis database store, pay particular attention to the page 
store table name, which can be appended with a unique ID of up to 20 
characters.  (for Oracle this would mean configuring a page-store-table-name of 
max size of 10 chars).
 
 ## Zero Persistence

Reply via email to