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 2016/06/17 19:05:21 UTC

[1/2] activemq-artemis git commit: update to JDBC config doc

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 824b31671 -> ad5e7bf68


update to JDBC config doc


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

Branch: refs/heads/master
Commit: 32706823ea0af3c9b5ea0143fb72d9d5ab1a8ec6
Parents: 824b316
Author: Martyn Taylor <mt...@redhat.com>
Authored: Fri Jun 17 13:20:38 2016 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Jun 17 15:05:12 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/32706823/docs/user-manual/en/persistence.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/persistence.md b/docs/user-manual/en/persistence.md
index 7eaf4e4..f14fda8 100644
--- a/docs/user-manual/en/persistence.md
+++ b/docs/user-manual/en/persistence.md
@@ -386,12 +386,12 @@ To configure Apache ActiveMQ Artemis to use a database for persisting messages a
 
 1. Add the appropriate JDBC driver libraries to the Artemis runtime.  You can do this by dropping the relevant jars in the lib folder of the ActiveMQ Artemis distribution.
 
-2. Create a store element in your broker.xml config file under the <core> element.  For example:
+2. Create a store element in your broker.xml config file under the ```<core>``` element.  For example:
 
 ```xml
       <store>
          <database-store>
-            <jdbc-connection-url>jdbc:derby:target/derby/database-store;create=true</jdbc-connection-url>
+            <jdbc-connection-url>jdbc:derby:data/derby/database-store;create=true</jdbc-connection-url>
             <bindings-table-name>BINDINGS_TABLE</bindings-table-name>
             <message-table-name>MESSAGE_TABLE</message-table-name>
             <large-message-table-name>LARGE_MESSAGES_TABLE</large-message-table-name>


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

Posted by cl...@apache.org.
This closes #584


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

Branch: refs/heads/master
Commit: ad5e7bf68bf0535a818bf56672e2872613e97cc5
Parents: 824b316 3270682
Author: Clebert Suconic <cl...@apache.org>
Authored: Fri Jun 17 15:05:13 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Jun 17 15:05:13 2016 -0400

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