diff options
| author | Keith Wall <kwall@apache.org> | 2014-10-12 15:48:18 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-10-12 15:48:18 +0000 |
| commit | 39b5bc8a8456235540730c88922f60855a16e46b (patch) | |
| tree | ed495f958ebe78b2559dbbbb0c4e292e1555250f /qpid/doc/book/src/java-broker/Java-Broker-Management-Channels.xml | |
| parent | 71c395d26e425571573b0bda06e23e5f84c1ca2c (diff) | |
| download | qpid-python-39b5bc8a8456235540730c88922f60855a16e46b.tar.gz | |
QPID-6108: [Java Broker Documentation] Rewrite HA documentation to reflect the new model and the include multi-node support.
* Correct many spelling errors
* Improve web-console documentation around add/edit/delete entities, and the setting of context variables
* Extract new top level section for backup/recovery
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1631195 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Management-Channels.xml')
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-Management-Channels.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Management-Channels.xml b/qpid/doc/book/src/java-broker/Java-Broker-Management-Channels.xml index 80fbb308bc..3a71f8c366 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Management-Channels.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Management-Channels.xml @@ -25,17 +25,17 @@ <para>The Broker can be managed over a number of different channels.</para> <itemizedlist> <listitem> - <para>HTTP - The primary channel for management. The HTTP interace comprises of a Web + <para>HTTP - The primary channel for management. The HTTP interface comprises of a Web Console and a REST API.</para> </listitem> <listitem> - <para>JMX - The Broker provides a JMX compilent management interface. This is not currently + <para>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.</para> </listitem> <listitem> <para>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.</para> </listitem> </itemizedlist> |
