summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2013-05-09 15:04:59 +0000
committerAlex Rudyy <orudyy@apache.org>2013-05-09 15:04:59 +0000
commit3ba71456ec65fe69e351ec6ced57b69dd8f1d48e (patch)
treecc551517dd617deca4015f9318c85da2289be0ce /qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml
parent438323043a46489c85d849a0ac0f47e8bf2efb60 (diff)
downloadqpid-python-3ba71456ec65fe69e351ec6ced57b69dd8f1d48e.tar.gz
QPID-4685: Update documentation to reflect changes to configuration
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml')
-rw-r--r--qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml b/qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml
index f6272fb0f3..7fe0df1410 100644
--- a/qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml
+++ b/qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml
@@ -23,4 +23,29 @@
<chapter id="Java-Broker-Exchanges">
<title>Exchanges</title>
+ <section id="Java-Broker-Exchanges-Configuring">
+ <title>Configuring Virtual Host Exchanges</title>
+
+ <para>The Virtual Host Exchanges can be configured using
+ <link linkend="Java-Broker-Configuring-And-Managing-REST-API">REST Management interfaces</link>,
+ <link linkend="Java-Broker-Configuring-And-Managing-Web-Console">Web Management Console</link> and Virtual Host configuration file.</para>
+
+ <para>The following Exchange managing operations are available from Web Management Console:
+ <itemizedlist>
+ <listitem><para>A new Exchange can be added by clicking on "Add Exchange" on the Virtual Host tab.</para></listitem>
+ <listitem><para>An existing Exchange details can be viewed the Exchange tab.
+ Exchange tab is shown after clicking on Exchange name in Broker object tree or by clicking on Exchange row in Exchanges grid on Virtual Host tab.</para></listitem>
+ <listitem><para>An existing Exchange can be deleted by clicking on "Delete Exchange" button
+ on Virtual Host tab or "Delete Exchange" button on the Exchange tab.</para></listitem>
+ <listitem><para>An existing Queue can be bound to the Exchange by clicking on "Add Binding" button
+ on the Exchange tab.</para></listitem>
+ <listitem><para>An existing Queue binding can be deleted from Exchange by clicking on "Delete Binding" button
+ on the Exchange tab.</para></listitem>
+ </itemizedlist>
+ </para>
+
+ <para>An example of configuring Exchanges in Virtual Host configuration file is provided
+ in <xref linkend="Java-Broker-Virtual-Host-Configuration-Exchange"/>.</para>
+ </section>
+
</chapter>