diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-05-20 00:57:24 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-05-20 00:57:24 +0000 |
| commit | 3dfe835be7ad47747ebc2154b882fc2a0d7b0c9e (patch) | |
| tree | 5f12f5ca49277a9f7163818819499ea915e60b59 /qpid/doc/book/src/java-broker/Java-Broker-Concepts.xml | |
| parent | aa0f5623dce650a8e34b73caa129f47b42f76645 (diff) | |
| download | qpid-python-3dfe835be7ad47747ebc2154b882fc2a0d7b0c9e.tar.gz | |
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
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Concepts.xml')
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-Concepts.xml | 15 |
1 files changed, 8 insertions, 7 deletions
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 @@ <section id="Java-Broker-Concepts-Broker"> <title>Broker</title> - <para>The Qpid Broker can be defined as a collection of <emphasis>Virtual Hosts</emphasis> (independent containers of <emphasis>Queues</emphasis>, - <emphasis>Exchanges</emphasis>, etc) sharing the same authentication model provided by the broker <emphasis>Authentication Providers</emphasis> - and the transport model defined as <emphasis>Port</emphasis> configured objects. The authorization model is either provided by the broker - <emphasis>Access Control Providers</emphasis> or <emphasis>Access Control List</emphasis> defined on the <emphasis>Virtual Hosts</emphasis>. - The Broker also provides the management plugins to manage and configure Broker's and Virtual Hosts' configured objects. - Additionally, <emphasis>Keystores</emphasis> and <emphasis>Truststores</emphasis> can be defined on the broker level to configure Port SSL transports. - The <emphasis>Group Providers</emphasis> can be configured to use groups with <emphasis>ACL Providers</emphasis>. + <para> + The Qpid Broker has one or more <emphasis>Virtual Hosts</emphasis> (independent containers of <emphasis>Queues</emphasis>, + <emphasis>Exchanges</emphasis>, etc) sharing a connection, authentication, and access control model via the configured + <emphasis>Ports</emphasis>, <emphasis>Authentication Providers</emphasis>, <emphasis>Group providers</emphasis> and + <emphasis>Access Control Providers</emphasis>. <emphasis>Keystores</emphasis> and <emphasis>Truststores</emphasis> can + be defined on the broker level and linked to <emphasis>Ports</emphasis> configured with an SSL transport. The Broker + also provides management plugins to allow configuring and monitoring it. </para> <para> The following diagram depicts the Broker model: @@ -46,6 +46,7 @@ </textobject> </mediaobject> </figure> + These concepts will be expanded upon in the forthcoming pages. </para> </section> |
