http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index ac802e1..541af4b 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,12 +111,12 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>Appendix&#160;A.&#160;Environment Variables</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>Appendix&#160;A.&#160;Environment Variables</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">Appendix&#160;A.&#160;Environment Variables</th></tr><tr><td 
align="left" width="20%"><a accesskey="p" 
href="Java-Broker-Backup-And-Recovery-Virtualhost.html">Prev</a>&#160;</td><th 
align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a 
accesskey="n" 
href="Java-Broker-Appendix-System-Properties.html">Next</a></td></tr></table><hr
 /></div><div class="appendix"><div class="titlepage"><div><div><h1 
class="title"><a 
id="Java-Broker-Appendix-Environment-Variables"></a>Appendix&#160;A.&#160;Environment
 Variables</h1></div></div></div><p>The following table describes the 
environment variables understood by the Qpid scripts
     contained within the <code class="literal">/bin</code> directory within 
the Broker distribution.</p><p>To take effect, these variables must be set 
within the shell (and exported - if using Unix)
-    before invoking the script.</p><div class="table"><a id="d0e6759"></a><p 
class="title"><strong>Table&#160;A.1.&#160;Environment 
variables</strong></p><div class="table-contents"><table border="1" 
summary="Environment variables" width="100%"><colgroup><col /><col /><col 
/></colgroup><thead><tr><th>Environment 
variable</th><th>Default</th><th>Purpose</th></tr></thead><tbody><tr><td><a 
id="Java-Broker-Appendix-Environment-Variables-Qpid-Home"></a>QPID_HOME</td><td>
+    before invoking the script.</p><div class="table"><a id="d0e6908"></a><p 
class="title"><strong>Table&#160;A.1.&#160;Environment 
variables</strong></p><div class="table-contents"><table border="1" 
summary="Environment variables" width="100%"><colgroup><col /><col /><col 
/></colgroup><thead><tr><th>Environment 
variable</th><th>Default</th><th>Purpose</th></tr></thead><tbody><tr><td><a 
id="Java-Broker-Appendix-Environment-Variables-Qpid-Home"></a>QPID_HOME</td><td>
             <p>None</p>
           </td><td>
             <p>The variable used to tell the Broker its installation 
directory. It must be an
@@ -138,7 +138,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
           </td></tr><tr><td><a 
id="Java-Broker-Appendix-Environment-Variables-Qpid-Opts"></a>QPID_OPTS</td><td>
             <p>None</p>
           </td><td>
-            <p>This is the preferred mechanism for passing Java <a 
class="link" href="Java-Broker-Appendix-System-Properties.html" 
title="Appendix&#160;B.&#160;System Properties">system properties</a> to the
+            <p>This is the preferred mechanism for passing <a class="link" 
href="Java-Broker-Appendix-System-Properties.html" 
title="Appendix&#160;B.&#160;System Properties">Java system properties</a> to 
the
               Broker. The value must be a list of system properties each 
separate by a space.
                   <code class="literal">-D<em 
class="replaceable"><code>name1</code></em>=<em 
class="replaceable"><code>value1</code></em>
                   -D<em class="replaceable"><code>name2</code></em>=<em 
class="replaceable"><code>value2</code></em></code>.

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index bb523f6..ddbd35b 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>Appendix&#160;C.&#160;Operational Logging</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>Appendix&#160;C.&#160;Operational Logging</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">Appendix&#160;C.&#160;Operational Logging</th></tr><tr><td 
align="left" width="20%"><a accesskey="p" 
href="Java-Broker-Appendix-System-Properties.html">Prev</a>&#160;</td><th 
align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a 
accesskey="n" 
href="Java-Broker-Appendix-Queue-Alerts.html">Next</a></td></tr></table><hr 
/></div><div class="appendix"><div class="titlepage"><div><div><h1 
class="title"><a 
id="Java-Broker-Appendix-Operation-Logging"></a>Appendix&#160;C.&#160;Operational
 Logging</h1></div></div></div><p>The Broker will, by default, produce 
structured log messages in response to key events in

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index 9e9db94..d21ab07 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>Appendix&#160;D.&#160;Queue Alerts</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>Appendix&#160;D.&#160;Queue Alerts</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">Appendix&#160;D.&#160;Queue Alerts</th></tr><tr><td align="left" 
width="20%"><a accesskey="p" 
href="Java-Broker-Appendix-Operation-Logging.html">Prev</a>&#160;</td><th 
align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a 
accesskey="n" 
href="Java-Broker-Miscellaneous.html">Next</a></td></tr></table><hr 
/></div><div class="appendix"><div class="titlepage"><div><div><h1 
class="title"><a 
id="Java-Broker-Appendix-Queue-Alerts"></a>Appendix&#160;D.&#160;Queue 
Alerts</h1></div></div></div><p>The Broker supports a variety of queue alerting 
thresholds. Once configured on a queue,

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-System-Properties.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-System-Properties.html
index d2e49d6..8deef9e 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Appendix-System-Properties.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,12 +111,12 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>Appendix&#160;B.&#160;System Properties</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>Appendix&#160;B.&#160;System Properties</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">Appendix&#160;B.&#160;System Properties</th></tr><tr><td 
align="left" width="20%"><a accesskey="p" 
href="Java-Broker-Appendix-Environment-Variables.html">Prev</a>&#160;</td><th 
align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a 
accesskey="n" 
href="Java-Broker-Appendix-Operation-Logging.html">Next</a></td></tr></table><hr
 /></div><div class="appendix"><div class="titlepage"><div><div><h1 
class="title"><a 
id="Java-Broker-Appendix-System-Properties"></a>Appendix&#160;B.&#160;System 
Properties</h1></div></div></div><p>The following table describes the Java 
system properties used by the Broker to control
     various optional behaviours.</p><p>The preferred method of enabling these 
system properties is using the <a class="link" 
href="Java-Broker-Appendix-Environment-Variables.html#Java-Broker-Appendix-Environment-Variables-Qpid-Opts"><code
 class="literal">QPID_OPTS</code></a> environment variable described in the 
previous
-    section.</p><div class="table"><a id="d0e6924"></a><p 
class="title"><strong>Table&#160;B.1.&#160;System properties</strong></p><div 
class="table-contents"><table border="1" summary="System properties" 
width="100%"><colgroup><col /><col /><col /></colgroup><thead><tr><th>System 
property</th><th>Default</th><th>Purpose</th></tr></thead><tbody><tr><td><a 
id="Java-Broker-Appendix-System-Properties-Broker-Heartbeat-Timeout-Factor"></a>qpid.broker_heartbeat_timeout_factor</td><td>2</td><td>Factor
 to determine the maximum length of that may elapse between heartbeats being
