diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-11-19 00:03:05 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-11-19 00:03:05 +0000 |
| commit | fcd807b23701a9de833f2e52c09aab2d383fccf3 (patch) | |
| tree | b637ec85148da1f7b7f3dd09e3a88b505eb192ea /qpid/doc/book/src/java-broker/Java-Broker-High-Availability.xml | |
| parent | e035051dd8c55896393c86415091714c34c20b0e (diff) | |
| download | qpid-python-fcd807b23701a9de833f2e52c09aab2d383fccf3.tar.gz | |
QPID-4443: add some documetnation for the memory, derby, bdb, and bdbha message stores
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1411032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-High-Availability.xml')
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-High-Availability.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-High-Availability.xml b/qpid/doc/book/src/java-broker/Java-Broker-High-Availability.xml index c7a809a3bf..618533dc5f 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-High-Availability.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-High-Availability.xml @@ -294,6 +294,9 @@ <title>Configuring a Virtual Host to be a node</title> <para>To configure a virtualhost as a cluster node, configure the virtualhost.xml in the following manner:</para> <para> + + <example> + <title>Configuring a VirtualHost to use the BDBHAMessageStore</title> <programlisting language="xml"><![CDATA[ <virtualhost> <name>myhost</name> @@ -314,6 +317,7 @@ ... </myvhost> </virtualhost>]]></programlisting> + </example> </para> <para>The <varname>groupName</varname> is the name of logical name of the cluster. All nodes within the cluster must use the same <varname>groupName</varname> in order to be considered part of the cluster.</para> |
