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 --- .../Java-Broker-Concepts-Virtual-Hosts.xml | 33 +++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Concepts-Virtual-Hosts.xml') diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Virtual-Hosts.xml b/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Virtual-Hosts.xml index c12a543140..bf9367bf15 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Virtual-Hosts.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Virtual-Hosts.xml @@ -22,5 +22,36 @@
Virtual Hosts - +Broker comprises from one or many Virtual Hosts. +Virtual Host can be defined as a collection of exchanges, message queues and associated objects and +is an independent server domain that share a common authentication, encryption and transport environment. + + + The following diagram depicts the Virtual Host model: +
+ Virtual Host Model + + + + + + Virtual Host Model + + +
+
+Each Virtual Host has its own Message Store +which is used to store the persistent messages from all Queues +declared on the Virtual Host. + + The following message stores are currently supported: + + JDBC Message Store + Derby Message Store + Berkeley DB Message Store + Berkeley DB HA Message Store + Memory Message Store + + +Virtual Hosts configuration is covered in .
-- cgit v1.2.1