Added: qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/ch04.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/ch04.html?rev=1097544&view=auto
==============================================================================
--- qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/ch04.html 
(added)
+++ qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/ch04.html 
Thu Apr 28 16:49:49 2011
@@ -0,0 +1,101 @@
+<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>Chapter 4. Management Tools</title><meta 
name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" 
href="index.html" title=""><link rel="up" href="pt01.html" title="Part I. AMQP 
Messaging Broker (Implemented in Java)"><link rel="prev" href="ch03.html" 
title="Chapter 3.  Qpid JMX Management Console"><link rel="next" 
href="ch04s02.html" title="4.2.  Qpid Java Broker Management CLI"></head><body 
bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation 
header"><tr><th colspan="3" align="center">Chapter 4. Management 
Tools</th></tr><tr><td width="20%" align="left"><a accesskey="p" 
href="ch03.html">Prev</a> </td><th width="60%" align="center">Part I. AMQP 
Messaging Broker (Implemented in Java)</th><td width="20%" align="right"> <a 
accesskey="n" href="ch04s02.html">Next</a></td></t
 r></table><hr></div><div class="chapter" title="Chapter 4. Management 
Tools"><div class="titlepage"><div><div><h2 class="title"><a 
name="QpidJavaBroker-ManagementTools"></a>Chapter 4. Management 
Tools</h2></div></div></div><div class="toc"><p><b>Table of 
Contents</b></p><dl><dt><span class="section"><a 
href="ch04.html#id2749504">4.1. 
+      MessageStore Tool
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch04.html#MessageStoreTool-MessageStoreTool">4.1.1. 
+            MessageStore Tool
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch04s02.html">4.2. 
+      Qpid Java Broker Management CLI
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch04s02.html#QpidJavaBrokerManagementCLI-HowtobuildApacheQpidCLI">4.2.1. 
+            How to
+            build Apache Qpid CLI
+          </a></span></dt></dl></dd></dl></div><div class="section" 
title="4.1.  MessageStore Tool"><div class="titlepage"><div><div><h2 
class="title" style="clear: both"><a name="id2749504"></a>4.1. 
+      MessageStore Tool
+    </h2></div></div></div><div class="section" title="4.1.1.  MessageStore 
Tool"><div class="titlepage"><div><div><h3 class="title"><a 
name="MessageStoreTool-MessageStoreTool"></a>4.1.1. 
+            MessageStore Tool
+          </h3></div></div></div><p>
+            We have a number of implementations of the Qpid MessageStore
+            interface. This tool allows the interrogation of these stores
+            while the broker is offline.
+          </p><div class="section" title="4.1.1.1.  MessageStore 
Implementations"><div class="titlepage"><div><div><h4 class="title"><a 
name="MessageStoreTool-MessageStoreImplementations"></a>4.1.1.1. 
+            MessageStore
+            Implementations
+          </h4></div></div></div><div class="itemizedlist"><ul 
class="itemizedlist" type="disc"><li class="listitem"><p>
+              <a class="xref" href="">???</a>
+            </p></li><li class="listitem"><p>
+              <a class="xref" href="">???</a>
+            </p></li><li class="listitem"><p>
+              <a class="xref" href="">???</a>
+            </p></li></ul></div></div><div class="section" title="4.1.1.2.  
Introduction"><div class="titlepage"><div><div><h4 class="title"><a 
name="MessageStoreTool-Introduction"></a>4.1.1.2. 
+            Introduction
+          </h4></div></div></div><p>
+            Each of the MessageStore implementations provide different back
+            end storage for their messages and so would need a different tool
+            to be able to interrogate their contents at the back end.
+          </p><p>
+            What this tool does is to utilise the Java broker code base to
+            access the contents of the storage providing the user with a
+            consistent means to inspect the storage contents in broker
+            memory. The tool allows the current messages in the store to be
+            inspected and copied/moved between queues. The tool uses the
+            message instance in memory for all its access paths, but changes
+            made will be reflected in the physical store (if one exists).
+          </p></div><div class="section" title="4.1.1.3.  Usage"><div 
class="titlepage"><div><div><h4 class="title"><a 
name="MessageStoreTool-Usage"></a>4.1.1.3. 
+            Usage
+          </h4></div></div></div><p>
+            The tools-distribution currently includes a unix shell command
+            'msTool.sh' this script will launch the java tool.
+          </p><p>
+            The tool loads $QPID_HOME/etc/config.xml by default. If an
+            alternative broker configuration is required this should be
+            provided on the command line as would be done for the broker.
+          </p><pre class="programlisting">
+msTool.sh -c &lt;path to different config.xml&gt;
+</pre><p>
+            On startup the user is present with a command prompt
+          </p><pre class="programlisting">
+$ msTool.sh
+MessageStoreTool - for examining Persistent Qpid Broker MessageStore instances
+bdb$ 
+</pre></div><div class="section" title="4.1.1.4.  Available Commands"><div 
class="titlepage"><div><div><h4 class="title"><a 
name="MessageStoreTool-AvailableCommands"></a>4.1.1.4. 
+            Available
+            Commands
+          </h4></div></div></div><p>
+            The available commands in the tool can be seen through the use of
+            the 'help' command.
+          </p><pre class="programlisting">
+bdb$ help
++----------------------------------------------------------------+
+|                       Available Commands                       |
++----------------------------------------------------------------+
+| Command | Description                                          |
++----------------------------------------------------------------+
+| quit    | Quit the tool.                                       |
+| list    | list available items.                                |
+| dump    | Dump selected message content. Default: show=content |
+| load    | Loads specified broker configuration file.           |
+| clear   | Clears any selection.                                |
+| show    | Shows the messages headers.                          |
+| select  | Perform a selection.                                 |
+| help    | Provides detailed help on commands.                  |
++----------------------------------------------------------------+
+bdb$
+</pre><p>
+            A brief description is displayed and further usage information is
+            shown with 'help &lt;command&gt;'
+          </p><pre class="programlisting">
+bdb$ help list
+list availble items.
+Usage:list queues [&lt;exchange&gt;] | exchanges | bindings [&lt;exchange&gt;] 
| all
+bdb$
+</pre></div><div class="section" title="4.1.1.5.  Future Work"><div 
class="titlepage"><div><div><h4 class="title"><a 
name="MessageStoreTool-FutureWork"></a>4.1.1.5. 
+            Future Work
+          </h4></div></div></div><p>
+            Currently the tool only works whilst the broker is offline i.e.
+            it is up, but not accepting AMQP connections. This requires a
+            stop/start of the broker. If this functionality was incorporated
+            into the broker then a telnet functionality could be provided
+            allowing online management.
+          </p></div></div></div></div><div class="navfooter"><hr><table 
width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a 
accesskey="p" href="ch03.html">Prev</a> </td><td width="20%" align="center"><a 
accesskey="u" href="pt01.html">Up</a></td><td width="40%" align="right"> <a 
accesskey="n" href="ch04s02.html">Next</a></td></tr><tr><td width="40%" 
align="left" valign="top">Chapter 3. 
+    Qpid JMX Management Console
+   </td><td width="20%" align="center"><a accesskey="h" 
href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 4.2. 
+      Qpid Java Broker Management CLI
+    </td></tr></table></div></body></html>

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/ch04s02.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/ch04s02.html?rev=1097544&view=auto
==============================================================================
--- qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/ch04s02.html 
(added)
+++ qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/ch04s02.html 
Thu Apr 28 16:49:49 2011
@@ -0,0 +1,68 @@
+<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>4.2.  Qpid Java Broker Management CLI</title><meta 
name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" 
href="index.html" title=""><link rel="up" href="ch04.html" 
title="Chapter 4. Management Tools"><link rel="prev" href="ch04.html" 
title="Chapter 4. Management Tools"></head><body bgcolor="white" text="black" 
link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table 
width="100%" summary="Navigation header"><tr><th colspan="3" 
align="center">4.2. 
+      Qpid Java Broker Management CLI
+    </th></tr><tr><td width="20%" align="left"><a accesskey="p" 
href="ch04.html">Prev</a> </td><th width="60%" 
align="center">Chapter 4. Management Tools</th><td width="20%" 
align="right"> </td></tr></table><hr></div><div class="section" title="4.2.  
Qpid Java Broker Management CLI"><div class="titlepage"><div><div><h2 
class="title" style="clear: both"><a name="id2727585"></a>4.2. 
+      Qpid Java Broker Management CLI
+    </h2></div></div></div><div class="section" title="4.2.1.  How to build 
Apache Qpid CLI"><div class="titlepage"><div><div><h3 class="title"><a 
name="QpidJavaBrokerManagementCLI-HowtobuildApacheQpidCLI"></a>4.2.1. 
+            How to
+            build Apache Qpid CLI
+          </h3></div></div></div><div class="section" title="4.2.1.1.  Build 
Instructions - General"><div class="titlepage"><div><div><h4 class="title"><a 
name="QpidJavaBrokerManagementCLI-BuildInstructionsGeneral"></a>4.2.1.1. 
+            Build
+            Instructions - General
+          </h4></div></div></div><p>
+            At the very beginning please build Apache Qpid by refering this
+            installation guide from here <a class="xref" href="">???</a>.
+          </p><p>
+            After successfully build Apache Qpid you'll be able to start
+            Apache Qpid Java broker,then only you are in a position to use
+            Qpid CLI.
+          </p></div><div class="section" title="4.2.1.2.  Check out the 
Source"><div class="titlepage"><div><div><h4 class="title"><a 
name="QpidJavaBrokerManagementCLI-CheckouttheSource"></a>4.2.1.2. 
+            Check
+            out the Source
+          </h4></div></div></div><p>
+            First check out the source from subversion repository. Please
+            visit the following link for more information about different
+            versions of Qpid CLI.
+          </p><p>
+            <a class="xref" href="">???</a>
+          </p></div><div class="section" title="4.2.1.3.  Prerequisites"><div 
class="titlepage"><div><div><h4 class="title"><a 
name="QpidJavaBrokerManagementCLI-Prerequisites"></a>4.2.1.3. 
+            Prerequisites
+          </h4></div></div></div><p>
+            For the broker code you need JDK 1.5.0_15 or later. You should
+            set JAVA_HOME and include the bin directory in your PATH.
+          </p><p>
+            Check it's ok by executing java -v !
+          </p></div><div class="section" title="4.2.1.4.  Building Apache Qpid 
CLI"><div class="titlepage"><div><div><h4 class="title"><a 
name="QpidJavaBrokerManagementCLI-BuildingApacheQpidCLI"></a>4.2.1.4. 
+            Building
+            Apache Qpid CLI
+          </h4></div></div></div><p>
+            This project is currently having only an ant build system.Please
+            install ant build system before trying to install Qpid CLI.
+          </p></div><div class="section" title="4.2.1.5.  Compiling"><div 
class="titlepage"><div><div><h4 class="title"><a 
name="QpidJavaBrokerManagementCLI-Compiling"></a>4.2.1.5. 
+            Compiling
+          </h4></div></div></div><p>
+            To compile the source please run following command
+          </p><pre class="programlisting">
+ant compile 
+</pre><p>
+            To compile the test source run the following command
+          </p><pre class="programlisting">
+ant compile-tests 
+</pre></div><div class="section" title="4.2.1.6.  Running CLI"><div 
class="titlepage"><div><div><h4 class="title"><a 
name="QpidJavaBrokerManagementCLI-RunningCLI"></a>4.2.1.6. 
+            Running CLI
+          </h4></div></div></div><p>
+            After successful compilation set QPID_CLI environment variable to
+            the main source directory.(set the environment variable to the
+            directory where ant build script stored in the SVN
+            checkout).Please check whether the Qpid Java broker is up an
+            running in the appropriate location and run the following command
+            to start the Qpid CLI by running the qpid-cli script in the bin
+            directory.
+          </p><p>
+            $QPID_CLI/bin/qpid-cli -h &lt;hostname of the broker&gt; -p
+            &lt;broker running port&gt;
+            For more details please have a look in to README file which ships
+            with source package of Qpid CLI.
+          </p></div><div class="section" title="4.2.1.7.  Other ant 
targets"><div class="titlepage"><div><div><h4 class="title"><a 
name="QpidJavaBrokerManagementCLI-Otheranttargets"></a>4.2.1.7. 
+            Other
+            ant targets
+          </h4></div></div></div><p>For now we are supporting those ant 
targets.</p><div class="variablelist"><dl><dt><span class="term">ant 
clean</span></dt><dd><p>Clean the complete build including CLI build and test 
build.</p></dd><dt><span class="term">ant jar</span></dt><dd><p>Create the jar 
file for the project without test cases.</p></dd><dt><span class="term">ant 
init</span></dt><dd><p>Create the directory structure for 
build.</p></dd><dt><span class="term">ant compile-tests </span></dt><dd><p>This 
compiles all the test source.</p></dd><dt><span class="term">ant test 
</span></dt><dd><p>Run all the test 
cases.</p></dd></dl></div></div></div></div><div class="navfooter"><hr><table 
width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a 
accesskey="p" href="ch04.html">Prev</a> </td><td width="20%" align="center"><a 
accesskey="u" href="ch04.html">Up</a></td><td width="40%" 
align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Chapte
 r 4. Management Tools </td><td width="20%" align="center"><a accesskey="h" 
