diff options
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> |
