From 3ba71456ec65fe69e351ec6ced57b69dd8f1d48e Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Thu, 9 May 2013 15:04:59 +0000 Subject: 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 --- .../book/src/java-broker/Java-Broker-Exchanges.xml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Exchanges.xml') 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 @@ Exchanges +
+ Configuring Virtual Host Exchanges + + The Virtual Host Exchanges can be configured using + REST Management interfaces, + Web Management Console and Virtual Host configuration file. + + The following Exchange managing operations are available from Web Management Console: + + A new Exchange can be added by clicking on "Add Exchange" on the Virtual Host tab. + 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. + An existing Exchange can be deleted by clicking on "Delete Exchange" button + on Virtual Host tab or "Delete Exchange" button on the Exchange tab. + An existing Queue can be bound to the Exchange by clicking on "Add Binding" button + on the Exchange tab. + An existing Queue binding can be deleted from Exchange by clicking on "Delete Binding" button + on the Exchange tab. + + + + An example of configuring Exchanges in Virtual Host configuration file is provided + in . +
+
-- cgit v1.2.1