diff options
| author | Keith Wall <kwall@apache.org> | 2014-10-06 06:56:59 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-10-06 06:56:59 +0000 |
| commit | 1cff5b63b5503feaa555c9f31ddc057fe9a18fdd (patch) | |
| tree | 2af0b085d86b1c258b8946ffc3332d9b037117c8 /qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml | |
| parent | 5d1236947bf2fb8117e8976149fbffa385022c0d (diff) | |
| download | qpid-python-1cff5b63b5503feaa555c9f31ddc057fe9a18fdd.tar.gz | |
QPID-6108: [Java Broker Documentation] Updates for changes made during 0.30
* Remove references to virtualhost.xml
* Rework concepts section
* Rework management section to separate means of management from management of the entities themselves
* Remove references message stores
* Update JVM defect to Java 7
* ACL updates
* Add Flow to Disk
Still further changes required flagged by TODO.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1629579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml')
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml b/qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml index d597cf1aeb..bef23434d2 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml @@ -34,9 +34,9 @@ </para> <para> For additional details about the broker configuration store and related command line arguments see - <xref linkend="Java-Broker-Configuring-And-Managing-Configuration-Store"/>. + <xref linkend="Java-Broker-Initial-Configuration"/>. The broker is fully configurable via its Web Management Console, for details of this see - <xref linkend="Java-Broker-Configuring-And-Managing-Web-Console"/>. + <xref linkend="Java-Broker-Management-Channel-Web-Console"/>. </para> </section> <section role="h2" id="Java-Broker-Getting-Started-Starting-Stopping-Windows"> @@ -63,7 +63,7 @@ <para>The BRK-1004 message confirms that the Broker is ready for work. The MNG-1002 and BRK-1002 confirm the ports to which the Broker is listening (for HTTP/JMX management and AMQP respectively).</para> <para>To stop the Broker, use Control-C or use the Shutdown MBean from the - <link linkend="Java-Broker-Configuring-And-Managing-JMX-Management">JMX management plugin</link>.</para> + <link linkend="Java-Broker-Management-Channel-JMX">JMX management plugin</link>.</para> </section> <section role="h2" id="Java-Broker-Getting-Started-Starting-Stopping-Unix"> <title>Starting/Stopping the broker on Unix</title> @@ -90,7 +90,7 @@ which the Broker is listening (for HTTP/JMX management and AMQP respectively).</para> <para>To stop the Broker, use Control-C from the controlling shell, use the <command>bin/qpid.stop</command> script, use <command>kill -TERM <pid></command>, or - the Shutdown MBean from the <link linkend="Java-Broker-Configuring-And-Managing-JMX-Management">JMX management plugin</link>.</para> + the Shutdown MBean from the <link linkend="Java-Broker-Management-Channel-JMX">JMX management plugin</link>.</para> </section> <section role="h2" id="Java-Broker-Getting-Started-LogFile"> <title>Log file</title> @@ -105,9 +105,9 @@ <para>The Java Broker understands a number of command line options which may be used to customise the configuration.</para> <para> For additional details about the broker configuration and related command line arguments see - <xref linkend="Java-Broker-Configuring-And-Managing-Configuration-Store"/>. + <xref linkend="Java-Broker-Initial-Configuration"/>. The broker is fully configurable via its Web Management Console, for details of this see - <xref linkend="Java-Broker-Configuring-And-Managing-Web-Console"/>. + <xref linkend="Java-Broker-Management-Channel-Web-Console"/>. </para> <para>To see usage information for all command line options, use the <option>--help</option> option</para> <programlisting><![CDATA[bin/qpid-server --help]]></programlisting> @@ -171,5 +171,4 @@ means do not check for changes. ]]></screen> </section> - </chapter> |