+    section.</p><div class="table"><a id="d0e7073"></a><p 
class="title"><strong>Table&#160;B.1.&#160;System properties</strong></p><div 
class="table-contents"><table border="1" summary="System properties" 
width="100%"><colgroup><col /><col /><col /></colgroup><thead><tr><th>System 
property</th><th>Default</th><th>Purpose</th></tr></thead><tbody><tr><td><a 
id="Java-Broker-Appendix-System-Properties-Broker-Heartbeat-Timeout-Factor"></a>qpid.broker_heartbeat_timeout_factor</td><td>2</td><td>Factor
 to determine the maximum length of that may elapse between heartbeats being
             received from the peer before a connection is deemed to have been 
broken.</td></tr><tr><td><a 
id="Java-Broker-Appendix-System-Properties-Broker-Dead-Letter-Exchange-Suffix"></a>qpid.broker_dead_letter_exchange_suffix</td><td>_DLE</td><td>Used
 with the <a class="xref" 
href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Dead-Letter-Queues"
 title="9.4.3.&#160;Dead Letter Queues (DLQ)">Section&#160;9.4.3, &#8220;Dead 
Letter Queues (DLQ)&#8221;</a>
             feature. Governs the suffix used when generating a name for a Dead 
Letter
             Exchange.</td></tr><tr><td><a 
id="Java-Broker-Appendix-System-Properties-Broker-Dead-Letter-Queue-Suffix"></a>qpid.broker_dead_letter_queue_suffix</td><td>_DLQ</td><td>Used
 with the <a class="xref" 
href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Dead-Letter-Queues"
 title="9.4.3.&#160;Dead Letter Queues (DLQ)">Section&#160;9.4.3, &#8220;Dead 
Letter Queues (DLQ)&#8221;</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index 06341fc..b3b1f45 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>11.2.&#160;Virtualhost Node</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>11.2.&#160;Virtualhost Node</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">11.2.&#160;Virtualhost Node</th></tr><tr><td align="left" 
width="20%"><a accesskey="p" 
href="Java-Broker-Backup-And-Recovery.html">Prev</a>&#160;</td><th 
align="center" width="60%">Chapter&#160;11.&#160;Backup And Recovery</th><td 
align="right" width="20%">&#160;<a accesskey="n" 
href="Java-Broker-Backup-And-Recovery-Virtualhost.html">Next</a></td></tr></table><hr
 /></div><div class="section"><div class="titlepage"><div><div><h2 
class="title" style="clear: both"><a 
id="Java-Broker-Backup-And-Recovery-Virtualhost-Node"></a>11.2.&#160;Virtualhost
 Node</h2></div></div></div><p>To perform a complete backup of a Virtualhost 
node whilst it is stopped (or Broker down),
@@ -123,12 +123,12 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
         which can be found at broker bin folder. This utility can perform the 
backup when broker is
         running.</p><p><code class="literal">backup.sh</code> script invokes
           <code 
class="classname">org.apache.qpid.server.store.berkeleydb.BDBBackup</code> to 
do the
-        job.</p><p>You can also run this class from command line like in an 
example below:</p><div class="example"><a id="d0e6637"></a><p 
class="title"><strong>Example&#160;11.1.&#160;Performing store backup by using 
<code class="classname">BDBBackup</code> class
+        job.</p><p>You can also run this class from command line like in an 
example below:</p><div class="example"><a id="d0e6783"></a><p 
class="title"><strong>Example&#160;11.1.&#160;Performing store backup by using 
<code class="classname">BDBBackup</code> class
           directly</strong></p><div class="example-contents"><div 
class="cmdsynopsis"><p><code class="command">java</code>   -cp 
qpid-bdbstore-6.1.0-SNAPSHOT.jar   
org.apache.qpid.server.store.berkeleydb.BDBBackup <br />  -fromdir <em 
class="replaceable"><code>${QPID_WORK}/&lt;nodename&gt;/config</code></em>   
-todir <em class="replaceable"><code>path/to/backup/folder</code></em> 
</p></div></div></div><br class="example-break" /><p>In the example above 
BDBBackup utility is called from
         qpid-bdbstore-6.1.0-SNAPSHOT.jar to backup the store at
           <code class="literal">${QPID_WORK}/&lt;nodename&gt;/config</code> 
and copy store logs into
           <code class="literal">path/to/backup/folder</code>.</p><p>Linux and 
Unix users can take advantage of <code class="literal">backup.sh</code> bash 
script by
-        running this script in a similar way.</p><div class="example"><a 
id="d0e6672"></a><p class="title"><strong>Example&#160;11.2.&#160;Performing 
store backup by using <code class="classname">backup.sh</code> bash 
script</strong></p><div class="example-contents"><div 
class="cmdsynopsis"><p><code class="command">backup.sh</code>   -fromdir <em 
class="replaceable"><code>${QPID_WORK}/&lt;nodename&gt;/config</code></em>   
-todir <em class="replaceable"><code>path/to/backup/folder</code></em> 
</p></div></div></div><br class="example-break" /></div><div 
class="section"><div class="titlepage"><div><div><h3 class="title"><a 
id="Java-Broker-Backup-And-Recovery-Virtualhost-Node-BDB-HA"></a>11.2.2.&#160;BDB-HA</h3></div></div></div><p>See
 <a class="xref" 
href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html#Java-Broker-Backup-And-Recovery-Virtualhost-Node-BDB"
 title="11.2.1.&#160;BDB">Section&#160;11.2.1, 
&#8220;BDB&#8221;</a></p></div><div class="section"><div class="titlepage"><div
 ><div><h3 class="title"><a 
 >id="Java-Broker-Backup-And-Recovery-Virtualhost-Node-Derby"></a>11.2.3.&#160;Derby</h3></div></div></div><p>Not
 > yet supported</p></div><div class="section"><div 
 >class="titlepage"><div><div><h3 class="title"><a 
 >id="Java-Broker-Backup-And-Recovery-Virtualhost-Node-JDBC"></a>11.2.4.&#160;JDBC</h3></div></div></div><p>The
 > responsibility for backup is delegated to the database server itself. See the
+        running this script in a similar way.</p><div class="example"><a 
id="d0e6818"></a><p class="title"><strong>Example&#160;11.2.&#160;Performing 
store backup by using <code class="classname">backup.sh</code> bash 
script</strong></p><div class="example-contents"><div 
class="cmdsynopsis"><p><code class="command">backup.sh</code>   -fromdir <em 
class="replaceable"><code>${QPID_WORK}/&lt;nodename&gt;/config</code></em>   
-todir <em class="replaceable"><code>path/to/backup/folder</code></em> 
</p></div></div></div><br class="example-break" /></div><div 
class="section"><div class="titlepage"><div><div><h3 class="title"><a 
id="Java-Broker-Backup-And-Recovery-Virtualhost-Node-BDB-HA"></a>11.2.2.&#160;BDB-HA</h3></div></div></div><p>See
 <a class="xref" 
href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html#Java-Broker-Backup-And-Recovery-Virtualhost-Node-BDB"
 title="11.2.1.&#160;BDB">Section&#160;11.2.1, &#8220;BDB&#8221;</a></p><div 
class="note" style="margin-left: 0.5in; margin-ri
 ght: 0.5in;"><h3 class="title">Note</h3><p>BDB-HA VirtualHost node backups are 