href="index.html">Home</a></td><td width="40%" align="right" 
valign="top"> </td></tr></table></div></body></html>

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113098.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113098.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113098.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113099.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113099.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113099.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113100.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113100.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113100.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113101.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113101.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113101.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113102.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113102.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113102.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113103.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113103.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113103.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113104.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113104.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113104.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113105.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113105.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113105.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113106.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113106.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113106.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113107.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113107.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113107.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113108.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113108.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113108.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113109.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113109.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113109.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113110.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113110.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113110.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113111.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113111.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113111.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113112.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113112.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113112.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113113.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113113.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113113.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113114.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113114.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113114.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113115.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113115.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113115.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113116.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113116.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113116.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113117.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113117.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113117.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113118.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113118.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113118.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113119.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113119.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/jmx_console/3113119.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/qpid-logo.png
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/qpid-logo.png?rev=1097544&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/images/qpid-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/index.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/index.html?rev=1097544&view=auto
==============================================================================
--- qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/index.html 
(added)
+++ qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/index.html 
Thu Apr 28 16:49:49 2011
@@ -0,0 +1,118 @@
+<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title></title><meta name="generator" content="DocBook XSL 
Stylesheets V1.75.2"><link rel="home" href="index.html" title=""><link 
rel="next" href="pt01.html" title="Part I. AMQP Messaging Broker (Implemented 
in Java)"></head><body bgcolor="white" text="black" link="#0000FF" 
vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" 
summary="Navigation header"><tr><th colspan="3" 
align="center"></th></tr><tr><td width="20%" align="left"> </td><th width="60%" 
align="center"> </th><td width="20%" align="right"> <a accesskey="n" 
href="pt01.html">Next</a></td></tr></table><hr></div><div class="book"><div 
class="titlepage"><hr></div><div class="toc"><p><b>Table of 
Contents</b></p><dl><dt><span class="part"><a href="pt01.html">I. AMQP 
Messaging Broker (Implemented in Java)</a></span></dt><dd><dl><dt><span 
class="chapter"><a href="ch01.html">1. General User Guides</a></span></dt>
 <dd><dl><dt><span class="section"><a href="ch01.html#id2738266">1.1. 
