summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml
blob: 7fe0df1410e1af402c691971dc2c1110814f8e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?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.

-->

<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>