summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Stores-SQL-Store.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Stores-SQL-Store.xml')
-rw-r--r--qpid/doc/book/src/java-broker/Java-Broker-Stores-SQL-Store.xml27
1 files changed, 26 insertions, 1 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Stores-SQL-Store.xml b/qpid/doc/book/src/java-broker/Java-Broker-Stores-SQL-Store.xml
index b6776c81e6..f41b8af0e6 100644
--- a/qpid/doc/book/src/java-broker/Java-Broker-Stores-SQL-Store.xml
+++ b/qpid/doc/book/src/java-broker/Java-Broker-Stores-SQL-Store.xml
@@ -21,6 +21,31 @@
-->
<section id="Java-Broker-Stores-SQL-Store">
-<title>SQL Store</title>
+<title>SQL Message Store</title>
+<para>
+ The Java broker has a message store implementation backed by JDBC API.
+ This section will detail configuration for using the JDBCMessageStore.
+ </para>
+
+ <para>
+ The JDBCMessageStore can be selected on Virtual Host creation
+ via <link linkend="Java-Broker-Configuring-And-Managing-REST-API">REST Management interfaces</link>
+ and <link linkend="Java-Broker-Configuring-And-Managing-Web-Console">Web Management Console</link>.
+ For details, see <xref linkend="Java-Broker-Virtual-Hosts"/>.
+ </para>
+
+ <para>
+ Alternatively, the JDBCMessageStore can configured in Virtual Host configuration xml.
+ For details, see <xref linkend="Java-Broker-Stores-JDBC-Store-Configuration"/>.
+ </para>
+
+ <section role="h3" id="Java-Broker-Stores-JDBC-Store-Driver">
+ <title>JDBC driver</title>
+ <para>
+ Only JDBC 4.0 compatible drivers can be used with JDBCMessageStore as it does not register a driver class explicitly.
+ In order to use a JDBCMessageStore a driver library is required to be present in the Broker classpath.
+ For the standard Broker distribution a driver library can be put into ${QPID_HOME}/lib/opt folder.
+ </para>
+ </section>
</section>