+      Java Broker Feature Guide
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch01.html#JavaBrokerFeatureGuide-TheQpidpureJavabrokercurrentlysupportsthefollowingfeatures-3A">1.1.1.
 
+            The Qpid pure Java broker currently supports the following
+            features:
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch01s02.html">1.2. 
+      Qpid Java FAQ
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch01s02.html#QpidJavaFAQ-Purpose">1.2.1. 
Purpose</a></span></dt></dl></dd><dt><span class="section"><a 
href="ch01s03.html">1.3. 
+      Java Environment Variables
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch01s03.html#JavaEnvironmentVariables-SettingQpidEnvironmentVariables">1.3.1.
 
+            Setting
+            Qpid Environment Variables
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch01s04.html">1.4. 
+      Qpid Troubleshooting Guide
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch01s04.html#QpidTroubleshootingGuide-I-27mgettingajava.lang.UnsupportedClassVersionErrorwhenItrytostartthebroker.Whatdoesthismean-3F">1.4.1.
 
+            I'm getting a java.lang.UnsupportedClassVersionError when I
+            try to start the broker. What does this mean ?
+          </a></span></dt><dt><span class="section"><a 
href="ch01s04.html#QpidTroubleshootingGuide-I-27mhavingaproblembindingtotherequiredhost-3Aportatbrokerstartup-3F">1.4.2.
 