node specific. You cannot use the backup of one node to recover a different 
node. To backup a group a backup of each node needs to be taken 
separately.</p></div></div><div class="section"><div 
class="titlepage"><div><div><h3 class="title"><a 
id="Java-Broker-Backup-And-Recovery-Virtualhost-Node-Derby"></a>11.2.3.&#160;Derby</h3></div></div></div><p>Not
 yet supported</p></div><div class="section"><div 
class="titlepage"><div><div><h3 class="title"><a 
id="Java-Broker-Backup-And-Recovery-Virtualhost-Node-JDBC"></a>11.2.4.&#160;JDBC</h3></div></div></div><p>The
 responsibility for backup is delegated to the database server itself. See the
         documentation accompanying it. Any technique that takes a consistent 
snapshot of the
         database is acceptable.</p></div><div class="section"><div 
class="titlepage"><div><div><h3 class="title"><a 
id="Java-Broker-Backup-And-Recovery-Virtualhost-Node-JSON"></a>11.2.5.&#160;JSON</h3></div></div></div><p>JSON
 stores its config in a single text file. It can be safely backed up using 
standard
         command line tools.</p></div></div><div class="navfooter"><hr /><table 
summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a 
accesskey="p" 
href="Java-Broker-Backup-And-Recovery.html">Prev</a>&#160;</td><td 
align="center" width="20%"><a accesskey="u" 
href="Java-Broker-Backup-And-Recovery.html">Up</a></td><td align="right" 
width="40%">&#160;<a accesskey="n" 
href="Java-Broker-Backup-And-Recovery-Virtualhost.html">Next</a></td></tr><tr><td
 align="left" valign="top" width="40%">Chapter&#160;11.&#160;Backup And 
Recovery&#160;</td><td align="center" width="20%"><a accesskey="h" 
href="AMQP-Messaging-Broker-Java-Book.html">Home</a></td><td align="right" 
valign="top" 
width="40%">&#160;11.3.&#160;Virtualhost</td></tr></table></div></div>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index 747a6de..195a908 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>11.3.&#160;Virtualhost</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>11.3.&#160;Virtualhost</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">11.3.&#160;Virtualhost</th></tr><tr><td align="left" width="20%"><a 
accesskey="p" 
href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html">Prev</a>&#160;</td><th
 align="center" width="60%">Chapter&#160;11.&#160;Backup And Recovery</th><td 
align="right" width="20%">&#160;<a accesskey="n" 
href="Java-Broker-Appendix-Environment-Variables.html">Next</a></td></tr></table><hr
 /></div><div class="section"><div class="titlepage"><div><div><h2 
class="title" style="clear: both"><a 
id="Java-Broker-Backup-And-Recovery-Virtualhost"></a>11.3.&#160;Virtualhost</h2></div></div></div><p>To
 perform a complete backup of a Virtualhost whilst it is stopped (or Broker 
down),

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery.html
index 8044f48..72bd522 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Backup-And-Recovery.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>Chapter&#160;11.&#160;Backup And Recovery</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>Chapter&#160;11.&#160;Backup And Recovery</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">Chapter&#160;11.&#160;Backup And Recovery</th></tr><tr><td 
align="left" width="20%"><a accesskey="p" 
href="Java-Broker-High-Availability-Reset-Group-Infomational.html">Prev</a>&#160;</td><th
 align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a 
accesskey="n" 
href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html">Next</a></td></tr></table><hr
 /></div><div class="chapter"><div class="titlepage"><div><div><h1 
class="title"><a 
id="Java-Broker-Backup-And-Recovery"></a>Chapter&#160;11.&#160;Backup And 
Recovery</h1></div></div></div><div class="toc"><p><strong>Table of 
Contents</strong></p><dl class="toc"><dt><span class="section"><a 
href="Java-Broker-Backup-And-Recovery.html#Java-Broker-Backup-And-Recovery-Broker">11.1.
 Broker</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.h
 tml">11.2. Virtualhost Node</a></span></dt><dd><dl><dt><span 
class="section"><a 
href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html#Java-Broker-Backup-And-Recovery-Virtualhost-Node-BDB">11.2.1.
 BDB</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html#Java-Broker-Backup-And-Recovery-Virtualhost-Node-BDB-HA">11.2.2.
 BDB-HA</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html#Java-Broker-Backup-And-Recovery-Virtualhost-Node-Derby">11.2.3.
 Derby</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html#Java-Broker-Backup-And-Recovery-Virtualhost-Node-JDBC">11.2.4.
 JDBC</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html#Java-Broker-Backup-And-Recovery-Virtualhost-Node-JSON">11.2.5.
 JSON</a></span></dt></dl></dd><dt><span class="section"><a 
href="Java-Broker-Backup-And-Recovery-Virtu
 alhost.html">11.3. Virtualhost</a></span></dt><dd><dl><dt><span 
class="section"><a 
href="Java-Broker-Backup-And-Recovery-Virtualhost.html#Java-Broker-Backup-And-Recovery-Virtualhost-BDB">11.3.1.
 BDB</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Backup-And-Recovery-Virtualhost.html#Java-Broker-Backup-And-Recovery-Virtualhost-Derby">11.3.2.
 Derby</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Backup-And-Recovery-Virtualhost.html#Java-Broker-Backup-And-Recovery-Virtualhost-JDBC">11.3.3.
 JDBC</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Backup-And-Recovery-Virtualhost.html#Java-Broker-Backup-And-Recovery-Virtualhost-Provided">11.3.4.
 Provided</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Backup-And-Recovery-Virtualhost.html#Java-Broker-Backup-And-Recovery-Virtualhost-BDBHA">11.3.5.
 BDB-HA</a></span></dt></dl></dd></dl></div><div class="section"><div 
class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Ja
 
va-Broker-Backup-And-Recovery-Broker"></a>11.1.&#160;Broker</h2></div></div></div><p>To
 perform a complete backup whilst the Broker is shutdown, simply copy all the 
files the

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index 5445c7e..81bba10 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>4.9.&#160;Authentication Providers</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>4.9.&#160;Authentication Providers</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">4.9.&#160;Authentication Providers</th></tr><tr><td align="left" 
width="20%"><a accesskey="p" 
href="Java-Broker-Concepts-Ports.html">Prev</a>&#160;</td><th align="center" 
width="60%">Chapter&#160;4.&#160;Concepts</th><td align="right" 
width="20%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-Other-Services.html">Next</a></td></tr></table><hr 
/></div><div class="section"><div class="titlepage"><div><div><h2 class="title" 
style="clear: both"><a 
id="Java-Broker-Concepts-Authentication-Providers"></a>4.9.&#160;Authentication 
Providers</h2></div></div></div><p>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Broker.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Broker.html
index e48350a..082d831 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Broker.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Broker.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>4.2.&#160;Broker</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>4.2.&#160;Broker</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">4.2.&#160;Broker</th></tr><tr><td align="left" width="20%"><a 
accesskey="p" href="Java-Broker-Concepts.html">Prev</a>&#160;</td><th 
align="center" width="60%">Chapter&#160;4.&#160;Concepts</th><td align="right" 
width="20%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-Virtualhost-Nodes.html">Next</a></td></tr></table><hr
 /></div><div class="section"><div class="titlepage"><div><div><h2 
