diff options
| author | Keith Wall <kwall@apache.org> | 2014-10-06 06:56:59 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-10-06 06:56:59 +0000 |
| commit | 1cff5b63b5503feaa555c9f31ddc057fe9a18fdd (patch) | |
| tree | 2af0b085d86b1c258b8946ffc3332d9b037117c8 /qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml | |
| parent | 5d1236947bf2fb8117e8976149fbffa385022c0d (diff) | |
| download | qpid-python-1cff5b63b5503feaa555c9f31ddc057fe9a18fdd.tar.gz | |
QPID-6108: [Java Broker Documentation] Updates for changes made during 0.30
* Remove references to virtualhost.xml
* Rework concepts section
* Rework management section to separate means of management from management of the entities themselves
* Remove references message stores
* Update JVM defect to Java 7
* ACL updates
* Add Flow to Disk
Still further changes required flagged by TODO.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1629579 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.xml | 51 |
1 files changed, 0 insertions, 51 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 deleted file mode 100644 index 7fe0df1410..0000000000 --- a/qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml +++ /dev/null @@ -1,51 +0,0 @@ -<?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> |