+            I'm having a problem binding to the required host:port at
+            broker startup ?
+          </a></span></dt><dt><span class="section"><a 
href="ch01s04.html#QpidTroubleshootingGuide-I-27mhavingproblemswithmyclasspath.HowcanIensurethatmyclasspathisok-3F">1.4.3.
 
+            I'm having problems with my classpath. How can I ensure that
+            my classpath is ok ?
+          </a></span></dt><dt><span class="section"><a 
href="ch01s04.html#QpidTroubleshootingGuide-Ican-27tgetthebrokertostart.HowcanIdiagnosetheproblem-3F">1.4.4.
 
+            I can't get the broker to start. How can I diagnose the
+            problem ?
+          </a></span></dt><dt><span class="section"><a 
href="ch01s04.html#QpidTroubleshootingGuide-WhenItrytosendmessagestoaqueueI-27mgettingaerrorasthequeuedoesnotexist.WhatcanIdo-3F">1.4.5.
 
+            When I try to send messages to a queue I'm getting a error as
+            the queue does not exist. What can I do ?
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch01s05.html">1.5. Broker Configuration Guide 
</a></span></dt><dd><dl><dt><span class="section"><a 
href="ch01s05.html#id2771911">1.5.1. Topic Configuration on Java 
Broker</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a 
href="ch02.html">2. How Tos</a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02.html#id2757206">2.1. 
+      Add New Users
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02.html#AddNewUsers-AvailablePasswordfileformats">2.1.1. 
+            Available
+            Password file formats
+          </a></span></dt><dt><span class="section"><a 
href="ch02.html#AddNewUsers-Dynamicchangestopasswordfiles.">2.1.2. 
+            Dynamic
+            changes to password files.
+          </a></span></dt><dt><span class="section"><a 
href="ch02.html#AddNewUsers-HowpasswordfilesandPrincipalDatabasesrelatetoauthenticationmechanisms">2.1.3.
 