class="title" style="clear: both"><a 
id="Java-Broker-Concepts-Broker"></a>4.2.&#160;Broker</h2></div></div></div><p>The
 <span class="emphasis"><em>Broker</em></span> is the outermost entity within 
the system.</p><p>The Broker is backed by storage. This storage is used to 
record the durable entities that exist beneath it.</p></div><div 
class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td 
align="left" width="40%"><a accesskey="p" href="Ja
 va-Broker-Concepts.html">Prev</a>&#160;</td><td align="center" width="20%"><a 
accesskey="u" href="Java-Broker-Concepts.html">Up</a></td><td align="right" 
width="40%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-Virtualhost-Nodes.html">Next</a></td></tr><tr><td 
align="left" valign="top" 
width="40%">Chapter&#160;4.&#160;Concepts&#160;</td><td align="center" 
width="20%"><a accesskey="h" 
href="AMQP-Messaging-Broker-Java-Book.html">Home</a></td><td align="right" 
valign="top" width="40%">&#160;4.3.&#160;Virtualhost 
Nodes</td></tr></table></div></div>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Exchanges.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Exchanges.html
index 5570ec3..6f7b08c 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Exchanges.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>4.6.&#160;Exchanges</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>4.6.&#160;Exchanges</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">4.6.&#160;Exchanges</th></tr><tr><td align="left" width="20%"><a 
accesskey="p" 
href="Java-Broker-Concepts-Virtualhosts.html">Prev</a>&#160;</td><th 
align="center" width="60%">Chapter&#160;4.&#160;Concepts</th><td align="right" 
width="20%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-Queues.html">Next</a></td></tr></table><hr 
/></div><div class="section"><div class="titlepage"><div><div><h2 class="title" 
style="clear: both"><a 
id="Java-Broker-Concepts-Exchanges"></a>4.6.&#160;Exchanges</h2></div></div></div><p>An
 <span class="emphasis"><em>Exchange</em></span> is a named entity within the 
<span class="emphasis"><em>Virtualhost</em></span> which receives
@@ -164,8 +164,11 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       fields in the arguments table (i.e. an OR match)</p></li></ul></div><p>A 
field in the bind arguments matches a field in the message if either the field 
in the bind arguments has no value and a field of the
     same name is present in the message headers or if the field in the bind 
arguments has a value and a field of the same name exists in the
     message headers and has that same value.</p></div></div><div 
class="section"><div class="titlepage"><div><div><h3 class="title"><a 
id="Java-Broker-Concepts-Exchanges-UnroutableMessage"></a>4.6.4.&#160;Unrouteable
 Messages</h3></div></div></div><p>If an exchange is unable to route a message 
to any queues, the Broker will:
-   </p><div class="itemizedlist"><ul class="itemizedlist" 
style="list-style-type: disc; "><li class="listitem"><p>If using AMQP 0-10 
protocol, and an alternate exchange has been set on the exchange, the message 
is routed to the alternate exchange.
-    The alternate exchange routes the message according to its routing 
algorithm and its binding table.  If the messages is still unroutable,
+   </p><div class="itemizedlist"><ul class="itemizedlist" 
style="list-style-type: disc; "><li class="listitem"><p>If using the AMQP 1.0 
protocol, and an alternate exchange has been set on the exchange, the message 
is routed to the alternate exchange.
+     The alternate exchange routes the message according to its routing 
algorithm and its binding table.  If the message is still unroutable,
+     the message is discarded unless the sending link has requested the <code 
class="literal">REJECT_UNROUTABLE</code> target capability, or the Exchange has 
its
+     <code class="literal">unroutableMessageBehaviour</code> attribute set to 
<code class="literal">REJECT</code>.</p></li><li class="listitem"><p>If using 
the AMQP 0-10 protocol, and an alternate exchange has been set on the exchange, 
the message is routed to the alternate exchange.
+    The alternate exchange routes the message according to its routing 
algorithm and its binding table.  If the message is still unroutable,
     the message is discarded.</p></li><li class="listitem"><p>If using AMQP 
protocols 0-8..0-9-1, and the publisher set the mandatory flag and the<a 
class="link" href="Java-Broker-Runtime-Close-Connection-When-No-Route.html" 
title="9.5.&#160;Closing client connections on unroutable mandatory messages">
      close when no route</a> feature did not close the connection, the message 
is returned to the Producer.</p></li><li class="listitem"><p>Otherwise, the 
message is discarded.</p></li></ul></div><p>
   </p></div><div class="footnotes"><br /><hr style="width:100; 
text-align:left;margin-left: 0" /><div class="footnote" id="ftn.d0e786"><p><a 
class="para" href="#d0e786"><sup class="para">[5] </sup></a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Other-Services.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 63116bf..175880b 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Other-Services.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>4.10.&#160;Other Services</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>4.10.&#160;Other Services</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">4.10.&#160;Other Services</th></tr><tr><td align="left" 
width="20%"><a accesskey="p" 
href="Java-Broker-Concepts-Authentication-Providers.html">Prev</a>&#160;</td><th
 align="center" width="60%">Chapter&#160;4.&#160;Concepts</th><td align="right" 
width="20%">&#160;<a accesskey="n" 
href="Java-Broker-Initial-Configuration.html">Next</a></td></tr></table><hr 
/></div><div class="section"><div class="titlepage"><div><div><h2 class="title" 
style="clear: both"><a 
id="Java-Broker-Concepts-Other-Services"></a>4.10.&#160;Other 
Services</h2></div></div></div><p>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Ports.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Ports.html
index 6488ddc..c490ba5 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Ports.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Ports.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>4.8.&#160;Ports</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>4.8.&#160;Ports</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">4.8.&#160;Ports</th></tr><tr><td align="left" width="20%"><a 
accesskey="p" href="Java-Broker-Concepts-Queues.html">Prev</a>&#160;</td><th 
align="center" width="60%">Chapter&#160;4.&#160;Concepts</th><td align="right" 
width="20%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-Authentication-Providers.html">Next</a></td></tr></table><hr
 /></div><div class="section"><div class="titlepage"><div><div><h2 
class="title" style="clear: both"><a 
id="Java-Broker-Concepts-Ports"></a>4.8.&#160;Ports</h2></div></div></div><p> 
The Broker supports configuration of <span 
class="emphasis"><em>Ports</em></span> to specify the particular
@@ -125,7 +125,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
     </p><p> Additionally, HTTP ports can be configured for use by the 
associated management
         plugin. </p><p>This diagram explains how Ports, <a class="link" 
href="Java-Broker-Concepts-Authentication-Providers.html" 
title="4.9.&#160;Authentication Providers">Authentication Providers</a>
         and an Access Control Provider work together to allow an application 
