blob: f41b8af0e63fb7f8e89a4403dddb439a3de754b0 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<section id="Java-Broker-Stores-SQL-Store">
<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>