+            How password files and PrincipalDatabases relate to
+            authentication mechanisms
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s02.html">2.2. 
+      Configure ACLs
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s02.html#ConfigureACLs-ConfigureACLs">2.2.1. 
+            Configure ACLs
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s03.html">2.3. 
+      Configure Java Qpid to use a SSL connection.
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s03.html#ConfigureJavaQpidtouseaSSLconnection.-UsingSSLconnectionwithQpidJava.">2.3.1.
 
+            Using SSL connection with Qpid Java.
+          </a></span></dt><dt><span class="section"><a 
href="ch02s03.html#ConfigureJavaQpidtouseaSSLconnection.-Setup">2.3.2. 
+            Setup
+          </a></span></dt><dt><span class="section"><a 
href="ch02s03.html#ConfigureJavaQpidtouseaSSLconnection.-Performingtheconnection.">2.3.3.
 
+            Performing
+            the connection.
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s04.html">2.4. 
+      Configure Log4j CompositeRolling Appender
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s04.html#ConfigureLog4jCompositeRollingAppender-HowtoconfiguretheCompositeRollinglog4jAppender">2.4.1.
 
+            How to configure the CompositeRolling log4j Appender
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s05.html">2.5. 
+      Configure the Broker via config.xml
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s05.html#ConfiguretheBrokerviaconfig.xml-Brokerconfig.xmlOverview">2.5.1.
 
+            Broker config.xml Overview
+          </a></span></dt><dt><span class="section"><a 
href="ch02s05.html#ConfiguretheBrokerviaconfig.xml-QpidVersion">2.5.2. 
+            Qpid
+            Version
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s06.html">2.6. 
+      Configure the Virtual Hosts via virtualhosts.xml
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s06.html#ConfiguretheVirtualHostsviavirtualhosts.xml-virtualhosts.xmlOverview">2.6.1.
 
+            virtualhosts.xml Overview
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s07.html">2.7. 
+      Debug using log4j
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s07.html#Debugusinglog4j-Debuggingwithlog4jconfigurations">2.7.1. 
+            Debugging
+            with log4j configurations
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s08.html">2.8. 
+      How to Tune M3 Java Broker Performance
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s08.html#HowtoTuneM3JavaBrokerPerformance-ProblemStatement">2.8.1. 
+            Problem
+            Statement
+          </a></span></dt><dt><span class="section"><a 
href="ch02s08.html#HowtoTuneM3JavaBrokerPerformance-SuccessfulTuningOptions">2.8.2.
 
+            Successful
+            Tuning Options
+          </a></span></dt><dt><span class="section"><a 
href="ch02s08.html#HowtoTuneM3JavaBrokerPerformance-NextSteps">2.8.3. 
+            Next
+            Steps
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s09.html">2.9. 
+      Qpid Java Build How To
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s09.html#QpidJavaBuildHowTo-BuildInstructionsGeneral">2.9.1. 
+            Build
+            Instructions - General
+          </a></span></dt><dt><span class="section"><a 
href="ch02s09.html#QpidJavaBuildHowTo-BuildInstructionsTrunk">2.9.2. 
+            Build
+            Instructions - Trunk
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s10.html">2.10. 
+      Use Priority Queues
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s10.html#UsePriorityQueues-GeneralInformation">2.10.1. 
+            General
+            Information
+          </a></span></dt><dt><span class="section"><a 
href="ch02s10.html#UsePriorityQueues-DefiningPriorityQueues">2.10.2. 
+            Defining
+            Priority Queues
+          </a></span></dt><dt><span class="section"><a 
href="ch02s10.html#UsePriorityQueues-Clientconfiguration-2Fmessagingmodelforpriorityqueues">2.10.3.
 