to form a connection to
-        a Virtualhost.</p><div class="figure"><a id="d0e1261"></a><p 
class="title"><strong>Figure&#160;4.9.&#160;Control flow during 
Authentication</strong></p><div class="figure-contents"><div 
class="mediaobject"><img alt="Control flow during Authentication" 
src="images/Broker-PortAuthFlow.png" /></div></div></div><p><br 
class="figure-break" /></p></div><div class="navfooter"><hr /><table 
summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a 
accesskey="p" href="Java-Broker-Concepts-Queues.html">Prev</a>&#160;</td><td 
align="center" width="20%"><a accesskey="u" 
href="Java-Broker-Concepts.html">Up</a></td><td align="right" 
width="40%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-Authentication-Providers.html">Next</a></td></tr><tr><td
 align="left" valign="top" width="40%">4.7.&#160;Queues&#160;</td><td 
align="center" width="20%"><a accesskey="h" 
href="AMQP-Messaging-Broker-Java-Book.html">Home</a></td><td align="right" 
valign="top" width="40%">&#160;4.9.&#
 160;Authentication Providers</td></tr></table></div></div>
+        a Virtualhost.</p><div class="figure"><a id="d0e1289"></a><p 
class="title"><strong>Figure&#160;4.9.&#160;Control flow during 
Authentication</strong></p><div class="figure-contents"><div 
class="mediaobject"><img alt="Control flow during Authentication" 
src="images/Broker-PortAuthFlow.png" /></div></div></div><p><br 
class="figure-break" /></p></div><div class="navfooter"><hr /><table 
summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a 
accesskey="p" href="Java-Broker-Concepts-Queues.html">Prev</a>&#160;</td><td 
align="center" width="20%"><a accesskey="u" 
href="Java-Broker-Concepts.html">Up</a></td><td align="right" 
width="40%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-Authentication-Providers.html">Next</a></td></tr><tr><td
 align="left" valign="top" width="40%">4.7.&#160;Queues&#160;</td><td 
align="center" width="20%"><a accesskey="h" 
href="AMQP-Messaging-Broker-Java-Book.html">Home</a></td><td align="right" 
valign="top" width="40%">&#160;4.9.&#
 160;Authentication Providers</td></tr></table></div></div>
 
           <hr/>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Queues.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Queues.html
index 8bb3b7c..3a4d4b3 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Queues.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Queues.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>4.7.&#160;Queues</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>4.7.&#160;Queues</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">4.7.&#160;Queues</th></tr><tr><td align="left" width="20%"><a 
accesskey="p" href="Java-Broker-Concepts-Exchanges.html">Prev</a>&#160;</td><th 
align="center" width="60%">Chapter&#160;4.&#160;Concepts</th><td align="right" 
width="20%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-Ports.html">Next</a></td></tr></table><hr 
/></div><div class="section"><div class="titlepage"><div><div><h2 class="title" 
style="clear: both"><a 
id="Java-Broker-Concepts-Queues"></a>4.7.&#160;Queues</h2></div></div></div><p><span
 class="emphasis"><em>Queue</em></span>s are named entities within a <a 
class="link" href="Java-Broker-Concepts-Virtualhosts.html" 
title="4.5.&#160;Virtualhosts">Virtualhost</a> that
@@ -140,7 +140,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
         bind a separate LVQ for each subscriber who wishes to receive the 
contents of the
         LVQ).</p><p>Messages sent to an LVQ without the specified property 
will be delivered as normal and
         will never be "replaced".</p></div></div><div class="section"><div 
class="titlepage"><div><div><h3 class="title"><a 
id="Java-Broker-Concepts-Queues-QueueDeclareArguments"></a>4.7.2.&#160;Queue 
Declare Arguments</h3></div></div></div><p>To create a priority, sorted or LVQ 
queue programmatically from AMQP, pass the
-      appropriate queue-declare arguments.</p><div class="table"><a 
id="d0e921"></a><p class="title"><strong>Table&#160;4.1.&#160;Queue-declare 
arguments understood for priority, sorted and LVQ queues</strong></p><div 
class="table-contents"><table border="1" summary="Queue-declare arguments 
understood for priority, sorted and LVQ queues"><colgroup><col /><col /><col 
/><col /></colgroup><thead><tr><th>Queue type</th><th>Argument 
name</th><th>Argument name</th><th>Argument 
Description</th></tr></thead><tbody><tr><td>priority</td><td>x-qpid-priorities</td><td>java.lang.Integer</td><td>Specifies
 a priority queue with given number 
priorities</td></tr><tr><td>sorted</td><td>qpid.queue_sort_key</td><td>java.lang.String</td><td>Specifies
 sorted queue with given message property used to sort the
+      appropriate queue-declare arguments.</p><div class="table"><a 
id="d0e933"></a><p class="title"><strong>Table&#160;4.1.&#160;Queue-declare 
arguments understood for priority, sorted and LVQ queues</strong></p><div 
class="table-contents"><table border="1" summary="Queue-declare arguments 
understood for priority, sorted and LVQ queues"><colgroup><col /><col /><col 
/><col /></colgroup><thead><tr><th>Queue type</th><th>Argument 
name</th><th>Argument name</th><th>Argument 
Description</th></tr></thead><tbody><tr><td>priority</td><td>x-qpid-priorities</td><td>java.lang.Integer</td><td>Specifies
 a priority queue with given number 
priorities</td></tr><tr><td>sorted</td><td>qpid.queue_sort_key</td><td>java.lang.String</td><td>Specifies
 sorted queue with given message property used to sort the
               
entries</td></tr><tr><td>lvq</td><td>qpid.last_value_queue_key</td><td>java.lang.String</td><td>Specifies
 lvq queue with given message property used to conflate the
               entries</td></tr></tbody></table></div></div><br 
class="table-break" /></div><div class="section"><div 
class="titlepage"><div><div><h3 class="title"><a 
id="Java-Broker-Concepts-Queues-Message-Grouping"></a>4.7.3.&#160;Messaging 
Grouping</h3></div></div></div><p> The broker allows messaging applications to 
classify a set of related messages as
       belonging to a group. This allows a message producer to indicate to the 
consumer that a group
@@ -217,17 +217,17 @@ 
amqp://guest:guest@client1/development?maxprefetch='1'&amp;brokerlist='tcp://loc
           only seeing messages that arrive after the point at which the 
consumer is created, all
           messages which have not been removed due to TTL expiry (or, in the 
case of LVQs,
           overwirtten by newer values for the same key).</p><p>A queue can be 
created to enforce all consumers are non-destructive. This can be
-          be achieved using the following queue declare argument:</p><div 
class="table"><a id="d0e1104"></a><p 
class="title"><strong>Table&#160;4.2.&#160;</strong></p><div 
class="table-contents"><table border="1"><colgroup><col /><col /><col 
/></colgroup><thead><tr><th>Argument Name</th><th>Argument 
Type</th><th>Argument 
Description</th></tr></thead><tbody><tr><td>qpid.ensure_nondestructive_consumers</td><td>java.lang.Boolean</td><td>Set
 to true if the queue should make all consumers attached to it behave
