You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/05/21 23:46:52 UTC

[1/2] activemq-artemis git commit: This closes #2091

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 7a917dc7d -> 90273c92c


This closes #2091


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

Branch: refs/heads/master
Commit: 90273c92cc29e7ee67dd61d82879ce0107a279c4
Parents: 7a917dc 32a92b5
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon May 21 19:47:01 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon May 21 19:47:01 2018 -0400

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



[2/2] activemq-artemis git commit: ARTEMIS-1870:Missing documentation for new parameter jdbc-journal-sync-period added for JDBC Persistence

Posted by cl...@apache.org.
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/master
Commit: 32a92b52e17a10c16e3980885056593fc1b3ca81
Parents: 7a917dc
Author: saurabhrai <ra...@hotmail.com>
Authored: Wed May 16 17:25:53 2018 +0530
Committer: Clebert Suconic <cl...@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