+            Client configuration/messaging model for priority queues
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s11.html">2.11. Slow Consumer Disconnect - User 
Guide</a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s11.html#id2731068">2.11.1. Introduction</a></span></dt><dt><span 
class="section"><a href="ch02s11.html#id2756647">2.11.2. What can it 
do?</a></span></dt><dt><span class="section"><a 
href="ch02s11.html#id2765549">2.11.3. Frequency of SCD 
Checking</a></span></dt><dt><span class="section"><a 
href="ch02s11.html#id2729689">2.11.4. Client Exception<span 
class="bold"><strong>s</strong></span></a></span></dt><dt><span 
class="section"><a href="ch02s11.html#id2769842">2.11.5. Disconnection 
Thresholds</a></span></dt><dt><span class="section"><a 
href="ch02s11.html#id2740728">2.11.6. Important Points To 
Note</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a 
href="ch03.html">3. 
+    Qpid JMX Management Console
+  </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch03.html#QpidJMXManagementConsole-QpidJMXManagementConsole">3.1.  Qpid 
JMX Management Console </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch03.html#QpidJMXManagementConsole-Overview">3.1.1. 
+       Overview
+      </a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a 
href="ch04.html">4. Management Tools</a></span></dt><dd><dl><dt><span 
class="section"><a href="ch04.html#id2749504">4.1. 
+      MessageStore Tool
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch04.html#MessageStoreTool-MessageStoreTool">4.1.1. 
+            MessageStore Tool
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch04s02.html">4.2. 
+      Qpid Java Broker Management CLI
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch04s02.html#QpidJavaBrokerManagementCLI-HowtobuildApacheQpidCLI">4.2.1. 
+            How to
+            build Apache Qpid CLI
+          </a></span></dt></dl></dd></dl></dd></dl></dd></dl></div><div 
class="list-of-tables"><p><b>List of Tables</b></p><dl><dt>1.1. <a 
href="ch01s02.html#id2775351">
+            Command Line Options
+          </a></dt><dt>2.1. <a href="ch02.html#id2761689">File Format and 
Principal Database</a></dt><dt>2.2. <a 
href="ch02s08.html#id2729671"></a></dt><dt>2.3. <a 
href="ch02s09.html#id2748974"></a></dt><dt>2.4. <a 
href="ch02s09.html#id2756867"></a></dt><dt>2.5. <a 
href="ch02s09.html#id2751402"></a></dt></dl></div></div><div 
class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td 
width="40%" align="left"> </td><td width="20%" align="center"> </td><td 
width="40%" align="right"> <a accesskey="n" 
href="pt01.html">Next</a></td></tr><tr><td width="40%" align="left" 
valign="top"> </td><td width="20%" align="center"> </td><td width="40%" 
align="right" valign="top"> Part I. AMQP Messaging Broker (Implemented in 
Java)</td></tr></table></div></body></html>

Added: qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/pt01.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/pt01.html?rev=1097544&view=auto
==============================================================================
--- qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/pt01.html 
(added)
+++ qpid/site/docs/books/0.10/AMQP-Messaging-Broker-Java-Book/html/pt01.html 
Thu Apr 28 16:49:49 2011
@@ -0,0 +1,116 @@
+<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>Part I. AMQP Messaging Broker (Implemented in 
Java)</title><meta name="generator" content="DocBook XSL Stylesheets 
V1.75.2"><link rel="home" href="index.html" title=""><link rel="up" 
href="index.html" title=""><link rel="prev" href="index.html" title=""><link 
rel="next" href="ch01.html" title="Chapter 1. General User Guides"></head><body 
bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation 
header"><tr><th colspan="3" align="center">Part I. AMQP Messaging Broker 
(Implemented in Java)</th></tr><tr><td width="20%" align="left"><a 
accesskey="p" href="index.html">Prev</a> </td><th width="60%" 
align="center"> </th><td width="20%" align="right"> <a accesskey="n" 
href="ch01.html">Next</a></td></tr></table><hr></div><div class="part" 
title="Part I. AMQP Messaging Broker (Implemented in Java)"><div c
 lass="titlepage"><div><div><h1 class="title"><a 
name="id2732166"></a>Part I. AMQP Messaging Broker (Implemented in 
Java)</h1></div></div></div><div class="partintro" title="AMQP Messaging Broker 
(Implemented in Java)"><div></div><p>Qpid provides two AMQP messaging 
brokers:</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li 
class="listitem"><p>Implemented in C++ - high performance, low latency, and 
RDMA support.</p></li><li class="listitem"><p>Implemented in Java - Fully JMS 
compliant, runs on any Java platform.</p></li></ul></div><p>Both AMQP messaging 
brokers support clients in multiple languages, as long as the messaging client 
and the messaging broker use the same version of AMQP. See <a class="link" 
href="">???</a> to see which messaging clients work with each 
broker.</p><p>This section contains information specific to the broker that is 
implemented in Java.</p><div class="toc"><p><b>Table of 
Contents</b></p><dl><dt><span class="chapter"><a href="ch0
 1.html">1. General User Guides</a></span></dt><dd><dl><dt><span 
