Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A615F176AA for ; Sun, 12 Oct 2014 15:48:53 +0000 (UTC) Received: (qmail 47681 invoked by uid 500); 12 Oct 2014 15:48:53 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 47648 invoked by uid 500); 12 Oct 2014 15:48:53 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 47639 invoked by uid 99); 12 Oct 2014 15:48:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Oct 2014 15:48:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,URI_TRY_3LD X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Oct 2014 15:48:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A92CF2388B42; Sun, 12 Oct 2014 15:48:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1631195 [3/3] - in /qpid/trunk/qpid/doc/book/src/java-broker: ./ concepts/ images/ management/channels/ management/managing/ Date: Sun, 12 Oct 2014 15:48:20 -0000 To: commits@qpid.apache.org From: kwall@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141012154821.A92CF2388B42@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Management-Channels.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Management-Channels.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Management-Channels.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Management-Channels.xml Sun Oct 12 15:48:18 2014 @@ -25,17 +25,17 @@ The Broker can be managed over a number of different channels. - HTTP - The primary channel for management. The HTTP interace comprises of a Web + HTTP - The primary channel for management. The HTTP interface comprises of a Web Console and a REST API. - JMX - The Broker provides a JMX compilent management interface. This is not currently + JMX - The Broker provides a JMX compliant management interface. This is not currently undergoing further development and is retained largely for backward compatibility. It is suggested the new users favour the Web Console/REST API. AMQP - The AMQP protocols 0-8..0-10 allow for some management of Exchanges, Queue and - Bindings. This will be superceded by AMQP 1.0 Management. It is suggested that new users + Bindings. This will be superseded by AMQP 1.0 Management. It is suggested that new users favour the Management facilities provided by the Web Console/REST API. Modified: qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Management-Managing-Entities.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Management-Managing-Entities.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Management-Managing-Entities.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Management-Managing-Entities.xml Sun Oct 12 15:48:18 2014 @@ -56,7 +56,7 @@ (e.g.${foo} or /data/${foo}/). - Each entity has own zero or more context variables. + Each entity has zero or more context variables. The System Context entity (the ultimate ancestor of all object) has a context too. Modified: qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Disk-Space-Management-Producer-Flow-Control.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Disk-Space-Management-Producer-Flow-Control.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Disk-Space-Management-Producer-Flow-Control.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Disk-Space-Management-Producer-Flow-Control.xml Sun Oct 12 15:48:18 2014 @@ -45,7 +45,7 @@ The capacity and resume capacity can be specified when the queue is created. This - can be done using the Flow Control Settings wintin the Queue creation dialogue. + can be done using the Flow Control Settings within the Queue creation dialogue.
Broker Log Messages Modified: qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Flow-To-Disk.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Flow-To-Disk.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Flow-To-Disk.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Flow-To-Disk.xml Sun Oct 12 15:48:18 2014 @@ -28,7 +28,7 @@ cumulative size of all messages falls below the limit once again. By default the Broker makes 40% of the max available memory for messages. This memory is divided between all the queues across all virtual hosts defined on the Broker with a percentage - calculated according to their current queue size. These calulations are refreshed periodically + calculated according to their current queue size. These calculations are refreshed periodically by the housekeeping cycle. For example if there are two queues, one containing 75MB and the second 100MB messages respectively and the Broker has 1GB heap memory with the default of 40% available for messages. Modified: qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Log-Files.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Log-Files.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Log-Files.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Log-Files.xml Sun Oct 12 15:48:18 2014 @@ -54,7 +54,7 @@ It can be helpful to enable debug within the Broker in order to understand a problem more clearly. If this is required, debug can be enabled at runtime (without restarting the Broker) using the Logging Management MBean. The change can also be made by changing the log configuration - file and restarting the Broker. Whichever mechanism is chosen, change the appender assoicated + file and restarting the Broker. Whichever mechanism is chosen, change the appender associated with org.apache.qpid from WARN to DEBUG. Modified: qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-ACLs.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-ACLs.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-ACLs.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-ACLs.xml Sun Oct 12 15:48:18 2014 @@ -91,7 +91,7 @@ ACL ALLOW bob ALL EXCHANGE - All ACL files end with an implict rule denying all operations to all users. It is as if each file ends with + All ACL files end with an implicit rule denying all operations to all users. It is as if each file ends with ACL DENY ALL ALL If instead you wish to allow all operations other than those controlled by earlier rules, add ACL ALLOW ALL ALL to the bottom of the ACL file. @@ -433,15 +433,15 @@ UserManagement - User maintainance; create/delete/view users, change passwords etc + User maintenance; create/delete/view users, change passwords etc ConfigurationManagement - Dynammically reload configuration from disk. + Dynamically reload configuration from disk. LoggingManagement - Dynammically control Qpid logging level + Dynamically control Qpid logging level ServerInformation @@ -449,7 +449,7 @@ VirtualHost.Queue - Queue maintainance; copy/move/purge/view etc + Queue maintenance; copy/move/purge/view etc VirtualHost.Exchange @@ -457,7 +457,7 @@ VirtualHost.VirtualHost - Virtual host maintainace; create/delete exchanges, queues etc + Virtual host maintenace; create/delete exchanges, queues etc @@ -501,7 +501,7 @@ ACL DENY-LOG ALL ALL Suppose you wish to restrict User Management operations to users belonging to a group 'usermaint'. No other user - is allowed to perform user maintainence This example illustrates the permissioning of an individual component. + is allowed to perform user maintenance This example illustrates the permissioning of an individual component. # Give usermaint access to management and permission to execute all JMX Methods on the Modified: qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-Authentication-Providers.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-Authentication-Providers.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-Authentication-Providers.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-Authentication-Providers.xml Sun Oct 12 15:48:18 2014 @@ -199,7 +199,7 @@ com.sun.security.jgss.accept { passwords are stored as salted SHA digested password. This can be further encrypted using the facilities described in . - There are two varients of this provider, SHA1 and SHA256. SHA256 is recommended whenever + There are two variants of this provider, SHA1 and SHA256. SHA256 is recommended whenever possible. SHA1 is provided with compatibility with clients utilising JDK 1.6 (which does not support SHA256). For these providers user credentials can be added, removed or changed using Modified: qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-Configuration-Encryption.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-Configuration-Encryption.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-Configuration-Encryption.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-Configuration-Encryption.xml Sun Oct 12 15:48:18 2014 @@ -23,7 +23,7 @@
Configuration Encryption - The Broker is capable of encypting passwords and other security items stored in the + The Broker is capable of encrypting passwords and other security items stored in the Broker's configuration. This is means that items such as keystore/truststore passwords, JDBC passwords, and LDAP passwords can be stored in the configure in a form that is difficult to read. @@ -69,6 +69,6 @@ the user, perhaps owing to the security standards of their institution, the ConfigurationSecretEncrypter interface is designed as an extension point. Users may implement their own implementation of ConfigurationSecretEncrypter perhaps to employ - stonger encryption or delegating the storage of the key to an Enterprise Password Safe. + stronger encryption or delegating the storage of the key to an Enterprise Password Safe.
Modified: qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-Group-Providers.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-Group-Providers.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-Group-Providers.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Security-Group-Providers.xml Sun Oct 12 15:48:18 2014 @@ -47,7 +47,7 @@ The groups file has the following format: - # <GroupName>.users = <comma deliminated user list> + # <GroupName>.users = <comma delimited user list> # For example: administrators.users = admin,manager Modified: qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Overview.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Overview.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Overview.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Overview.xml Sun Oct 12 15:48:18 2014 @@ -51,13 +51,13 @@ These concepts will be developed over the forthcoming pages. The diagrams below also help put these entities in context of one and other.
- Message Flow + Message Flow through Key Entities - Message Flow through the Broker + Message Flow through the Key Entities of the Broker
Modified: qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Ports.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Ports.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Ports.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Ports.xml Sun Oct 12 15:48:18 2014 @@ -41,7 +41,7 @@ - Addittionally, HTTP and JMX ports can be configured for use by the associated management + Additionally, HTTP and JMX ports can be configured for use by the associated management plugins. This diagram explains how Ports, Authentication Providers Modified: qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml Sun Oct 12 15:48:18 2014 @@ -26,5 +26,5 @@ hold/buffer messages for later delivery to consumer applications. An Exchange for passing messages to a queue. Consumers subscribe to a queue in order to receive messages for it. - The Broker supports different queue types, each with different delivery semantics. It also also messages on a queue to be treated as a group. + The Broker supports different queue types, each with different delivery semantics. It also messages on a queue to be treated as a group. Added: qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Create-1.png URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Create-1.png?rev=1631195&view=auto ============================================================================== Files qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Create-1.png (added) and qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Create-1.png Sun Oct 12 15:48:18 2014 differ Added: qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Create-2.png URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Create-2.png?rev=1631195&view=auto ============================================================================== Files qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Create-2.png (added) and qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Create-2.png Sun Oct 12 15:48:18 2014 differ Added: qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Create-3.png URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Create-3.png?rev=1631195&view=auto ============================================================================== Files qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Create-3.png (added) and qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Create-3.png Sun Oct 12 15:48:18 2014 differ Added: qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Overview.png URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Overview.png?rev=1631195&view=auto ============================================================================== Files qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Overview.png (added) and qpid/trunk/qpid/doc/book/src/java-broker/images/HA-Overview.png Sun Oct 12 15:48:18 2014 differ Added: qpid/trunk/qpid/doc/book/src/java-broker/images/Management-Web-Add-Dialogue.png URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/images/Management-Web-Add-Dialogue.png?rev=1631195&view=auto ============================================================================== Files qpid/trunk/qpid/doc/book/src/java-broker/images/Management-Web-Add-Dialogue.png (added) and qpid/trunk/qpid/doc/book/src/java-broker/images/Management-Web-Add-Dialogue.png Sun Oct 12 15:48:18 2014 differ Added: qpid/trunk/qpid/doc/book/src/java-broker/images/Management-Web-ContextVar.png URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/images/Management-Web-ContextVar.png?rev=1631195&view=auto ============================================================================== Files qpid/trunk/qpid/doc/book/src/java-broker/images/Management-Web-ContextVar.png (added) and qpid/trunk/qpid/doc/book/src/java-broker/images/Management-Web-ContextVar.png Sun Oct 12 15:48:18 2014 differ Added: qpid/trunk/qpid/doc/book/src/java-broker/images/Management-Web-Edit-Dialogue.png URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/images/Management-Web-Edit-Dialogue.png?rev=1631195&view=auto ============================================================================== Files qpid/trunk/qpid/doc/book/src/java-broker/images/Management-Web-Edit-Dialogue.png (added) and qpid/trunk/qpid/doc/book/src/java-broker/images/Management-Web-Edit-Dialogue.png Sun Oct 12 15:48:18 2014 differ Modified: qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-HTTP.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-HTTP.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-HTTP.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-HTTP.xml Sun Oct 12 15:48:18 2014 @@ -36,14 +36,14 @@
REST API - - REST API providing complete programatic management of the Broker. + REST API providing complete programmatic management of the Broker. The Web Management Console itself uses the REST API, so every function you can perform - through the Web Management Console can be also be scripted and intergrated into other + through the Web Management Console can be also be scripted and integrated into other systems. This provides a simple integration point allowing the Broker to monitored and - controled from systems such as Naoios or BMC Control-M. + controlled from systems such as Naoios or BMC Control-M.
Modified: qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-JMX.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-JMX.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-JMX.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-JMX.xml Sun Oct 12 15:48:18 2014 @@ -31,7 +31,7 @@ Introduction The JMX management plugin provides a series of managed beans (MBeans) allowing you to control and monitor the Broker via an industry compliant interface. This provides a - convenient intergration point for a variety of Infrastructure Monitoring Solutions, + convenient integration point for a variety of Infrastructure Monitoring Solutions, tools such as Jconsole and VisualVM, as well as custom Java programs and scripts. The following sections describe how to connect to JMX, the configuration of the JMX plugin covering topis including securing with SSL, programmatically interacting with @@ -174,7 +174,7 @@ managedBroker.createNewQueue("myqueue", MBean corresponding to the named virtualhost. Allows operations such as the creation/deletion of queues and exchanges on that - virtualhost and virtualhost levell statistics. + virtualhost and virtualhost level statistics. Modified: qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-REST-API.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-REST-API.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-REST-API.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-REST-API.xml Sun Oct 12 15:48:18 2014 @@ -30,7 +30,7 @@ configured object, PUT to create or update the configured object and POST to perform the configured objects updates not available with the PUT requests. The REST API is versioned with the version number built into the URL. The general form of - the the URL is /api/<version>. For convience the alias + the URL is /api/<version>. For convenience the alias latest signifies the latest supported version. There are also some ancillary service prefixed by /service. Modified: qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-Web-Console.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-Web-Console.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-Web-Console.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-Web-Console.xml Sun Oct 12 15:48:18 2014 @@ -23,7 +23,8 @@
Web Management Console The Web Management Console provides a simple and intuitive interface for the Management - and Control of the Broker. From here, all aspects of the Broker can be controled, including: + and Control of the Broker. From here, all aspects of the Broker can be controlled, + including: add, remove and monitor queues @@ -34,86 +35,195 @@ add, remove and monitor virtualhosts - configure and control high availabiliy + configure and control high availability - The remainder of the section provides an introduction to the web managemnet console and + The remainder of the section provides an introduction to the web management console and its use.
Accessing the Console The Web Management Console is provided by the HTTP Management Plugin. Providing the HTTP Management Plugin is in its default configuration, the Web Management Console can - be accessed by pointing a brower at the following URL: - http://myhost.mydomain.com:8080 + be accessed by pointing a browser at the following URL: + + http://myhost.mydomain.com:8080 + The Console will prompt you to login using a username and password. - +
Web Management Console - Authentication - - - - + + + + + + Web Console Authentication + + +
Orientation After you have logged on you will see a screen similar to the following. The elements of the screen are now explained. - +
Web Management Orientation - Console - - - - + + + + + + The Web Console + + +
- A - Hierarchy view. Expandable/collapsable view showing all entities - within the Broker. Double click on an entity name to cause its tab to be - opened. + A - Hierarchy view. Expandable/collapsible view + showing all entities within the Broker. Double click on an entity name to + cause its tab to be opened. - B - Tab. Shows the details of an entity including its attributes and its - child entities. + B - Tab. Shows the details of an entity including its + attributes and its child entities. - C - Occluded tab. Click tab name to bring the tab to the front. + C - Occluded tab. Click tab name to bring the tab to + the front. - D - Auto restore check box. Checked tabs will be automatically restored on - subsequent login. + D - Auto restore check box. Checked tabs will be + automatically restored on subsequent login. E - Close. Click to close the tab. - F - User Menu. Access to Preferences, Logout and Help. + F - User Menu. Access to Preferences, Logout and + Help. - +
Web Management Orientation - Tab - - - - + + + + + + A tab within the Web Consle + + +
The elements of a tab are now explained: - 1 - Attribute Panel. Shows the attributes of the entity. Click the panel - title bar opens/closes the panel. + 1 - Attribute Panel. Shows the attributes of the + entity. Click the panel title bar opens/closes the panel. - 2 - Child Panels. Panels containing a table listing the children of the entity. Click the panel - title bar opens/closes the panel. + 2 - Child Panels. Panels containing a table listing + the children of the entity. Click the panel title bar opens/closes the + panel. - 3 - Child Row. Row summarizing a child entity. Double click to open the - child tab. + 3 - Child Row. Row summarizing a child entity. Double + click to open the child tab. - 4 - Child Operations. Buttons to add a new child or perform operations on existing children. + 4 - Child Operations. Buttons to add a new child or + perform operations on existing children.
+
+ Managing Entities + All the Entities of the Broker of can be managed through the Web Console. +
+ Adding Entities + To add a new entity, click the Add button + on the Child Panel on the Parent's tab. Clicking the Add button causes an add + dialogue to be displayed. + Add dialogues allow you to set the attributes of the new child, and set context + variables. Most fields on the add dialogue have field level help that give more + details about the attribute and any default value that will take effect if you leave + the attribute unset. An example add dialogue is shown in the figure that + follows. +
+ Web Management Orientation - Add Dialogue + + + + + + Example add dialogue + + +
+
+
+ Editing Entities + To edit an existing entity, click the Edit + button on the tab corresponding to the Entity itself. Editing an entity lets you + change some of its attributes and modify its context variables. Most fields on the + edit dialogue have field level help that give more details about the attribute and + any default value. An example edit dialogue is shown in the figure that + follows. +
+ Web Management Orientation - Edit Dialogue + + + + + + Example edit dialogue + + +
+
+
+ Deleting Entities + To remove an existing entity, click the + Delete button on the tab corresponding to the Entity itself. + For some child types, you can select many children from the parent's type and delete + many children at once. +
+
+ Context Variables + All Entities within the Broker have the ability to have context + variables associated with them. + Most add and edit dialogues have the ability to make context variable assignments. + To add/change/remove a context variable, click the Context Variable panel to expand + it. +
+ Web Management Orientation - Context Variables + + + + + + Editting Context Variables + + +
+ You will see any context varaiables already associated with the object, called + local context variables in bold, and any inherited from above in normal face. + Since context variables can be defined in terms of other context variables, the + display has two value columns: actual and effective. Actual shows the value truely + associated with the variable, where as effective shows the resulting value, after + variable expansion has taken place. + The + button allows new variables to be added. The + - button removes existing one. + You change an existing local variables defintion by clicking on the actual value. + You can also provide a local definition for an inherited value + by clicking on the actual value and typing its new value. +
+
Modified: qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Broker.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Broker.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Broker.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Broker.xml Sun Oct 12 15:48:18 2014 @@ -23,7 +23,7 @@
Broker The Broker is the principal entity. It is - composed on a number of other entities that colabrate together to provide message broker + composed on a number of other entities that collaborate to provide message broker facilities. The Broker can only be managed via the HTTP management channel.
@@ -49,7 +49,9 @@ broker.flowToDiskThreshold Controls the flow to disk feature. + broker.messageCompressionEnabled Controls the message compression feature (co-operative feature with some Qpid clients). +
Modified: qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Plugins-HTTP.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Plugins-HTTP.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Plugins-HTTP.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Plugins-HTTP.xml Sun Oct 12 15:48:18 2014 @@ -22,8 +22,8 @@
HTTP Plugin - The HTTP Plugin provides the HTTP managenenent channel comprising of the Web - Managemnt Console and the REST API. + The HTTP Plugin provides the HTTP management channel comprising of the Web + Management Console and the REST API.
Attributes Modified: qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Plugins-JMX.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Plugins-JMX.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Plugins-JMX.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Plugins-JMX.xml Sun Oct 12 15:48:18 2014 @@ -23,7 +23,7 @@
JMX Plugin - The JMX Plugin provides the JMX managenenent channel. + The JMX Plugin provides the JMX management channel. TODO
Modified: qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Queues.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Queues.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Queues.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Queues.xml Sun Oct 12 15:48:18 2014 @@ -113,7 +113,7 @@ Maximum/Minimum TTL. Defines a maximum and minimum time-to-live. Messages arriving with ttl larger than the maximum will be overridden by - the maximum. Similarly, messages arriving with tll less than the miniumum (or no ttl at + the maximum. Similarly, messages arriving with tll less than the minimum (or no ttl at all), will be overridden by the minimum. Changing these values affects only new arrivals, existing messages already on the queue are not affected. @@ -130,7 +130,7 @@ Alerting Thresholds. Queues have the ability to alert on a - variety of conditions: totol queue depth exceeded a number or size, message age exceeded + variety of conditions: total queue depth exceeded a number or size, message age exceeded a threshold, message size exceeded a threshold. These thresholds are soft. See Modified: qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-RemoteReplicationNodes.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-RemoteReplicationNodes.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-RemoteReplicationNodes.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-RemoteReplicationNodes.xml Sun Oct 12 15:48:18 2014 @@ -24,7 +24,7 @@ Remote Replication Nodes Used for HA only. A remote replication node is a representation of another virtualhost node in the group. Remote replication nodes are not created directly. Instead the system - automatically creates a remote replciation node for every node in the group. It serves to + automatically creates a remote replication node for every node in the group. It serves to provide a view of the whole group from every node in the system.
Attributes @@ -43,7 +43,7 @@ REPLICA - Remote node is a replica. - UNREACHABLE - Remote node unreachanble from this node. + UNREACHABLE - Remote node unreachable from this node. This remote note may be down, or an network problem may prevent it from being contacted. @@ -96,7 +96,7 @@ The current master awaits the proposed master to become up to date. - The mastership is transfered. This will automatically disconnect messaging + The mastership is transferred. This will automatically disconnect messaging clients from the old master, and in-flight transactions are rolled back. Messaging clients reconnect to the new master. Modified: qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Truststores.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Truststores.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Truststores.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Truststores.xml Sun Oct 12 15:48:18 2014 @@ -58,10 +58,8 @@ Peers only. When "Peers Only" option is selected for - the Truststore it will allow logging in for the clients with the certificate - exactly matching the certificate loaded in the Truststore database, thus, - authenticating the connections with self signed certificates not nessesary - signed by CA. + the Truststore it will allow authenticate only those clients that present a certificate + exactly matching a certificate contained within the Truststore database.
Modified: qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualHostNodes.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualHostNodes.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualHostNodes.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualHostNodes.xml Sun Oct 12 15:48:18 2014 @@ -26,24 +26,26 @@
Types The following virtualhost nodes types are supported. - BDB - Node backed with Oracle BDB - Oracle BDB JE is optional. See . - - BDB HA - Node backed with Oracle BDB utilising High Availablity - DERBY - Node backed with Apache Derby - JDBC - Node backed with an external database - JDBC 4.0 compatible drivers must be available. See - - JSON - Node backed with a file containing json - Memory - In-memory node (changes lost on Broker restart) - + BDB - Node backed with Oracle BDB + Oracle BDB JE is optional. See . + + BDB HA - Node backed with Oracle BDB utilising High + Availability + DERBY - Node backed with Apache Derby + JDBC - Node backed with an external database + JDBC 4.0 compatible drivers must be available. See + + JSON - Node backed with a file containing json + Memory - In-memory node (changes lost on Broker restart) +
Attributes - + + Name the virtualhost node. @@ -52,8 +54,8 @@ configuration of the virtualhost. - Role (HA only). The role that this node is currently playing in the - group. + Role (HA only). The role that this node is currently playing in + the group. MASTER - Virtualhost node is a master. @@ -69,26 +71,40 @@ - - Priority (HA only). The priority of this node when elections occurs. The attribute can be used to make it more likely for a node to be elected than other nodes, or disallow the node from never being elected at all. See - - - Minimum Number Of Nodes (HA only - groups of three or more). Allows the number of nodes required to hold an election to be reduced in order that service can be restore when less than quorum nodes are present. See - - - Designated Primary (HA only - groups of two). Allows a single node in a two node group to operate solo. See - - + + Priority (HA only). The priority of this node when elections + occurs. The attribute can be used to make it more likely for a node to be elected than + other nodes, or disallow the node from never being elected at all. See + + + Minimum Number Of Nodes (HA only - groups of three or more). + Allows the number of nodes required to hold an election to be reduced in order that + service can be restore when less than quorum nodes are present. See + + + Designated Primary (HA only - groups of two). Allows a single + node in a two node group to operate solo. See + + +
Children - Virtualhost + + Virtualhost + - Remote Replication Nodes + + Remote + Replication Nodes + @@ -115,8 +131,8 @@ Delete. Deletes the virtualhost node and the virtualhost contained within it. All exchanges and queues, any the messages contained within it are - removed. In the HA case, deleting the virtualhost node causes it be be removed - permantently from the group. + removed. In the HA case, deleting the virtualhost node causes it be removed + permanently from the group. Modified: qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Virtualhosts.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Virtualhosts.xml?rev=1631195&r1=1631194&r2=1631195&view=diff ============================================================================== --- qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Virtualhosts.xml (original) +++ qpid/trunk/qpid/doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Virtualhosts.xml Sun Oct 12 15:48:18 2014 @@ -35,7 +35,7 @@ - BDB HA - Virtualhost backed with Oracle BDB utilising High Availablity + BDB HA - Virtualhost backed with Oracle BDB utilising High Availability DERBY - Virtualhost backed with Apache Derby @@ -50,7 +50,7 @@ Memory - In-memory node (changes lost on Broker restart) - Provided - Virtualhost that colocates message data within the parent virtualhost + Provided - Virtualhost that co-locates message data within the parent virtualhost node Not available if Virtualhost Node type is JSON. . @@ -93,6 +93,10 @@ transactions. See + + Synchronization policy. HA only. See +
--------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org