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-Concepts.xml | 40 ++++++++++++++++++---- 1 file changed, 33 insertions(+), 7 deletions(-) (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Concepts.xml') diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Concepts.xml b/qpid/doc/book/src/java-broker/Java-Broker-Concepts.xml index 013308fb8f..0ebf6124a0 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Concepts.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Concepts.xml @@ -22,11 +22,37 @@ Concepts - - - - - - - + +
+ Broker + The Qpid Broker can be defined as a collection of Virtual Hosts (independent containers of Queues, + Exchanges, etc) sharing the same authentication model provided by the broker Authentication Providers + and the transport model defined as Port configured objects. The authorization model is either provided by the broker + Access Control Providers or Access Control List defined on the Virtual Hosts. + The Broker also provides the management plugins to manage and configure Broker's and Virtual Hosts' configured objects. + Additionally, Keystores and Truststores can be defined on the broker level to configure Port SSL transports. + The Group Providers can be configured to use groups with ACL Providers. + + + The following diagram depicts the Broker model: +
+ Broker Model + + + + + + Broker Model + + +
+
+
+ + + + + + +
-- cgit v1.2.1