class="section"><a href="ch01.html#id2738266">1.1. 
+      Java Broker Feature Guide
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch01.html#JavaBrokerFeatureGuide-TheQpidpureJavabrokercurrentlysupportsthefollowingfeatures-3A">1.1.1.
 
+            The Qpid pure Java broker currently supports the following
+            features:
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch01s02.html">1.2. 
+      Qpid Java FAQ
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch01s02.html#QpidJavaFAQ-Purpose">1.2.1. 
Purpose</a></span></dt></dl></dd><dt><span class="section"><a 
href="ch01s03.html">1.3. 
+      Java Environment Variables
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch01s03.html#JavaEnvironmentVariables-SettingQpidEnvironmentVariables">1.3.1.
 
+            Setting
+            Qpid Environment Variables
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch01s04.html">1.4. 
+      Qpid Troubleshooting Guide
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch01s04.html#QpidTroubleshootingGuide-I-27mgettingajava.lang.UnsupportedClassVersionErrorwhenItrytostartthebroker.Whatdoesthismean-3F">1.4.1.
 
+            I'm getting a java.lang.UnsupportedClassVersionError when I
+            try to start the broker. What does this mean ?
+          </a></span></dt><dt><span class="section"><a 
href="ch01s04.html#QpidTroubleshootingGuide-I-27mhavingaproblembindingtotherequiredhost-3Aportatbrokerstartup-3F">1.4.2.
 
+            I'm having a problem binding to the required host:port at
+            broker startup ?
+          </a></span></dt><dt><span class="section"><a 
href="ch01s04.html#QpidTroubleshootingGuide-I-27mhavingproblemswithmyclasspath.HowcanIensurethatmyclasspathisok-3F">1.4.3.
 
+            I'm having problems with my classpath. How can I ensure that
+            my classpath is ok ?
+          </a></span></dt><dt><span class="section"><a 
href="ch01s04.html#QpidTroubleshootingGuide-Ican-27tgetthebrokertostart.HowcanIdiagnosetheproblem-3F">1.4.4.
 
+            I can't get the broker to start. How can I diagnose the
+            problem ?
+          </a></span></dt><dt><span class="section"><a 
href="ch01s04.html#QpidTroubleshootingGuide-WhenItrytosendmessagestoaqueueI-27mgettingaerrorasthequeuedoesnotexist.WhatcanIdo-3F">1.4.5.
 
+            When I try to send messages to a queue I'm getting a error as
+            the queue does not exist. What can I do ?
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch01s05.html">1.5. Broker Configuration Guide 
</a></span></dt><dd><dl><dt><span class="section"><a 
href="ch01s05.html#id2771911">1.5.1. Topic Configuration on Java 
Broker</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a 
href="ch02.html">2. How Tos</a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02.html#id2757206">2.1. 
+      Add New Users
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02.html#AddNewUsers-AvailablePasswordfileformats">2.1.1. 
+            Available
+            Password file formats
+          </a></span></dt><dt><span class="section"><a 
href="ch02.html#AddNewUsers-Dynamicchangestopasswordfiles.">2.1.2. 
+            Dynamic
+            changes to password files.
+          </a></span></dt><dt><span class="section"><a 
href="ch02.html#AddNewUsers-HowpasswordfilesandPrincipalDatabasesrelatetoauthenticationmechanisms">2.1.3.
 
+            How password files and PrincipalDatabases relate to
+            authentication mechanisms
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s02.html">2.2. 
+      Configure ACLs
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s02.html#ConfigureACLs-ConfigureACLs">2.2.1. 
+            Configure ACLs
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s03.html">2.3. 
+      Configure Java Qpid to use a SSL connection.
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s03.html#ConfigureJavaQpidtouseaSSLconnection.-UsingSSLconnectionwithQpidJava.">2.3.1.
 
+            Using SSL connection with Qpid Java.
+          </a></span></dt><dt><span class="section"><a 
href="ch02s03.html#ConfigureJavaQpidtouseaSSLconnection.-Setup">2.3.2. 
+            Setup
+          </a></span></dt><dt><span class="section"><a 
href="ch02s03.html#ConfigureJavaQpidtouseaSSLconnection.-Performingtheconnection.">2.3.3.
 
+            Performing
+            the connection.
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s04.html">2.4. 
+      Configure Log4j CompositeRolling Appender
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s04.html#ConfigureLog4jCompositeRollingAppender-HowtoconfiguretheCompositeRollinglog4jAppender">2.4.1.
 
+            How to configure the CompositeRolling log4j Appender
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s05.html">2.5. 
+      Configure the Broker via config.xml
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s05.html#ConfiguretheBrokerviaconfig.xml-Brokerconfig.xmlOverview">2.5.1.
 
