From 3dfe835be7ad47747ebc2154b882fc2a0d7b0c9e Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 20 May 2013 00:57:24 +0000 Subject: QPID-4685: additional documentation updates following broker configuration model changes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1484370 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/doc/book/src/java-broker/Java-Broker-Concepts.xml | 15 ++++++++------- 1 file changed, 8 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 0ebf6124a0..2981add7fb 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Concepts.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Concepts.xml @@ -25,13 +25,13 @@
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 Qpid Broker has one or more Virtual Hosts (independent containers of Queues, + Exchanges, etc) sharing a connection, authentication, and access control model via the configured + Ports, Authentication Providers, Group providers and + Access Control Providers. Keystores and Truststores can + be defined on the broker level and linked to Ports configured with an SSL transport. The Broker + also provides management plugins to allow configuring and monitoring it. The following diagram depicts the Broker model: @@ -46,6 +46,7 @@ + These concepts will be expanded upon in the forthcoming pages.
-- cgit v1.2.1