summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml
diff options
context:
space:
mode:
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>