summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Virtual-Hosts.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-05-20 00:57:24 +0000
committerRobert Gemmell <robbie@apache.org>2013-05-20 00:57:24 +0000
commit3dfe835be7ad47747ebc2154b882fc2a0d7b0c9e (patch)
tree5f12f5ca49277a9f7163818819499ea915e60b59 /qpid/doc/book/src/java-broker/Java-Broker-Virtual-Hosts.xml
parentaa0f5623dce650a8e34b73caa129f47b42f76645 (diff)
downloadqpid-python-3dfe835be7ad47747ebc2154b882fc2a0d7b0c9e.tar.gz
QPID-4685: additional documentation updates following broker configuration model changes
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1484370 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Virtual-Hosts.xml')
-rw-r--r--qpid/doc/book/src/java-broker/Java-Broker-Virtual-Hosts.xml37
1 files changed, 20 insertions, 17 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Virtual-Hosts.xml b/qpid/doc/book/src/java-broker/Java-Broker-Virtual-Hosts.xml
index 0a8f754aa0..b240d85d4f 100644
--- a/qpid/doc/book/src/java-broker/Java-Broker-Virtual-Hosts.xml
+++ b/qpid/doc/book/src/java-broker/Java-Broker-Virtual-Hosts.xml
@@ -25,23 +25,29 @@
<section id="Java-Broker-Virtual-Hosts-Configuring-Managing">
<title>Configuring And Managing</title>
- <para>One or more Virtual Hosts can be configured on the Broker. The
- <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>
- can be used to add and delete Virtual Hosts.</para>
+ <para>
+ One or more Virtual Hosts can be configured on the Broker. The
+ <link linkend="Java-Broker-Configuring-And-Managing-HTTP-Management-Introduction">HTTP management interfaces</link>
+ can be used to add and delete Virtual Hosts.
+ </para>
- <para>A new Virtual Host can be created in two ways by specifying either:
+ <para>A new Virtual Host can be created in two ways:
<itemizedlist>
- <listitem><para>A <link linkend="Java-Broker-Stores">store type</link> and a store path</para></listitem>
- <listitem><para>A path to Virtual Host XML configuration file</para></listitem>
+ <listitem>
+ <para>
+ <emphasis>Supplying simply a <link linkend="Java-Broker-Stores">store type</link> and a store path</emphasis>: In this case,
+ the virtual host attributes are currently derived from default attribute values defined on the broker. This is the preferred approach.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis>Supplying the path to a <link linkend="Java-Broker-Virtual-Hosts-Configuration-File">Virtual Host XML configuration file</link></emphasis>: In this case, specific per-virtualhost attribute configuration
+ can be set in the file, as well as pre-configuring queues, exchanges, etc. This is no longer the preferred approach and will likely be removed in
+ a future release, however it is currently still neccessary to support certain use-cases such as per-virtualhost attribute configuration, and
+ specialised store configuration such as for the <link linkend="Java-Broker-Stores-HA-BDB-Store">BDB HA Message Store</link>.
+ </para>
+ </listitem>
</itemizedlist>
- In first case the virtual host attributes are derived from Broker global attributes.
- In the second case, the Virtual Host specific configuration can be set in the configuration XML,
- for example, alert thresholds, message store, queues, exchanges, ACL etc. The first way of Virtual Host creation
- is more preferable as it will reduce the burden of configuration changes when migrating to a newer version,
- especially, when the support of Virtual Host configuration XML will be removed. However, the second way
- is the only way at the moment to configure <link linkend="Java-Broker-Stores-HA-BDB-Store">HA Message Store</link>,
- Virtual Host <link linkend="Java-Broker-Security-ACLs">ACL</link> and virtual host specific attributes.
</para>
<para>The following Virtual Host Managing operations are available from
@@ -58,9 +64,6 @@
<listitem><para>Existing Exchange/Queue tabs can be navigated from Virtual Host tab</para></listitem>
</itemizedlist>
</para>
-
</section>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Java-Broker-Virtual-Hosts-Configuration.xml"/>
-
</chapter>