+            Broker config.xml Overview
+          </a></span></dt><dt><span class="section"><a 
href="ch02s05.html#ConfiguretheBrokerviaconfig.xml-QpidVersion">2.5.2. 
+            Qpid
+            Version
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s06.html">2.6. 
+      Configure the Virtual Hosts via virtualhosts.xml
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s06.html#ConfiguretheVirtualHostsviavirtualhosts.xml-virtualhosts.xmlOverview">2.6.1.
 
+            virtualhosts.xml Overview
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s07.html">2.7. 
+      Debug using log4j
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s07.html#Debugusinglog4j-Debuggingwithlog4jconfigurations">2.7.1. 
+            Debugging
+            with log4j configurations
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s08.html">2.8. 
+      How to Tune M3 Java Broker Performance
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s08.html#HowtoTuneM3JavaBrokerPerformance-ProblemStatement">2.8.1. 
+            Problem
+            Statement
+          </a></span></dt><dt><span class="section"><a 
href="ch02s08.html#HowtoTuneM3JavaBrokerPerformance-SuccessfulTuningOptions">2.8.2.
 
+            Successful
+            Tuning Options
+          </a></span></dt><dt><span class="section"><a 
href="ch02s08.html#HowtoTuneM3JavaBrokerPerformance-NextSteps">2.8.3. 
+            Next
+            Steps
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s09.html">2.9. 
+      Qpid Java Build How To
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s09.html#QpidJavaBuildHowTo-BuildInstructionsGeneral">2.9.1. 
+            Build
+            Instructions - General
+          </a></span></dt><dt><span class="section"><a 
href="ch02s09.html#QpidJavaBuildHowTo-BuildInstructionsTrunk">2.9.2. 
+            Build
+            Instructions - Trunk
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s10.html">2.10. 
+      Use Priority Queues
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s10.html#UsePriorityQueues-GeneralInformation">2.10.1. 
+            General
+            Information
+          </a></span></dt><dt><span class="section"><a 
href="ch02s10.html#UsePriorityQueues-DefiningPriorityQueues">2.10.2. 
+            Defining
+            Priority Queues
+          </a></span></dt><dt><span class="section"><a 
href="ch02s10.html#UsePriorityQueues-Clientconfiguration-2Fmessagingmodelforpriorityqueues">2.10.3.
 
+            Client configuration/messaging model for priority queues
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch02s11.html">2.11. Slow Consumer Disconnect - User 
Guide</a></span></dt><dd><dl><dt><span class="section"><a 
href="ch02s11.html#id2731068">2.11.1. Introduction</a></span></dt><dt><span 
class="section"><a href="ch02s11.html#id2756647">2.11.2. What can it 
do?</a></span></dt><dt><span class="section"><a 
href="ch02s11.html#id2765549">2.11.3. Frequency of SCD 
Checking</a></span></dt><dt><span class="section"><a 
href="ch02s11.html#id2729689">2.11.4. Client Exception<span 
class="bold"><strong>s</strong></span></a></span></dt><dt><span 
class="section"><a href="ch02s11.html#id2769842">2.11.5. Disconnection 
Thresholds</a></span></dt><dt><span class="section"><a 
href="ch02s11.html#id2740728">2.11.6. Important Points To 
Note</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a 
href="ch03.html">3. 
+    Qpid JMX Management Console
+  </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch03.html#QpidJMXManagementConsole-QpidJMXManagementConsole">3.1.  Qpid 
JMX Management Console </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch03.html#QpidJMXManagementConsole-Overview">3.1.1. 
+       Overview
+      </a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a 
href="ch04.html">4. Management Tools</a></span></dt><dd><dl><dt><span 
class="section"><a href="ch04.html#id2749504">4.1. 
+      MessageStore Tool
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch04.html#MessageStoreTool-MessageStoreTool">4.1.1. 
+            MessageStore Tool
+          </a></span></dt></dl></dd><dt><span class="section"><a 
href="ch04s02.html">4.2. 
+      Qpid Java Broker Management CLI
+    </a></span></dt><dd><dl><dt><span class="section"><a 
href="ch04s02.html#QpidJavaBrokerManagementCLI-HowtobuildApacheQpidCLI">4.2.1. 
+            How to
+            build Apache Qpid CLI
+          </a></span></dt></dl></dd></dl></dd></dl></div></div></div><div 
class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td 
width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td 
width="20%" align="center"> </td><td width="40%" align="right"> <a 
accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" 
align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" 
href="index.html">Home</a></td><td width="40%" align="right" 
valign="top"> Chapter 1. General User 
Guides</td></tr></table></div></body></html>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to