+          be achieved using the following queue declare argument:</p><div 
class="table"><a id="d0e1116"></a><p 
class="title"><strong>Table&#160;4.2.&#160;</strong></p><div 
class="table-contents"><table border="1"><colgroup><col /><col /><col 
/></colgroup><thead><tr><th>Argument Name</th><th>Argument 
Type</th><th>Argument 
Description</th></tr></thead><tbody><tr><td>qpid.ensure_nondestructive_consumers</td><td>java.lang.Boolean</td><td>Set
 to true if the queue should make all consumers attached to it behave
                   non-destructively. (Default is 
false).</td></tr></tbody></table></div></div><br class="table-break" 
/><p>Through the <a class="link" 
href="Java-Broker-Management-Channel-REST-API.html" title="6.3.&#160;REST 
API">REST</a> api,
         the equivalent attribute is named <code 
class="varname">ensureNondestructiveConsumers</code>.
-    </p><div class="section"><div class="titlepage"><div><div><h4 
class="title"><a id="d0e1130"></a>4.7.5.1.&#160;Bounding size using min/max 
TTL</h4></div></div></div><p>For queues other than LVQs, having only 
non-destructive consumers could mean that
+    </p><div class="section"><div class="titlepage"><div><div><h4 
class="title"><a id="d0e1142"></a>4.7.5.1.&#160;Bounding size using min/max 
TTL</h4></div></div></div><p>For queues other than LVQs, having only 
non-destructive consumers could mean that
             messages would never get deleted, leaving the queue to grow 
unconstrainedly. To
             prevent this you can use the ability to set the maximum TTL of the 
queue. To ensure
             all messages have the same TTL you could also set the minimum TTL 
to the same value.
         </p><p>Minimum/Maximum TTL for a queue can be set though the HTTP 
Management UI, using the
             REST API or by hand editing the configuration file (for JSON 
configuration stores).
             The attribute names are <code 
class="varname">minimumMessageTtl</code> and
-            <code class="varname">maximumMessageTtl</code> and the TTL value 
is given in milliseconds.</p></div><div class="section"><div 
class="titlepage"><div><div><h4 class="title"><a 
id="d0e1143"></a>4.7.5.2.&#160;Choosing to receive messages based on arrival 
time</h4></div></div></div><p>A queue with no destructive consumers will retain 
all messages until they expire
+            <code class="varname">maximumMessageTtl</code> and the TTL value 
is given in milliseconds.</p></div><div class="section"><div 
class="titlepage"><div><div><h4 class="title"><a 
id="d0e1155"></a>4.7.5.2.&#160;Choosing to receive messages based on arrival 
time</h4></div></div></div><p>A queue with no destructive consumers will retain 
all messages until they expire
             due to TTL. It may be the case that a consumer only wishes to 
receive messages
             that have been sent in the last 60 minutes, and any new messages 
that arrive, or
             alternatively it may wish only to receive newly arriving messages 
and not any that
@@ -238,7 +238,7 @@ 
amqp://guest:guest@client1/development?maxprefetch='1'&amp;brokerlist='tcp://loc
             the consumer wishes to see messages. A replay period of 0 
indicates only newly
             arriving messages should be sent. A replay period of 3600 
indicates that only
             messages sent in the last hour - along with any newly arriving 
messages - should be
-            sent.</p><div class="table"><a id="d0e1156"></a><p 
class="title"><strong>Table&#160;4.3.&#160;Setting the replay 
period</strong></p><div class="table-contents"><table border="1" 
summary="Setting the replay period"><colgroup><col /><col 
/></colgroup><thead><tr><th>Syntax</th><th>Example</th></tr></thead><tbody><tr><td>Addressing</td><td>myqueue
 : { link : { x-subscribe: { arguments : { x-qpid-replay-period : '3600' } } } 
}</td></tr><tr><td>Binding 
URL</td><td>direct://amq.direct/myqueue/myqueue?x-qpid-replay-period='3600'</td></tr></tbody></table></div></div><br
 class="table-break" /></div><div class="section"><div 
class="titlepage"><div><div><h4 class="title"><a 
id="d0e1177"></a>4.7.5.3.&#160;Setting a default 
filter</h4></div></div></div><p>A common case might be that the desired default 
behaviour is that newly attached consumers
+            sent.</p><div class="table"><a id="d0e1168"></a><p 
class="title"><strong>Table&#160;4.3.&#160;Setting the replay 
period</strong></p><div class="table-contents"><table border="1" 
summary="Setting the replay period"><colgroup><col /><col 
/></colgroup><thead><tr><th>Syntax</th><th>Example</th></tr></thead><tbody><tr><td>Addressing</td><td>myqueue
 : { link : { x-subscribe: { arguments : { x-qpid-replay-period : '3600' } } } 
}</td></tr><tr><td>Binding 
URL</td><td>direct://amq.direct/myqueue/myqueue?x-qpid-replay-period='3600'</td></tr></tbody></table></div></div><br
 class="table-break" /></div><div class="section"><div 
class="titlepage"><div><div><h4 class="title"><a 
id="d0e1189"></a>4.7.5.3.&#160;Setting a default 
filter</h4></div></div></div><p>A common case might be that the desired default 
behaviour is that newly attached consumers
             see only newly arriving messages (i.e. standard topic-like 
behaviour) but other consumers
             may wish to start their message stream from some point in the 
past. This can be achieved by
             setting a default filter on the queue so that consumers which do 
not explicitly set a replay
@@ -251,7 +251,16 @@ 
amqp://guest:guest@client1/development?maxprefetch='1'&amp;brokerlist='tcp://loc
             If the desired default behaviour is that each consumer should see 
all messages arriving in
             the last minute, as well as all new messages then the value would 
need to be:</p><pre class="screen">
             { "x-qpid-replay-period" : { "x-qpid-replay-period" : [ "60" ] } }
-        </pre></div></div></div><div class="navfooter"><hr /><table 
summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a 
accesskey="p" href="Java-Broker-Concepts-Exchanges.html">Prev</a>&#160;</td><td 
align="center" width="20%"><a accesskey="u" 
href="Java-Broker-Concepts.html">Up</a></td><td align="right" 
width="40%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-Ports.html">Next</a></td></tr><tr><td align="left" 
valign="top" width="40%">4.6.&#160;Exchanges&#160;</td><td align="center" 
width="20%"><a accesskey="h" 
href="AMQP-Messaging-Broker-Java-Book.html">Home</a></td><td align="right" 
valign="top" width="40%">&#160;4.8.&#160;Ports</td></tr></table></div></div>
+        </pre></div></div><div class="section"><div 
class="titlepage"><div><div><h3 class="title"><a 
id="Java-Broker-Concepts-Queue-HoldingEntries"></a>4.7.6.&#160;Holding messages 
on a Queue</h3></div></div></div><p>Sometimes it is required that while a 
message has been placed on a queue, it is not released to consumers
+            until some external condition is met. </p><div 
class="section"><div class="titlepage"><div><div><h4 class="title"><a 
id="d0e1210"></a>4.7.6.1.&#160;Hold until 
valid</h4></div></div></div><p>Currently Queues support the "holding" of 
messages until a (per-message) provided point in time.
+                By default this support is not enabled (since it requires 
extra work to be performed against every
+                message entering the queue.  To enable support, the attribute 
<code class="varname">holdOnPublishEnabled</code>
+                must evaluate to true for the Queue.  When enabled messages on 
the queue will be checked for the header
+                (for AMQP 0-8, 0-9, 0-9-1 and 0-10 messages) or message 
annotation (for AMQP 1.0 messages)
+                <code class="varname">x-qpid-not-valid-before</code>. If this 
header/annotation exists and contains a numeric value,
+                it will be treated as a point in time given in milliseconds 
since the UNIX epoch.  The message will not
+                be released from the Queue to consumers until this time has 
been reached.
+            </p></div></div></div><div class="navfooter"><hr /><table 
summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a 
accesskey="p" href="Java-Broker-Concepts-Exchanges.html">Prev</a>&#160;</td><td 
align="center" width="20%"><a accesskey="u" 
href="Java-Broker-Concepts.html">Up</a></td><td align="right" 
width="40%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-Ports.html">Next</a></td></tr><tr><td align="left" 
valign="top" width="40%">4.6.&#160;Exchanges&#160;</td><td align="center" 
width="20%"><a accesskey="h" 
href="AMQP-Messaging-Broker-Java-Book.html">Home</a></td><td align="right" 
valign="top" width="40%">&#160;4.8.&#160;Ports</td></tr></table></div></div>
 
           <hr/>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index c235fe4..441908f 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>4.4.&#160;Remote Replication Nodes</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>4.4.&#160;Remote Replication Nodes</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">4.4.&#160;Remote Replication Nodes</th></tr><tr><td align="left" 
width="20%"><a accesskey="p" 
href="Java-Broker-Concepts-Virtualhost-Nodes.html">Prev</a>&#160;</td><th 
align="center" width="60%">Chapter&#160;4.&#160;Concepts</th><td align="right" 
width="20%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-Virtualhosts.html">Next</a></td></tr></table><hr 
/></div><div class="section"><div class="titlepage"><div><div><h2 class="title" 
style="clear: both"><a 
id="Java-Broker-Concepts-RemoteReplicationNodes"></a>4.4.&#160;Remote 
Replication Nodes</h2></div></div></div><p>Used for HA only. A <span 
class="emphasis"><em>remote replication node</em></span> is a representation of

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index 890df54..5bd6587 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>4.3.&#160;Virtualhost Nodes</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>4.3.&#160;Virtualhost Nodes</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">4.3.&#160;Virtualhost Nodes</th></tr><tr><td align="left" 
width="20%"><a accesskey="p" 
href="Java-Broker-Concepts-Broker.html">Prev</a>&#160;</td><th align="center" 
width="60%">Chapter&#160;4.&#160;Concepts</th><td align="right" 
width="20%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-RemoteReplicationNodes.html">Next</a></td></tr></table><hr
 /></div><div class="section"><div class="titlepage"><div><div><h2 
class="title" style="clear: both"><a 
id="Java-Broker-Concepts-Virtualhost-Nodes"></a>4.3.&#160;Virtualhost 
Nodes</h2></div></div></div><p>A <span class="emphasis"><em>virtualhost 
node</em></span> is a container for the virtualhost. It has exactly

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index 72365e2..f3e558d 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,7 +111,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>4.5.&#160;Virtualhosts</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>4.5.&#160;Virtualhosts</li></ul>
 
         <div id="-middle-content">
           <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">4.5.&#160;Virtualhosts</th></tr><tr><td align="left" width="20%"><a 
accesskey="p" 
href="Java-Broker-Concepts-RemoteReplicationNodes.html">Prev</a>&#160;</td><th 
align="center" width="60%">Chapter&#160;4.&#160;Concepts</th><td align="right" 
width="20%">&#160;<a accesskey="n" 
href="Java-Broker-Concepts-Exchanges.html">Next</a></td></tr></table><hr 
/></div><div class="section"><div class="titlepage"><div><div><h2 class="title" 
style="clear: both"><a 
id="Java-Broker-Concepts-Virtualhosts"></a>4.5.&#160;Virtualhosts</h2></div></div></div><p>A
 virtualhost is a namespace in which messaging is performed. Virtualhosts are 
independent;

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/18ab1b17/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts.html 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts.html
index 6ecf19e..82e0c58 100644
--- 
a/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts.html
+++ 
b/content/releases/qpid-java-trunk/java-broker/book/Java-Broker-Concepts.html
@@ -83,7 +83,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <h3>Servers and tools</h3>
 
             <ul>
-              <li><a href="/components/java-broker/index.html">Java 
broker</a></li>
+              <li><a href="/components/java-broker/index.html">Broker for 
Java</a></li>
               <li><a href="/components/cpp-broker/index.html">C++ 
broker</a></li>
               <li><a href="/components/dispatch-router/index.html">Dispatch 
router</a></li>
             </ul>
@@ -111,10 +111,10 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
       </div>
 
       <div id="-middle" class="panel">
-        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">AMQP Messaging 
Broker (Java)</a></li><li>Chapter&#160;4.&#160;Concepts</li></ul>
+        <ul id="-path-navigation"><li><a 
href="/index.html">Home</a></li><li><a 
href="/releases/index.html">Releases</a></li><li><a 
href="/releases/qpid-java-trunk/index.html">Qpid for Java Trunk</a></li><li><a 
href="/releases/qpid-java-trunk/java-broker/book/index.html">Apache Qpid Broker 
for Java</a></li><li>Chapter&#160;4.&#160;Concepts</li></ul>
 
         <div id="-middle-content">
-          <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">Chapter&#160;4.&#160;Concepts</th></tr><tr><td align="left" 
width="20%"><a accesskey="p" 
href="Java-Broker-Getting-Started-CommandLine.html">Prev</a>&#160;</td><th 
align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a 
accesskey="n" 
href="Java-Broker-Concepts-Broker.html">Next</a></td></tr></table><hr 
/></div><div class="chapter"><div class="titlepage"><div><div><h1 
class="title"><a 
id="Java-Broker-Concepts"></a>Chapter&#160;4.&#160;Concepts</h1></div></div></div><div
 class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span 
class="section"><a 
href="Java-Broker-Concepts.html#Java-Broker-Concepts-Overview">4.1. 
Overview</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Broker.html">4.2. Broker</a></span></dt><dt><span 
class="section"><a href="Java-Broker-Concepts-Virtualhost-Nodes.html"
 >4.3. Virtualhost Nodes</a></span></dt><dt><span class="section"><a 
 >href="Java-Broker-Concepts-RemoteReplicationNodes.html">4.4. Remote 
 >Replication Nodes</a></span></dt><dt><span class="section"><a 
 >href="Java-Broker-Concepts-Virtualhosts.html">4.5. 
 >Virtualhosts</a></span></dt><dt><span class="section"><a 
 >href="Java-Broker-Concepts-Exchanges.html">4.6. 
 >Exchanges</a></span></dt><dd><dl><dt><span class="section"><a 
 >href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-Predeclared">4.6.1.
 > Predeclared Exchanges</a></span></dt><dt><span class="section"><a 
 >href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-Types">4.6.2.
 > Exchange Types</a></span></dt><dt><span class="section"><a 
 >href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-BindingArguments">4.6.3.
 > Binding Arguments</a></span></dt><dt><span class="section"><a 
 >href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-UnroutableMessage">4.6.4.
 > Unrouteable Messa
 ges</a></span></dt></dl></dd><dt><span class="section"><a 
href="Java-Broker-Concepts-Queues.html">4.7. 
Queues</a></span></dt><dd><dl><dt><span class="section"><a 
href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types">4.7.1.
 Types</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-QueueDeclareArguments">4.7.2.
 Queue Declare Arguments</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Message-Grouping">4.7.3.
 Messaging Grouping</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-SetLowPrefetch">4.7.4.
 Using low pre-fetch with special queue types</a></span></dt><dt><span 
class="section"><a 
href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-EnsureNonDestructiveConsumers">4.7.5.
 Forcing all consumers to be non-destructive</a></span></dt></dl></dd><dt><span 
class="section"><a hre
 f="Java-Broker-Concepts-Ports.html">4.8. Ports</a></span></dt><dt><span 
class="section"><a 
href="Java-Broker-Concepts-Authentication-Providers.html">4.9. Authentication 
Providers</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Other-Services.html">4.10. Other 
Services</a></span></dt><dd><dl><dt><span class="section"><a 
href="Java-Broker-Concepts-Other-Services.html#Java-Broker-Concepts-Access-Control-Providers">4.10.1.
 Access Control Providers</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Other-Services.html#Java-Broker-Concepts-Group-Providers">4.10.2.
 Group Providers</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Other-Services.html#Java-Broker-Concepts-Keystores">4.10.3.
 Keystores</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Other-Services.html#Java-Broker-Concepts-Truststores">4.10.4.
 Truststores</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Other-Services.h
 tml#Java-Broker-Concepts-Loggers">4.10.5. 
Loggers</a></span></dt></dl></dd></dl></div><div class="section"><div 
class="titlepage"><div><div><h2 class="title" style="clear: both"><a 
id="Java-Broker-Concepts-Overview"></a>4.1.&#160;Overview</h2></div></div></div><p>The
 Broker comprises a number of entities. This section summaries the purpose of 
each of
+          <div class="docbook"><div class="navheader"><table 
summary="Navigation header" width="100%"><tr><th align="center" 
colspan="3">Chapter&#160;4.&#160;Concepts</th></tr><tr><td align="left" 
width="20%"><a accesskey="p" 
href="Java-Broker-Getting-Started-CommandLine.html">Prev</a>&#160;</td><th 
align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a 
accesskey="n" 
href="Java-Broker-Concepts-Broker.html">Next</a></td></tr></table><hr 
/></div><div class="chapter"><div class="titlepage"><div><div><h1 
class="title"><a 
id="Java-Broker-Concepts"></a>Chapter&#160;4.&#160;Concepts</h1></div></div></div><div
 class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span 
class="section"><a 
href="Java-Broker-Concepts.html#Java-Broker-Concepts-Overview">4.1. 
Overview</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Broker.html">4.2. Broker</a></span></dt><dt><span 
class="section"><a href="Java-Broker-Concepts-Virtualhost-Nodes.html"
 >4.3. Virtualhost Nodes</a></span></dt><dt><span class="section"><a 
 >href="Java-Broker-Concepts-RemoteReplicationNodes.html">4.4. Remote 
 >Replication Nodes</a></span></dt><dt><span class="section"><a 
 >href="Java-Broker-Concepts-Virtualhosts.html">4.5. 
 >Virtualhosts</a></span></dt><dt><span class="section"><a 
 >href="Java-Broker-Concepts-Exchanges.html">4.6. 
 >Exchanges</a></span></dt><dd><dl><dt><span class="section"><a 
 >href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-Predeclared">4.6.1.
 > Predeclared Exchanges</a></span></dt><dt><span class="section"><a 
 >href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-Types">4.6.2.
 > Exchange Types</a></span></dt><dt><span class="section"><a 
 >href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-BindingArguments">4.6.3.
 > Binding Arguments</a></span></dt><dt><span class="section"><a 
 >href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-UnroutableMessage">4.6.4.
 > Unrouteable Messa
 ges</a></span></dt></dl></dd><dt><span class="section"><a 
href="Java-Broker-Concepts-Queues.html">4.7. 
Queues</a></span></dt><dd><dl><dt><span class="section"><a 
href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types">4.7.1.
 Types</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-QueueDeclareArguments">4.7.2.
 Queue Declare Arguments</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Message-Grouping">4.7.3.
 Messaging Grouping</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-SetLowPrefetch">4.7.4.
 Using low pre-fetch with special queue types</a></span></dt><dt><span 
class="section"><a 
href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-EnsureNonDestructiveConsumers">4.7.5.
 Forcing all consumers to be non-destructive</a></span></dt><dt><span 
class="section"><a href="Java-Br
 oker-Concepts-Queues.html#Java-Broker-Concepts-Queue-HoldingEntries">4.7.6. 
Holding messages on a Queue</a></span></dt></dl></dd><dt><span 
class="section"><a href="Java-Broker-Concepts-Ports.html">4.8. 
Ports</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Authentication-Providers.html">4.9. Authentication 
Providers</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Other-Services.html">4.10. Other 
Services</a></span></dt><dd><dl><dt><span class="section"><a 
href="Java-Broker-Concepts-Other-Services.html#Java-Broker-Concepts-Access-Control-Providers">4.10.1.
 Access Control Providers</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Other-Services.html#Java-Broker-Concepts-Group-Providers">4.10.2.
 Group Providers</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Other-Services.html#Java-Broker-Concepts-Keystores">4.10.3.
 Keystores</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-
 Other-Services.html#Java-Broker-Concepts-Truststores">4.10.4. 
Truststores</a></span></dt><dt><span class="section"><a 
href="Java-Broker-Concepts-Other-Services.html#Java-Broker-Concepts-Loggers">4.10.5.
 Loggers</a></span></dt></dl></dd></dl></div><div class="section"><div 
class="titlepage"><div><div><h2 class="title" style="clear: both"><a 
id="Java-Broker-Concepts-Overview"></a>4.1.&#160;Overview</h2></div></div></div><p>The
 Broker comprises a number of entities. This section summaries the purpose of 
each of
     the entities and describes the relationships between them. These details 
are developed further
     in the sub-sections that follow.</p><p>The most important entity is the 
<span class="emphasis"><em>Virtualhost</em></span>. A virtualhost is an
     independent namespace in which messaging is performed. A <span 
class="emphasis"><em>virtualhost</em></span> exists


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to