You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2017/11/14 21:51:20 UTC

[01/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Repository: qpid-site
Updated Branches:
  refs/heads/asf-site ee983dd70 -> 0e1f0cc46


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index d81908e..13c77de 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[41/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation.html
new file mode 100644
index 0000000..7776b55
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Chapter&#160;2.&#160;Installation - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Chapter&#160;2.&#160;Installation</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;2.&#160;Installation</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Introduction.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Installation-Prerequistes.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Installation"></a>Chapter&#160;2.&#160;Installation</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-Installation.html#Java-Broker-Installation-Introduction">2.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Installation-Prerequistes.html">2.2. Prerequisites</a></span></dt><dd><dl><dt><span class="section"><a hr
 ef="Java-Broker-Installation-Prerequistes.html#Java-Broker-Installation-Prerequistes-Java">2.2.1. Java Platform</a></span></dt><dt><span class="section"><a href="Java-Broker-Installation-Prerequistes.html#Java-Broker-Installation-Prerequistes-Disk">2.2.2. Disk</a></span></dt><dt><span class="section"><a href="Java-Broker-Installation-Prerequistes.html#Java-Broker-Installation-Prerequistes-Memory">2.2.3. Memory</a></span></dt><dt><span class="section"><a href="Java-Broker-Installation-Prerequistes.html#Java-Broker-Installation-Prerequistes-OperatingSystemAccount">2.2.4. Operating System Account</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Installation-Download.html">2.3. Download</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation-Download.html#Java-Broker-Installation-Download-Release">2.3.1. Broker Release</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Installation-InstallationWindows.html">2.4. Inst
 allation on Windows</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation-InstallationWindows.html#Java-Broker-Installation-InstallationWindows-SettingQPIDWORK">2.4.1. Setting the working directory</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Installation-InstallationUnix.html">2.5. Installation on UNIX platforms</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation-InstallationUnix.html#Java-Broker-Installation-InstallationUnix-SettingQPIDWORK">2.5.1. Setting the working directory</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Installation-OptionalDependencies.html">2.6. Optional Dependencies</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Java-Broker-Installation-Introduction"></a>2.1.&#160;Introduction</h2></div></div></div><p>This document describes how to install the Apache Qpid Broker-J on bot
 h Windows and UNIX
+      platforms.</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-Introduction.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Installation-Prerequistes.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Chapter&#160;1.&#160;Introduction&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;2.2.&#160;Prerequisites</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Introduction.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Introduction.html
new file mode 100644
index 0000000..353f9e0
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Introduction.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Chapter&#160;1.&#160;Introduction - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Chapter&#160;1.&#160;Introduction</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;1.&#160;Introduction</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Apache-Qpid-Broker-J-Book.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Installation.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Introduction"></a>Chapter&#160;1.&#160;Introduction</h1></div></div></div><p>The Apache Qpid Broker-J is a powerful open-source message broker that implements all versions of the
+      <a class="link" href="http://www.amqp.org" target="_top"> Advanced Message Queuing Protocol (AMQP)</a>. The Apache Qpid Broker-J
+    is actually one of two message brokers provided by the <a class="link" href="http://qpid.apache.org" target="_top">Apache Qpid project</a>: Qpid Broker-J and the C++
+    Broker.</p><p>This document relates to the Apache Qpid Broker-J. The <a class="link" href="/releases/qpid-cpp-1.36.0/cpp-broker/book/" target="_top">C++ Broker is
+    described separately</a>.</p><p><span class="emphasis"><em>Headline features</em></span></p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; "><li class="listitem" style="list-style-type: circle"><p>100% Java implementation - runs on any platform supporting Java 1.8 or higher</p></li><li class="listitem" style="list-style-type: circle"><p>Messaging clients support in Java (JMS 1.1 and 2.0 compliance), C++, Python and more.</p></li><li class="listitem" style="list-style-type: circle"><p>Persistent and non-persistent (transient) message support</p></li><li class="listitem" style="list-style-type: circle"><p>Supports for all common messaging patterns (point-to-point, publish/subscribe, fan-out
+        etc).</p></li><li class="listitem" style="list-style-type: circle"><p>Transaction support including XA<a class="footnote" href="#ftn.d0e41" id="d0e41"><sup class="footnote">[1]</sup></a></p></li><li class="listitem" style="list-style-type: circle"><p>Supports for all versions of the AMQP protocol (0-8, 0-9, 0-9-1, 0-10 and 1.0).</p></li><li class="listitem" style="list-style-type: circle"><p>Supports for AMQP over websockets.</p></li><li class="listitem" style="list-style-type: circle"><p>Automatic message translation, allowing clients using different AMQP versions to communicate with each other.</p></li><li class="listitem" style="list-style-type: circle"><p>Pluggable authentication architecture with out-of-the-box support for Kerberos, LDAP,
+        External, OAuth2, and file-based authentication mechanisms.</p></li><li class="listitem" style="list-style-type: circle"><p>Support for message compression</p></li><li class="listitem" style="list-style-type: circle"><p>Pluggable storage architecture with implementations including <a class="link" href="http://db.apache.org/derby/" target="_top">Apache
+        Derby</a>, <a class="link" href="${oracleBdbProductOverviewUrl}" target="_top">
+        Oracle BDB JE</a>, and External Databases.
+      </p></li><li class="listitem" style="list-style-type: circle"><p>Web based management interface and programmatic management interfaces via REST.</p></li><li class="listitem" style="list-style-type: circle"><p>SSL support</p></li><li class="listitem" style="list-style-type: circle"><p>High availability (HA) support.<a class="footnote" href="#ftn.d0e77" id="d0e77"><sup class="footnote">[2]</sup></a></p></li></ul></div><div class="footnotes"><br /><hr style="width:100; text-align:left;margin-left: 0" /><div class="footnote" id="ftn.d0e41"><p><a class="para" href="#d0e41"><sup class="para">[1] </sup></a>XA provided when using AMQP 0-10</p></div><div class="footnote" id="ftn.d0e77"><p><a class="para" href="#d0e77"><sup class="para">[2] </sup></a>HA currently only available with the Oracle BDB JE message store option.</p></div></div></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Apache-Qpid-B
 roker-J-Book.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Installation.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Apache Qpid Broker-J&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Chapter&#160;2.&#160;Installation</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
new file mode 100644
index 0000000..dfb8f80
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>6.4.&#160;AMQP Intrinstic Management - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>6.4.&#160;AMQP Intrinstic Management</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">6.4.&#160;AMQP Intrinstic Management</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Channel-REST-API.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;6.&#160;Management Channels</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Entities.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-Management-Channel-AMQP-Intrinstic"></a>6.4.&#160;AMQP Intrinstic Management</h2></div></div></div><p>The AMQP protocols 0-8..0-10 allow for creation, deletion and query of Exchanges, Queue
+        and Bindings.</p><p>The exact details of how to utilise this commands depends of the client. See the
+        documentation accompanying the client for details.</p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Management-Channel-REST-API.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Channel.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Entities.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">6.3.&#160;REST API&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Chapter&#160;7.&#160;Managing Entities</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel-REST-API.html
new file mode 100644
index 0000000..1c615b4
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel-REST-API.html
@@ -0,0 +1,394 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>6.3.&#160;REST API - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>6.3.&#160;REST API</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">6.3.&#160;REST API</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Channel-Web-Console.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;6.&#160;Management Channels</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Channel-AMQP-Intrinstic.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-Management-Channel-REST-API"></a>6.3.&#160;REST API</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-REST-API-Introduction"></a>6.3.1.&#160;Introduction</h3></div></div></div><p>This section describes the REST API provided by the Apache Qpid Broker-J. The REST API is intended
+      for use by developers who wish to automate the management or monitoring of the Broker. It
+      is also very useful for adhoc monitoring on the command line using tools such as
+        <code class="literal">curl</code>.</p><p>The REST API provides access to all of the Broker's entities using hierarchical paths
+      expressed by the URI. Responses are returned in JSON format.</p><p>The <code class="literal">GET</code> method request retrieves information about an object, the
+        <code class="literal">DELETE</code> method requests the removal of one, and the <code class="literal">PUT</code>
+      or <code class="literal">POST</code> methods perform updates or create new objects. The
+        <code class="literal">POST</code> method is also used to invoke operations.</p><p>The REST API is versioned with the version number embedded within the URI. The general form
+      of the URI is <code class="literal">/api/&lt;version&gt;</code> where &lt;version&gt; is a dot separated
+      major and minor model version prefixed with "v", for example, "v6.1" (without the quotation marks).
+      For convenience the alias <code class="literal">latest</code> (<code class="literal">/api/latest</code>) signifies the
+      latest supported version.</p><p>There are also some ancillary services under URI <code class="literal">/service</code> used for
+      authentication and logout.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-REST-API-APIDocs"></a>6.3.2.&#160;REST API documentation</h3></div></div></div><p>REST API documentation is available on-line from any Broker at location
+        <code class="literal">/apidocs</code>. It is also linked from the menu of the Web Management Console.
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-REST-API-Authentication"></a>6.3.3.&#160;Authentication</h3></div></div></div><p>Before you can use the REST API, you must authenticate. Authentication decisions are made
+      by the <a class="link" href="Java-Broker-Concepts-Authentication-Providers.html" title="4.9.&#160;Authentication Providers">authentication
+        provider</a> associated with HTTP <a class="link" href="Java-Broker-Concepts-Ports.html" title="4.8.&#160;Ports">port</a>
+      on which you connect.</p><p>You may authenticate using <a class="link" href="https://www.ietf.org/rfc/rfc4422.txt" target="_top">SASL</a>
+        (<code class="literal">/service/sasl</code>) or <a class="link" href="https://tools.ietf.org/html/rfc2617" target="_top">HTTP
+        Basic Authentication</a>. The latter is convienent when using tools such as
+        <code class="literal">curl</code> on the command line. This is illustrated in the examples
+      below.</p><p>For SASL authentication use a <code class="literal">GET</code> request to
+        <code class="literal">/service/sasl</code> to get a list of supported SASL mechanisms, and use
+        <code class="literal">PUT</code> to the same URL to perform the SASL negotiation.</p><p>It is possible to end an authenticated session using
+      <code class="literal">/service/logout</code>.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-REST-API-Create"></a>6.3.4.&#160;Configured Object creation</h3></div></div></div><p>Methods PUT or POST can be used to create ConfiguredObject.</p><p> ConfiguredObject can be created by submitting PUT request against ConfiguredObject full
+      URI (the one ending with configured object name) or by submitting PUT/POST request against
+      parent URI. The request encoding should be json (application/json) and request body should
+      contain attributes values in json format. On successful completion of operation a response
+      should be returned having response status code set to 201 and response header "Location" set
+      to ConfiguredObject full URI. If object with a such name/id already exist and POST/PUT
+      requests is made against parent URI, an error response should be returned having response code
+      409 (conflict) and body containing the json with the reason of operation failure. If object
+      with a such name/id already exist and and PUT request is made against ConfiguredObject full
+      URI, then ConfiguredObject update should be performed and http status code 200 should be
+      returned. If ConfiguredObject cannot be created because of validation failure(s) the response
+      should have http status code set 422 (Unprocessible Entity) and body should contain json with
+      the reason of operation failure. On any other failure to create ConfiguredObject the response
+      should have status code set to 400 (Bad Request) and payload should contain a json with error
+      explaining the exact reason of failure. </p><div class="example"><a id="d0e2073"></a><p class="title"><strong>Example&#160;6.1.&#160;Examples of REST calls for Queue creation</strong></p><div class="example-contents"><p> To create Queue with name "my-queue" on a virtual host with name "vh" (which is
+        contained within virtual host node with name "vhn") either of the following requests should
+        be made: </p><pre class="screen">PUT /api/latest/queue/vhn/vh HTTP/1.1</pre><pre class="screen">POST /api/latest/queue/vhn/vh HTTP/1.1</pre><pre class="screen">PUT /api/latest/queue/vhn/vh/my-queue HTTP/1.1</pre><p> Response code 201 should be returned on successful queue creation. Response header
+        "Location" should be set to "/api/latest/queue/test/my-queue". If queue with name "my-queue"
+        already exists and either of 2 first requests above were used, an error response with
+        response code 409 (conflict) and body containing json with message that queue exists should
+        be returned. If queue with name "my-queue" exists and last request is used, then Queue
+        update should occur. </p></div></div><br class="example-break" /></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-REST-API-Update"></a>6.3.5.&#160;Configured Object update</h3></div></div></div><p>Methods PUT or POST can be used to update ConfiguredObject.</p><p> ConfiguredObject can be updated by submitting PUT or POST request against
+      ConfiguredObject full URI (the one ending with configured object name). The request encoding
+      should be json (application/json) and request body should contain a ConfiguredObject json
+      (with all or only modified attributes). On successful completion of operation a response code
+      200 should be returned. If ConfiguredObject does not exists and PUT method is used, such
+      object should be created (201 response will be returned in this case). If ConfiguredObject
+      does not exists and POST method is used, an error response should be returned having response
+      status code 404 and payload with json explaining the problem. If any error occur on update, a
+      response with response code 400 or 422 or 404 should be sent back to the client containing
+      json body with error details. </p><div class="example"><a id="d0e2093"></a><p class="title"><strong>Example&#160;6.2.&#160;Examples of REST calls for Queue update</strong></p><div class="example-contents"><p>To update Queue with name "my-queue" on a virtual host with name "vh" (contained in
+        virtual host node with name "vhn") either of the following requests can be made:</p><pre class="screen">POST /api/latest/queue/vhn/vh/my-queue HTTP/1.1</pre><pre class="screen">POST /api/latest/queue/vhn/vh/my-queue HTTP/1.1</pre></div></div><br class="example-break" /></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-REST-API-Delete"></a>6.3.6.&#160;Configured Object deletion</h3></div></div></div><p>Method DELETE can be used to delete ConfiguredObject. Alternatively, ConfiguredObject can
+      be deleted with update request having desiredState attribute set to value "DELETED". POST or
+      PUT methods can be used in this case.</p><p>On successful completion of operation a response code 200 should be returned.</p><p>With DELETE method object ConfiguredObject in following ways:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>by submitting DELETE request using ConfiguredObject full URI (the one ending with
+          configured object name)</p></li><li class="listitem"><p>by submitting DELETE request using parent URI and providing parameters having the same
+          names as children attributes, for example, id, name, etc. Multiple children can be deleted
+          in a such way. Many "id" parameters can be specified in such requests. Only children with
+          matching attribute values will be deleted.</p></li></ul></div><div class="example"><a id="d0e2118"></a><p class="title"><strong>Example&#160;6.3.&#160;Examples of REST calls for Queue deletion</strong></p><div class="example-contents"><p>To delete Queue with name "my-queue" on a virtual host with name "vh" (contained in
+        virtual host node with name "vhn") either of the following requests can be made:</p><pre class="screen">DELETE /api/latest/queue/vhn/vh/my-queue HTTP/1.1</pre><pre class="screen">DELETE /api/latest/queue/vhn/vh?name=my-queue HTTP/1.1</pre><pre class="screen">DELETE /api/latest/queue/vhn/vh?id=real-queue-id HTTP/1.1</pre></div></div><br class="example-break" /></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-REST-API-Get"></a>6.3.7.&#160;Retrieving Configured Object details</h3></div></div></div><p>Method GET is used to retrieve an object's attributes values and statistics.</p><p>To retrieve a single object, use its full URI. For instance, to retrieve a single queue:</p><pre class="screen">GET /api/latest/queue/vhn/vh/my-queue</pre><p>To retrieve all objects beneath a parent, pass the parent's URI. For instance, to retrieve
+      all queues beneath the virtualhost called <code class="literal">vh</code>. A collection will be returned.
+    </p><pre class="screen">GET /api/latest/queue/vhn/vh</pre><p>Request parameters (with the same name as an attribute) are used to filter the returned collection.
+      For instance, to filter those queues of type <code class="literal">standard</code>:</p><pre class="screen">GET /api/latest/queue/vhn/vh?type=standard</pre><p>Additional parameters supported in GET requests:</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">depth</span></dt><dd><p>To restrict the depth of hierarchy of configured objects to return in
+            response</p></dd><dt><span class="term">actuals</span></dt><dd><p>If set to "true" attribute actual values are returned instead of effective</p></dd><dt><span class="term">excludeInheritedContext</span></dt><dd><p>If set to "false" the inherited context is included from the object's ancestors. Default is true.</p></dd><dt><span class="term">oversize</span></dt><dd><p>Sets the maximum length for values of over-sized attributes to trim</p></dd><dt><span class="term">extractInitialConfig</span></dt><dd><p>If set to "true", the returned json can be used as initial configuration.</p></dd></dl></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-REST-API-Operations"></a>6.3.8.&#160;Configured Object operations</h3></div></div></div><p>Method POST is used to invoke Configured Objects operations. Some operations support
+      parameters. Pass parameters using a JSON request body containing a map with a map entry for
+      each parameter. </p><div class="example"><a id="d0e2190"></a><p class="title"><strong>Example&#160;6.4.&#160;Example REST call invoking the operation clear queue</strong></p><div class="example-contents"><p>To clear the queue with name "my-queue" on a virtual host with name "vh".</p><pre class="screen">POST api/latest/queue/vhn/vh/my-queue/clearQueue HTTP/1.1</pre></div></div><br class="example-break" /></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-REST-API-Status-Codes"></a>6.3.9.&#160;HTTP status codes returned by REST interfaces</h3></div></div></div><div class="table"><a id="d0e2200"></a><p class="title"><strong>Table&#160;6.1.&#160;HTTP status codes returned by REST interfaces</strong></p><div class="table-contents"><table border="1" summary="HTTP status codes returned by REST interfaces"><colgroup><col /><col /></colgroup><thead><tr><th>Status code</th><th>Description</th></tr></thead><tbody><tr><td>
+              <p>200</p>
+            </td><td>
+              <p>REST request is successfully completed. This status code can be returned by
+                update, delete and get requests.</p>
+            </td></tr><tr><td>
+              <p>201</p>
+            </td><td>
+              <p>New configured object is created. It is returned by REST PUT and POST requests
+                for creation of configured objects.</p>
+            </td></tr><tr><td>
+              <p>400</p>
+            </td><td>
+              <p>REST request cannot be performed due to errors in request. It can be returned
+                from create, update and delete requests. The details of a problem are provided in
+                the response payload in json format.</p>
+            </td></tr><tr><td>
+              <p>401</p>
+            </td><td>
+              <p>The request requires user authentication</p>
+            </td></tr><tr><td>
+              <p>403</p>
+            </td><td>
+              <p>Execution of request is not allowed due to failure to authorize user
+                operation.</p>
+            </td></tr><tr><td>
+              <p>404</p>
+            </td><td>
+              <p> The requested configured object cannot be found. This status code can be
+                returned from POST update requests if configured object does not exist. The reason
+                for the status code is provided in the response payload in json format. </p>
+            </td></tr><tr><td>
+              <p>409</p>
+            </td><td>
+              <p>The request can not be performed because its execution can create conflicts in
+                the broker. This status code can be returned from POST/PUT create requests against
+                parent URI if configured object with requested name or id already exists. The status
+                code 409 can also be returned if removal or update of configured object can violate
+                system integrity. The reason for the status code is provided in the response payload
+                in json format. </p>
+            </td></tr><tr><td>
+              <p>422</p>
+            </td><td>
+              <p>The request can not be performed because provided information either incomplete
+                or invalid. This status code can be returned from create or update requests. The
+                reason for the status code is provided in the response payload in json
+                format.</p>
+            </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-Management-Channel-REST-API-Examples"></a>6.3.10.&#160;Examples of REST requests with curl</h3></div></div></div><div class="example"><a id="d0e2302"></a><p class="title"><strong>Example&#160;6.5.&#160;Examples of queue creation using curl (authenticating as user admin):</strong></p><div class="example-contents"><pre class="programlisting">
+#create a durable queue
+curl --user admin -X PUT  -d '{"durable":true}' http://localhost:8080/api/latest/queue/&lt;vhostnode name&gt;/&lt;vhostname&gt;/&lt;queuename&gt;
+#create a durable priority queue
+curl --user admin -X PUT  -d '{"durable":true,"type":"priority"}' http://localhost:8080/api/latest/queue/&lt;vhostnode name&gt;/&lt;vhostname&gt;/&lt;queuename&gt;
+            </pre></div></div><br class="example-break" /><p> NOTE: These curl examples utilise an unsecured HTTP transport. To use the examples it is
+      first necessary enable Basic authentication for HTTP within the HTTP Management Configuration
+      (it is off by default). For details see <a class="xref" href="Java-Broker-Management-Managing-Plugin-HTTP.html" title="7.15.&#160;HTTP Plugin">Section&#160;7.15, &#8220;HTTP Plugin&#8221;</a>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-REST-Query-API"></a>6.3.11.&#160;Query API</h3></div></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Management-Channel-REST-Query-API-Introduction"></a>6.3.11.1.&#160;Introduction</h4></div></div></div><p>The <span class="emphasis"><em>Qpid Broker-J</em></span> provides a powerful feature called
+            the <span class="emphasis"><em>Query API</em></span>. This allows the retrieval of the existing configured objects attributes
+            satisfying user-provided queries.</p><p>Developers and operators can use this feature to monitor the Broker.
+            For example, using <span class="emphasis"><em>Query API</em></span> one can find all queues with queue depth
+            exceeding some limit or existing connections made from a particular location(s).</p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Management-Channel-REST-Query-API-Overview"></a>6.3.11.2.&#160;Query API Overview</h4></div></div></div><p>
+            When using the <span class="emphasis"><em>Query API</em></span> one specifies the category of the object
+            to query, a list of attributes to return in the result set, an optional where clause,
+            expressed as a predicate, that determines the filtering criteria, ordering, and
+            limit/offset. The features should be readily recognisable to anyone who has has familiarity
+            with SQL.
+        </p><p>Queries associate with either the <span class="emphasis"><em>broker</em></span> as a whole, or an
+            individual  <span class="emphasis"><em>virtualhost</em></span>.  Queries associated with the Broker
+            can query any object within the Broker. Queries associated with a virtualhost are limited
+            to the objects of the virtualhost itself.   For instance a queue query associated
+            with a virtualhost queries only the queues belonging to that virtualhost.  On the other
+            hand, a queue query associated with the Broker sees all the queues belonging on the entire
+            Broker.
+        </p><p>
+            </p><div class="table"><a id="d0e2349"></a><p class="title"><strong>Table&#160;6.2.&#160;Query API URLs</strong></p><div class="table-contents"><table border="1" summary="Query API URLs"><colgroup><col /><col /></colgroup><thead><tr><th>Query API URL</th><th>Description</th></tr></thead><tbody><tr><td>
+                                <p>/api/latest/querybroker/&lt;configured object category name&gt;</p>
+                                <p>/api/&lt;version&gt;/querybroker/&lt;configured object category name&gt;</p>
+                            </td><td>
+                                <p>Query API URL fragment to query the specified object type across the entire broker</p>
+                            </td></tr><tr><td>
+                                <p>/api/latest/queryvhost/&lt;virtual host node name&gt;/&lt;virtual host name&gt;/&lt;configured object category name&gt;</p>
+                                <p>/api/&lt;version&gt;/queryvhost/&lt;virtual host node name&gt;/&lt;virtual host name&gt;/&lt;configured object category name&gt;</p>
+                            </td><td>
+                                <p>Query API URL fragment to query the specified object type for a specific virtualhost</p>
+                            </td></tr></tbody></table></div></div><p><br class="table-break" />
+        </p><p>
+            The QueryAPI accepts <code class="literal">select</code>, <code class="literal">where</code>, <code class="literal">orderBy</code>,
+            <code class="literal">limit</code> and <code class="literal">offset</code> request parameters.
+            </p><div class="table"><a id="d0e2406"></a><p class="title"><strong>Table&#160;6.3.&#160;Query API request parameters</strong></p><div class="table-contents"><table border="1" summary="Query API request parameters"><colgroup><col /><col /></colgroup><thead><tr><th>Parameter Name</th><th>Parameter Description</th></tr></thead><tbody><tr><td>
+                                <p><code class="literal">select</code></p>
+                            </td><td>
+                                <p>The <code class="literal">select</code> defines the columns of the result set.  It is a
+                                    comma-separated list of expressions.  At its most simple, an expression can be
+                                    the name of the attribute (e.g. <code class="literal">queueDepthBytes</code>), but more complex
+                                    <a class="link" href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-Query-API-Expressions" title="Query API expressions">expressions</a> are also supported.</p>
+                                <p>Columns within the result set are named.  For expressions that are simple attribute
+                                    names, the column names will follow the attributes themselves.  By default, other
+                                    expressions will have a no name.</p>
+                                <p>Column names can be overridden with an <code class="literal">AS</code>
+                                    clause e.g. <code class="literal">now() AS currentDate</code>
+                                </p>
+                            </td></tr><tr><td>
+                                <p><code class="literal">where</code></p>
+                            </td><td>
+                                <p>The <code class="literal">where</code> provides a boolean expression defining the result set filtering.</p>
+                                <p>The syntax of the <a class="link" href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-Query-API-Expressions" title="Query API expressions">expression</a>
+                                    is based on a subset of the SQL92 conditional expression syntax and is similar to selector expressions in JMS e.g.
+                                    <code class="literal">queueDepthBytes &gt; 16384 AND name like '%flow_queue'</code>.
+                                </p>
+                            </td></tr><tr><td>
+                                <p><code class="literal">orderBy</code></p>
+                            </td><td>
+                                <p>Ordering conditions; the syntax of the
+                                    <a class="link" href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-Query-API-Expressions" title="Query API expressions">
+                                        expression
+                                    </a>
+                                    is based on a subset of
+                                    the SQL92 ordering expression syntax. Similar to ordering expressions in SQL,
+                                    one can specify in ordering expression attributes names, sub-expressions
+                                    or indexes (starting from 1) of attributes or expressions specified in select.
+                                </p>
+                            </td></tr><tr><td>
+                                <p><code class="literal">limit</code></p>
+                            </td><td>
+                                <p>The maximum number of results to provide starting from given offset.</p>
+                            </td></tr><tr><td>
+                                <p><code class="literal">offset</code></p>
+                            </td><td>
+                                <p>An offset in results (default is 0) to provide results from.</p>
+                            </td></tr></tbody></table></div></div><p><br class="table-break" />
+        </p><div class="example"><a id="d0e2514"></a><p class="title"><strong>Example&#160;6.6.&#160;Example of a Query API request to retrieve queue names and depths.</strong></p><div class="example-contents"><pre class="screen">GET api/latest/querybroker/queue?select=name,queueDepthBytes,queueDepthMessages&amp;where=queueDepthBytes&gt;0&amp;orderBy=1 desc,2 desc&amp;offset=0&amp;limit=100 HTTP/1.1</pre></div></div><br class="example-break" /></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Management-Channel-REST-Query-API-Results"></a>6.3.11.3.&#160;Query API Results</h4></div></div></div><p>The <span class="emphasis"><em>Query API</em></span> returns a JSON response.  The response contains the following:
+            </p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">headers</code></span></dt><dd><p>ordered list of result set column names derived from the <code class="literal">select</code>
+                            clause. Note that anonymous expressions (that is, those expressed without an
+                            <code class="literal">AS</code>) will have empty column name.</p></dd><dt><span class="term"><code class="literal">results</code></span></dt><dd><p>two dimensional array containing the result-set</p></dd><dt><span class="term"><code class="literal">total</code></span></dt><dd><p>The <span class="emphasis"><em>total</em></span> number of results matching the where criteria.</p></dd></dl></div><p>
+        </p><div class="example"><a id="d0e2559"></a><p class="title"><strong>Example&#160;6.7.&#160;Example of Query API call for queue names and depths.</strong></p><div class="example-contents"><pre class="screen">GET api/latest/querybroker/queue?select=name,queueDepthBytes,queueDepthMessages&amp;where=queueDepthBytes&gt;0&amp;orderBy=1 desc,2 desc&amp;offset=0&amp;limit=100 HTTP/1.1</pre><pre class="programlisting">
+{
+    "headers" : [ "name", "queueDepthBytes", "queueDepthMessages" ],
+    "results" : [ [ "foo", 312, 26], [ "bar", 300, 24 ] ],
+    "total" : 2
+}
+            </pre></div></div><br class="example-break" /><div class="section"><div class="titlepage"><div><div><h5 class="title"><a id="Java-Broker-Management-Channel-REST-Query-API-Expressions"></a>Query API expressions</h5></div></div></div><p>Expressions within the <code class="literal">select</code>, <code class="literal">where</code> and <code class="literal">orderBy</code>
+                clauses can be comprised in the following manner. Expressions can be nested to arbitary depth. Parentheses
+                allow for precedence to be explicitly denoted.
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>variable name which can be an attribute name e.g <code class="literal">queueDepthBytes</code> or
+                a reference to a parent attribute <code class="literal">$parent.name</code></p></li><li class="listitem"><p>literal e.g. <code class="literal">3</code> or <code class="literal">'foo'</code></p></li><li class="listitem"><p>functions - see below e.g. <code class="literal">now()</code> or <code class="literal">to_string(createdDate, '%tm/%td/%ty', 'EST')</code></p></li><li class="listitem"><p>arithmetic operations e.g. <code class="literal">3 * 4</code> or <code class="literal">to_string(now()) + name</code></p></li></ul></div><p>The following functions are supported:
+                </p><div class="table"><a id="d0e2615"></a><p class="title"><strong>Table&#160;6.4.&#160;Query API functions</strong></p><div class="table-contents"><table border="1" summary="Query API functions"><colgroup><col /><col /></colgroup><thead><tr><th>Function Name</th><th>Function Description</th></tr></thead><tbody><tr><td>
+                                <p><code class="literal">concat(obj[,obj..])</code></p>
+                            </td><td>
+                                <p>concatenates the given objects into a string</p>
+                            </td></tr><tr><td>
+                                <p><code class="literal">now()</code></p>
+                            </td><td>
+                                <p>returns current date and time</p>
+                            </td></tr><tr><td>
+                                <p><code class="literal">to_date(object)</code></p>
+                            </td><td>
+                                <p>converts the first parameter, which must be a string. into a date.  The
+                                string must be in ISO-8601 format e.g. <code class="literal">1970-01-01T10:00:00Z</code>.</p>
+                            </td></tr><tr><td>
+                                <p><code class="literal">date_add(object, duration)</code></p>
+                            </td><td>
+                                <p>adds the given ISO-8601 duration <code class="literal">duration</code> e.g.
+                                    <code class="literal">P1D</code> or <code class="literal">-PT10H</code> to the date provided by the
+                                    first parameter.</p>
+                            </td></tr><tr><td>
+                                <p><code class="literal">to_string(object[, format[, timezone]])</code></p>
+                            </td><td>
+                                <p>Converts given object into a string.</p>
+                                <p>If the format argument is present, it must be a Java
+                                    <a class="link" href="http://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html" target="_top">Formatter</a>
+                                    compliant string e.g. <code class="literal">%f</code> or <code class="literal">%tY-%tm-%td</code>.
+                                </p>
+                                <p>The timezone argument is significant if the object is a Date. If the timezone
+                                    argument is specified it must be a valid Java timezone name. The date is converted
+                                    to the specified timezone before being formatted by the<code class="literal">format</code>.
+                                    If the timezone is omitted <code class="literal">UTC</code> is assumed.
+                                </p>
+                            </td></tr></tbody></table></div></div><p><br class="table-break" />
+            </p></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-REST-API-CORS"></a>6.3.12.&#160;Cross Origin Resource Sharing (CORS)</h3></div></div></div><p> The Broker supports Cross Origin Resource Sharing (CORS)
+      to allow web management consoles other than the one embedded in the
+      broker to use the REST API.  This feature must be enabled by configuring
+      the CORS Allow Origins and related attributes on the
+      <a class="xref" href="Java-Broker-Management-Managing-Plugin-HTTP.html" title="7.15.&#160;HTTP Plugin">Section&#160;7.15, &#8220;HTTP Plugin&#8221;</a>
+    </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-Management-Channel-Web-Console.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Channel.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Channel-AMQP-Intrinstic.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">6.2.&#160;Web Management Console&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;6.4.&#160;AMQP Intrinstic Management</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel-Web-Console.html
new file mode 100644
index 0000000..c2bdba1
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel-Web-Console.html
@@ -0,0 +1,191 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>6.2.&#160;Web Management Console - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>6.2.&#160;Web Management Console</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">6.2.&#160;Web Management Console</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Channel.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;6.&#160;Management Channels</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Channel-REST-API.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-Management-Channel-Web-Console"></a>6.2.&#160;Web Management Console</h2></div></div></div><p> The Web Management Console provides a simple and intuitive interface for the Management
+        and Control of the Broker. From here, all aspects of the Broker can be controlled,
+        including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>add, remove and monitor queues</p></li><li class="listitem"><p>inspect, move, copy or delete messages</p></li><li class="listitem"><p>add, remove and monitor virtualhosts</p></li><li class="listitem"><p>configure and control high availability</p></li></ul></div><p>
+    </p><p>The remainder of the section provides an introduction to the web management console and
+        its use.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-Web-Console-Accessing"></a>6.2.1.&#160;Accessing the Console</h3></div></div></div><p>The Web Management Console is provided by the HTTP Management Plugin. Providing the
+            HTTP Management Plugin is in its default configuration, the Web Management Console can
+            be accessed by pointing a browser at the following URL:</p><p>
+            <code class="literal">http://myhost.mydomain.com:8080</code>
+        </p><p>The Console will prompt you to login using a username and password.</p><div class="figure"><a id="d0e1786"></a><p class="title"><strong>Figure&#160;6.1.&#160;Web Management Console - Authentication</strong></p><div class="figure-contents"><div class="mediaobject"><table border="0" style="cellpadding: 0; cellspacing: 0;" summary="manufactured viewport for HTML img" width="900"><tr><td><img alt="Web Console Authentication" src="images/Management-Web-Auth.png" width="900" /></td></tr></table></div></div></div><br class="figure-break" /></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-Web-Console-Orientation"></a>6.2.2.&#160;Orientation</h3></div></div></div><p>After you have logged on you will see a screen similar to the following. The elements
+            of the screen are now explained.</p><div class="figure"><a id="d0e1800"></a><p class="title"><strong>Figure&#160;6.2.&#160;Web Management Orientation - Console</strong></p><div class="figure-contents"><div class="mediaobject"><table border="0" style="cellpadding: 0; cellspacing: 0;" summary="manufactured viewport for HTML img" width="900"><tr><td><img alt="The Web Console" src="images/Management-Web-Console.png" width="900" /></td></tr></table></div></div></div><br class="figure-break" /><p>
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>A</em></span> - Hierarchy view. Expandable/collapsible view
+                        showing all entities within the Broker. Double click on an entity name to
+                        cause its tab to be opened. </p></li><li class="listitem"><p><span class="emphasis"><em>B</em></span> - Tab. Shows the details of an entity including its
+                        attributes and its child entities. </p></li><li class="listitem"><p><span class="emphasis"><em>C</em></span> - Occluded tab. Click tab name to bring the tab to
+                        the front.</p></li><li class="listitem"><p><span class="emphasis"><em>D</em></span> - Auto restore check box. Checked tabs will be
+                        automatically restored on subsequent login.</p></li><li class="listitem"><p><span class="emphasis"><em>E</em></span> - Close. Click to close the tab.</p></li><li class="listitem"><p><span class="emphasis"><em>F</em></span> - User Menu. Access to Preferences, Logout and
+                        Help.</p></li></ul></div><p>
+        </p><div class="figure"><a id="Java-Broker-Management-Channel-Web-Console-Orientation-Tab"></a><p class="title"><strong>Figure&#160;6.3.&#160;Web Management Orientation - Tab</strong></p><div class="figure-contents"><div class="mediaobject"><table border="0" style="cellpadding: 0; cellspacing: 0;" summary="manufactured viewport for HTML img" width="900"><tr><td><img alt="A tab within the Web Consle" src="images/Management-Web-Tab.png" width="900" /></td></tr></table></div></div></div><br class="figure-break" /><p>The elements of a tab are now explained: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>1</em></span> - Attribute Panel. Shows the attributes of the
+                        entity. Click the panel title bar opens/closes the panel.</p></li><li class="listitem"><p><span class="emphasis"><em>2</em></span> - Child Panels. Panels containing a table listing
+                        the children of the entity. Click the panel title bar opens/closes the
+                        panel.</p></li><li class="listitem"><p><span class="emphasis"><em>3</em></span> - Child Row. Row summarizing a child entity. Double
+                        click to open the child tab.</p></li><li class="listitem"><p><span class="emphasis"><em>4</em></span> - Child Operations. Buttons to add a new child or
+                        perform operations on existing children.</p></li></ul></div><p>
+        </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-Web-Console-Managing-Entities"></a>6.2.3.&#160;Managing Entities</h3></div></div></div><p>All the Entities of the Broker of can be managed through the Web Console.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Management-Channel-Web-Console-Managing-Entities-Add"></a>6.2.3.1.&#160;Adding Entities</h4></div></div></div><p>To <span class="emphasis"><em>add</em></span> a new entity, click the <code class="literal">Add</code> button
+                on the Child Panel on the Parent's tab. Clicking the Add button causes an add
+                dialogue to be displayed.</p><p>Add dialogues allow you to set the attributes of the new child, and set context
+                variables. Most fields on the add dialogue have field level help that give more
+                details about the attribute and any default value (which may be expressed in terms
+                of a context variable) that will take effect if you leave the attribute unset. An
+                example add dialogue is shown in the figure that follows.</p><div class="figure"><a id="Java-Broker-Management-Channel-Web-Console-Managing-Entities-Add-Dialogue"></a><p class="title"><strong>Figure&#160;6.4.&#160;Web Management Orientation - Add Dialogue</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Example add dialogue showing field level help" src="images/Management-Web-Add-Dialogue.png" /></div></div></div><br class="figure-break" /></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Management-Channel-Web-Console-Managing-Entities-Edit"></a>6.2.3.2.&#160;Editing Entities</h4></div></div></div><p>To <span class="emphasis"><em>edit</em></span> an existing entity, click the <code class="literal">Edit</code>
+                button on the tab corresponding to the Entity itself. Editing an entity lets you
+                change some of its attributes and modify its context variables. Most fields on the
+                edit dialogue have field level help that give more details about the attribute and
+                any default value. An example edit dialogue is shown in the figure that
+                follows.</p><div class="figure"><a id="Java-Broker-Management-Channel-Web-Console-Managing-Entities-Edit-Dialogue"></a><p class="title"><strong>Figure&#160;6.5.&#160;Web Management Orientation - Edit Dialogue</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Example edit dialogue" src="images/Management-Web-Edit-Dialogue.png" /></div></div></div><br class="figure-break" /></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Management-Channel-Web-Console-Managing-Entities-Delete"></a>6.2.3.3.&#160;Deleting Entities</h4></div></div></div><p>To <span class="emphasis"><em>remove</em></span> an existing entity, click the
+                    <code class="literal">Delete</code> button on the tab corresponding to the Entity itself.
+                For some child types, you can select many children from the parent's type and delete
+                many children at once.</p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Management-Channel-Web-Console-Managing-Context-Variables"></a>6.2.3.4.&#160;Context Variables</h4></div></div></div><p>All Entities within the Broker have the ability to have <a class="link" href="Java-Broker-Management-Managing-Entities.html#Java-Broker-Management-Managing-Entities-General" title="7.1.&#160;General Description">context
+                    variables</a> associated with them.</p><p>Most add and edit dialogues have the ability to make context variable assignments.
+                To add/change/remove a context variable, click the Context Variable panel to expand
+                it.</p><div class="figure"><a id="Java-Broker-Management-Channel-Web-Console-Managing-Entities-Context-Variables-Dialogue"></a><p class="title"><strong>Figure&#160;6.6.&#160;Web Management Orientation - Context Variables</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Editing Context Variables" src="images/Management-Web-ContextVar.png" /></div></div></div><br class="figure-break" /><p>You will see any context variables already associated with the object, called
+                local context variables in bold, and any inherited from above in normal face.</p><p>Since context variables can be defined in terms of other context variables, the
+                display has two value columns: actual and effective. Actual shows the value truely
+                associated with the variable, where as effective shows the resulting value, after
+                variable expansion has taken place.</p><p>The <code class="literal">+</code> button allows new variables to be added. The
+                    <code class="literal">-</code> button removes existing ones.</p><p>You change an existing local variables defintion by clicking on the actual value.
+                You can also <span class="emphasis"><em>provide a local definition</em></span> for an inherited value
+                by clicking on the actual value and typing its new value.</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-Management-Channel.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Channel.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Channel-REST-API.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Chapter&#160;6.&#160;Management Channels&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;6.3.&#160;REST API</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[50/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/.htaccess
----------------------------------------------------------------------
diff --git a/content/.htaccess b/content/.htaccess
index c3e7358..b5c566a 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -21,6 +21,7 @@
    RewriteBase /
 
    RewriteRule ^components/qpid-jms/(.*) /components/jms/$1 [R=301,L]
+   RewriteRule ^components/java-broker/(.*) /components/broker-j/$1 [R=301,L]
 </IfModule>
 
 <IfModule mod_deflate.c>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/amqp/index.html
----------------------------------------------------------------------
diff --git a/content/amqp/index.html b/content/amqp/index.html
index 72fb33f..c001bf0 100644
--- a/content/amqp/index.html
+++ b/content/amqp/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
@@ -144,7 +144,7 @@ possibilities for messaging applications.</p>
 <ul>
 <li><a href="/components/cpp-broker/index.html">C++ broker</a></li>
 <li><a href="/components/dispatch-router/index.html">Dispatch router</a></li>
-<li><a href="/components/java-broker/index.html">Broker for Java</a></li>
+<li><a href="/components/broker-j/index.html">Broker-J</a></li>
 <li><a href="/components/jms/index.html">Qpid JMS</a></li>
 <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
 <li><a href="/proton/index.html">Qpid Proton</a></li>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/amqp/type-reference.html
----------------------------------------------------------------------
diff --git a/content/amqp/type-reference.html b/content/amqp/type-reference.html
index 94e4bda..4a21be5 100644
--- a/content/amqp/type-reference.html
+++ b/content/amqp/type-reference.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/broker-j/index.html
----------------------------------------------------------------------
diff --git a/content/components/broker-j/index.html b/content/components/broker-j/index.html
new file mode 100644
index 0000000..899439b
--- /dev/null
+++ b/content/components/broker-j/index.html
@@ -0,0 +1,230 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Broker-J - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </div>
+
+      <div id="-middle" class="panel">
+        <ul id="-path-navigation"><li><a href="/index.html">Home</a></li><li><a href="/components/index.html">Components</a></li><li>Broker-J</li></ul>
+
+        <div id="-middle-content">
+          <div id="-left-column">
+
+<h1 id="broker-j">Broker-J</h1>
+
+<div class="feature">
+
+<p>A <a href="http://en.wikipedia.org/wiki/Message-oriented_middleware">message-oriented middleware</a> message broker written in Java
+that stores, routes, and forwards messages using AMQP.</p>
+
+</div>
+
+<h2 id="features">Features</h2>
+
+<div class="two-column">
+
+<ul>
+<li><a href="http://www.oracle.com/technetwork/java/docs-136352.html">JMS 1.1</a> compliant</li>
+<li>Speaks and translates among all versions of AMQP</li>
+<li>Management via JMX, REST, QMF, and web console</li>
+<li><a href="/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-AccessControlProviders.html">Access control lists</a></li>
+<li>Flexible logging</li>
+<li>Flow to disk</li>
+<li>Header-based routing</li>
+<li>Heartbeats</li>
+<li><a href="/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability.html">High availability</a></li>
+<li>Message groups</li>
+<li>Pluggable persistence supporting Derby, SQL, and BDB stores</li>
+<li><a href="/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security.html#Java-Broker-Security-Authentication-Providers">Pluggable authentication</a> supporting LDAP, Kerberos, and SSL client certificates</li>
+<li><a href="/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Disk-Space-Management.html#Qpid-Producer-Flow-Control">Producer flow control</a></li>
+<li>Secure connection via SSL</li>
+<li>Server-side selectors</li>
+<li>Specialized queuing with last value queue, priority queue, and sorted queue</li>
+<li>Threshold alerts</li>
+<li>Transactions</li>
+<li><a href="/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html">Undeliverable message handling</a></li>
+<li>Virtual hosts</li>
+<li>Support for message compression</li>
+</ul>
+
+</div>
+
+<h2 id="documentation">Documentation</h2>
+
+<ul>
+<li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Broker book</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/qpid/How+To+Build+Qpid+Broker-J">How to build Apache Qpid for Java</a></li>
+</ul>
+
+</div>
+
+<div id="-right-column" class="right-column-adjusted">
+
+<h2 id="releases">Releases</h2>
+
+<ul>
+<li><a href="/releases/qpid-broker-j-7.0.0">Qpid Broker-J 7.0.0</a></li>
+<li><a href="/releases/index.html#past-releases">Past releases</a></li>
+</ul>
+
+<h2 id="issues">Issues</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12310520&amp;issuetype=1&amp;priority=3">Report a bug</a></li>
+<li><a href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12310520&amp;issuetype=4&amp;priority=3">Request an improvement</a></li>
+<li><form id="-jira-goto-form">Go to issue <input name="jira" value="QPID-"/></form></li>
+<li><a href="https://issues.apache.org/jira/browse/QPID">JIRA project page</a></li>
+</ul>
+
+<h2 id="source-code">Source code</h2>
+
+<ul>
+<li><a href="https://github.com/apache/qpid-broker-j">Browse via GitHub</a></li>
+<li><a href="https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git">Git clone URL</a></li>
+</ul>
+
+<h2 id="resources">Resources</h2>
+
+<ul>
+<li><a href="security.html">Security</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/qpid/qpid+java+faq">FAQ</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/qpid/java+broker+design">Design documents</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/qpid/qpid+extensions+to+amqp">Qpid extensions to AMQP</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/qpid/qpid+java+documentation">More on the wiki</a></li>
+</ul>
+
+</div>
+
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/broker-j/security.html
----------------------------------------------------------------------
diff --git a/content/components/broker-j/security.html b/content/components/broker-j/security.html
new file mode 100644
index 0000000..e0c8636
--- /dev/null
+++ b/content/components/broker-j/security.html
@@ -0,0 +1,183 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Security - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </div>
+
+      <div id="-middle" class="panel">
+        <ul id="-path-navigation"><li><a href="/index.html">Home</a></li><li><a href="/components/index.html">Components</a></li><li><a href="/components/broker-j/index.html">Broker-J</a></li><li>Security</li></ul>
+
+        <div id="-middle-content">
+          <h1 id="security">Security</h1>
+
+<table>
+<thead>
+<tr>
+  <th>CVE-ID</th>
+  <th>Severity</th>
+  <th>Affected versions</th>
+  <th>Fixed versions</th>
+  <th>Summary</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+  <td><a href="/cves/CVE-2016-3094.html">CVE-2016-3094</a></td>
+  <td>Important</td>
+  <td>6.0.0, 6.0.1, and 6.0.2</td>
+  <td>6.0.3</td>
+  <td>Denial of service</td>
+</tr>
+<tr>
+  <td><a href="/cves/CVE-2016-4432.html">CVE-2016-4432</a></td>
+  <td>Important</td>
+  <td>6.0.2 and earlier</td>
+  <td>6.0.3</td>
+  <td>Authentication bypass</td>
+</tr>
+<tr>
+  <td><a href="/cves/CVE-2016-8741.html">CVE-2016-8741</a></td>
+  <td>Moderate</td>
+  <td>6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.0.5, and 6.1.0</td>
+  <td>6.0.6, 6.1.1</td>
+  <td>Information leakage</td>
+</tr>
+</tbody>
+</table>
+
+<p>See the main <a href="/security.html">security</a> page for general
+information and details for other components.</p>
+
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/cpp-broker/index.html
----------------------------------------------------------------------
diff --git a/content/components/cpp-broker/index.html b/content/components/cpp-broker/index.html
index 6f7513b..ec6147c 100644
--- a/content/components/cpp-broker/index.html
+++ b/content/components/cpp-broker/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/cpp-broker/security.html
----------------------------------------------------------------------
diff --git a/content/components/cpp-broker/security.html b/content/components/cpp-broker/security.html
index a9071f0..5897a36 100644
--- a/content/components/cpp-broker/security.html
+++ b/content/components/cpp-broker/security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/dispatch-router/addressing.html
----------------------------------------------------------------------
diff --git a/content/components/dispatch-router/addressing.html b/content/components/dispatch-router/addressing.html
index 5952a59..73bfb09 100644
--- a/content/components/dispatch-router/addressing.html
+++ b/content/components/dispatch-router/addressing.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/dispatch-router/amqp-mapping.html
----------------------------------------------------------------------
diff --git a/content/components/dispatch-router/amqp-mapping.html b/content/components/dispatch-router/amqp-mapping.html
index 09f46e6..1de9996 100644
--- a/content/components/dispatch-router/amqp-mapping.html
+++ b/content/components/dispatch-router/amqp-mapping.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/dispatch-router/index.html
----------------------------------------------------------------------
diff --git a/content/components/dispatch-router/index.html b/content/components/dispatch-router/index.html
index 4a6f171..1ff39d2 100644
--- a/content/components/dispatch-router/index.html
+++ b/content/components/dispatch-router/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/dispatch-router/overview.html
----------------------------------------------------------------------
diff --git a/content/components/dispatch-router/overview.html b/content/components/dispatch-router/overview.html
index c321b21..cfc1e86 100644
--- a/content/components/dispatch-router/overview.html
+++ b/content/components/dispatch-router/overview.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/dispatch-router/release-0.1.html
----------------------------------------------------------------------
diff --git a/content/components/dispatch-router/release-0.1.html b/content/components/dispatch-router/release-0.1.html
index b5ae8f2..a1075e5 100644
--- a/content/components/dispatch-router/release-0.1.html
+++ b/content/components/dispatch-router/release-0.1.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/index.html
----------------------------------------------------------------------
diff --git a/content/components/index.html b/content/components/index.html
index 28f2ea6..4e0e9c0 100644
--- a/content/components/index.html
+++ b/content/components/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
@@ -147,7 +147,7 @@ reliability.</p>
 <a href="http://en.wikipedia.org/wiki/Message-oriented_middleware">message-oriented middleware</a>
 brokers.  They offer specialized queueing behaviors, message
 persistence, and manageability.  Qpid offers pure-Java and native-code
-implementations, the <a href="java-broker/index.html">Broker for Java</a> and the
+implementations, the <a href="broker-j/index.html">Broker-J</a> and the
 <a href="cpp-broker/index.html">C++ broker</a>.</p>
 
 <p><a href="dispatch-router/index.html">Dispatch router</a> is a new kind of
@@ -165,7 +165,7 @@ connecting clients, brokers, and standalone services.</p>
 <h2 id="messaging-servers">Messaging servers</h2>
 
 <ul>
-<li><a href="java-broker/index.html">Broker for Java</a> - A pure-Java AMQP message broker</li>
+<li><a href="broker-j/index.html">Broker-J</a> - A pure-Java AMQP message broker</li>
 <li><a href="cpp-broker/index.html">C++ broker</a> - A native-code AMQP message broker</li>
 <li><a href="dispatch-router/index.html">Dispatch router</a> - An AMQP router for scalable messaging interconnect</li>
 </ul>
@@ -197,7 +197,7 @@ connecting clients, brokers, and standalone services.</p>
   <td>1.0</td>
 </tr>
 <tr>
-  <td><a href="/components/java-broker/index.html">Broker for Java</a></td>
+  <td><a href="/components/broker-j/index.html">Broker-J</a></td>
   <td>-</td>
   <td>JVM</td>
   <td>1.0, 0-10, 0-9-1, 0-9, 0-8</td>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/interop-test/index.html
----------------------------------------------------------------------
diff --git a/content/components/interop-test/index.html b/content/components/interop-test/index.html
index 1cac596..8f702a3 100644
--- a/content/components/interop-test/index.html
+++ b/content/components/interop-test/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/java-broker/index.html
----------------------------------------------------------------------
diff --git a/content/components/java-broker/index.html b/content/components/java-broker/index.html
index 92b0877..7b6cc26 100644
--- a/content/components/java-broker/index.html
+++ b/content/components/java-broker/index.html
@@ -21,7 +21,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
   <head>
-    <title>Broker for Java - Apache Qpid&#8482;</title>
+    <title>index.html - Apache Qpid&#8482;</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
     <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
@@ -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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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,95 +111,14 @@ 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="/components/index.html">Components</a></li><li>Broker for Java</li></ul>
+        <ul id="-path-navigation"><li><a href="/index.html">Home</a></li><li><a href="/components/index.html">Components</a></li><li>index.html</li></ul>
 
         <div id="-middle-content">
-          <div id="-left-column">
+          <script type="javascript">
+window.location.href="../broker-j/index.html";
+</script>
 
-<h1 id="broker-for-java">Broker for Java</h1>
-
-<div class="feature">
-
-<p>A <a href="http://en.wikipedia.org/wiki/Message-oriented_middleware">message-oriented middleware</a> message broker written in Java
-that stores, routes, and forwards messages using AMQP.</p>
-
-</div>
-
-<h2 id="features">Features</h2>
-
-<div class="two-column">
-
-<ul>
-<li><a href="http://www.oracle.com/technetwork/java/docs-136352.html">JMS 1.1</a> compliant</li>
-<li>Speaks and translates among all versions of AMQP</li>
-<li>Management via JMX, REST, QMF, and web console</li>
-<li><a href="/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Security-ACLs.html">Access control lists</a></li>
-<li>Flexible logging</li>
-<li>Flow to disk</li>
-<li>Header-based routing</li>
-<li>Heartbeats</li>
-<li><a href="/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability.html">High availability</a></li>
-<li>Message groups</li>
-<li>Pluggable persistence supporting Derby, SQL, and BDB stores</li>
-<li><a href="/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Security.html#Java-Broker-Security-Authentication-Providers">Pluggable authentication</a> supporting LDAP, Kerberos, and SSL client certificates</li>
-<li><a href="/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html#Qpid-Producer-Flow-Control">Producer flow control</a></li>
-<li>Secure connection via SSL</li>
-<li>Server-side selectors</li>
-<li>Specialized queuing with last value queue, priority queue, and sorted queue</li>
-<li>Threshold alerts</li>
-<li>Transactions</li>
-<li><a href="/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html">Undeliverable message handling</a></li>
-<li>Virtual hosts</li>
-<li>Support for message compression</li>
-</ul>
-
-</div>
-
-<h2 id="documentation">Documentation</h2>
-
-<ul>
-<li><a href="/releases/qpid-java-6.1.4/java-broker/book/index.html">Broker book</a></li>
-<li><a href="https://cwiki.apache.org/confluence/display/qpid/qpid+java+build+how+to">How to build Apache Qpid for Java</a></li>
-</ul>
-
-</div>
-
-<div id="-right-column" class="right-column-adjusted">
-
-<h2 id="releases">Releases</h2>
-
-<ul>
-<li><a href="/releases/qpid-java-6.1.4">Qpid for Java 6.1.4</a></li>
-<li><a href="/releases/index.html#past-releases">Past releases</a></li>
-</ul>
-
-<h2 id="issues">Issues</h2>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12310520&amp;issuetype=1&amp;priority=3">Report a bug</a></li>
-<li><a href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12310520&amp;issuetype=4&amp;priority=3">Request an improvement</a></li>
-<li><form id="-jira-goto-form">Go to issue <input name="jira" value="QPID-"/></form></li>
-<li><a href="https://issues.apache.org/jira/browse/QPID">JIRA project page</a></li>
-</ul>
-
-<h2 id="source-code">Source code</h2>
-
-<ul>
-<li><a href="https://github.com/apache/qpid-broker-j">Browse via GitHub</a></li>
-<li><a href="https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git">Git clone URL</a></li>
-</ul>
-
-<h2 id="resources">Resources</h2>
-
-<ul>
-<li><a href="security.html">Security</a></li>
-<li><a href="https://cwiki.apache.org/confluence/display/qpid/qpid+java+faq">FAQ</a></li>
-<li><a href="https://cwiki.apache.org/confluence/display/qpid/java+broker+design">Design documents</a></li>
-<li><a href="https://cwiki.apache.org/confluence/display/qpid/qpid+extensions+to+amqp">Qpid extensions to AMQP</a></li>
-<li><a href="https://cwiki.apache.org/confluence/display/qpid/qpid+java+documentation">More on the wiki</a></li>
-</ul>
-
-</div>
+<p>The page was moved <a href="../broker-j/index.html">here</a>.</p>
 
 
           <hr/>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/java-broker/security.html
----------------------------------------------------------------------
diff --git a/content/components/java-broker/security.html b/content/components/java-broker/security.html
index 20706a5..58d8019 100644
--- a/content/components/java-broker/security.html
+++ b/content/components/java-broker/security.html
@@ -21,7 +21,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
   <head>
-    <title>Security - Apache Qpid&#8482;</title>
+    <title>security.html - Apache Qpid&#8482;</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
     <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
@@ -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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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,48 +111,14 @@ 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="/components/index.html">Components</a></li><li><a href="/components/java-broker/index.html">Broker for Java</a></li><li>Security</li></ul>
+        <ul id="-path-navigation"><li><a href="/index.html">Home</a></li><li><a href="/components/index.html">Components</a></li><li><a href="/components/java-broker/index.html">index.html</a></li><li>security.html</li></ul>
 
         <div id="-middle-content">
-          <h1 id="security">Security</h1>
-
-<table>
-<thead>
-<tr>
-  <th>CVE-ID</th>
-  <th>Severity</th>
-  <th>Affected versions</th>
-  <th>Fixed versions</th>
-  <th>Summary</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-  <td><a href="/cves/CVE-2016-3094.html">CVE-2016-3094</a></td>
-  <td>Important</td>
-  <td>6.0.0, 6.0.1, and 6.0.2</td>
-  <td>6.0.3</td>
-  <td>Denial of service</td>
-</tr>
-<tr>
-  <td><a href="/cves/CVE-2016-4432.html">CVE-2016-4432</a></td>
-  <td>Important</td>
-  <td>6.0.2 and earlier</td>
-  <td>6.0.3</td>
-  <td>Authentication bypass</td>
-</tr>
-<tr>
-  <td><a href="/cves/CVE-2016-8741.html">CVE-2016-8741</a></td>
-  <td>Moderate</td>
-  <td>6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.0.5, and 6.1.0</td>
-  <td>6.0.6, 6.1.1</td>
-  <td>Information leakage</td>
-</tr>
-</tbody>
-</table>
-
-<p>See the main <a href="/security.html">security</a> page for general
-information and details for other components.</p>
+          <script type="javascript">
+window.location.href="../broker-j/security.html";
+</script>
+
+<p>The page was moved <a href="../broker-j/security.html">here</a>.</p>
 
 
           <hr/>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/jms/amqp-0-x.html
----------------------------------------------------------------------
diff --git a/content/components/jms/amqp-0-x.html b/content/components/jms/amqp-0-x.html
index b7403a3..a95d7e0 100644
--- a/content/components/jms/amqp-0-x.html
+++ b/content/components/jms/amqp-0-x.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/jms/index.html
----------------------------------------------------------------------
diff --git a/content/components/jms/index.html b/content/components/jms/index.html
index fab62a0..3d51333 100644
--- a/content/components/jms/index.html
+++ b/content/components/jms/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/jms/security-0-x.html
----------------------------------------------------------------------
diff --git a/content/components/jms/security-0-x.html b/content/components/jms/security-0-x.html
index cf9c0cf..eb5cc50 100644
--- a/content/components/jms/security-0-x.html
+++ b/content/components/jms/security-0-x.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/jms/security.html
----------------------------------------------------------------------
diff --git a/content/components/jms/security.html b/content/components/jms/security.html
index d25781e..025fdff 100644
--- a/content/components/jms/security.html
+++ b/content/components/jms/security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/components/messaging-api/index.html
----------------------------------------------------------------------
diff --git a/content/components/messaging-api/index.html b/content/components/messaging-api/index.html
index b05ad9d..3e080b6 100644
--- a/content/components/messaging-api/index.html
+++ b/content/components/messaging-api/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/contributors.html
----------------------------------------------------------------------
diff --git a/content/contributors.html b/content/contributors.html
index 0f9a4bd..a09fb38 100644
--- a/content/contributors.html
+++ b/content/contributors.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/cves/CVE-2014-3629.html
----------------------------------------------------------------------
diff --git a/content/cves/CVE-2014-3629.html b/content/cves/CVE-2014-3629.html
index 761953e..d7554d7 100644
--- a/content/cves/CVE-2014-3629.html
+++ b/content/cves/CVE-2014-3629.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/cves/CVE-2015-0203.html
----------------------------------------------------------------------
diff --git a/content/cves/CVE-2015-0203.html b/content/cves/CVE-2015-0203.html
index 5b7d096..297e62a 100644
--- a/content/cves/CVE-2015-0203.html
+++ b/content/cves/CVE-2015-0203.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/cves/CVE-2015-0223.html
----------------------------------------------------------------------
diff --git a/content/cves/CVE-2015-0223.html b/content/cves/CVE-2015-0223.html
index 86b4f1b..c760f35 100644
--- a/content/cves/CVE-2015-0223.html
+++ b/content/cves/CVE-2015-0223.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/cves/CVE-2015-0224.html
----------------------------------------------------------------------
diff --git a/content/cves/CVE-2015-0224.html b/content/cves/CVE-2015-0224.html
index 26d1a84..b44c70c 100644
--- a/content/cves/CVE-2015-0224.html
+++ b/content/cves/CVE-2015-0224.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/cves/CVE-2016-2166.html
----------------------------------------------------------------------
diff --git a/content/cves/CVE-2016-2166.html b/content/cves/CVE-2016-2166.html
index c00eafa..b5e7e25 100644
--- a/content/cves/CVE-2016-2166.html
+++ b/content/cves/CVE-2016-2166.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/cves/CVE-2016-3094.html
----------------------------------------------------------------------
diff --git a/content/cves/CVE-2016-3094.html b/content/cves/CVE-2016-3094.html
index 9648dcd..0758502 100644
--- a/content/cves/CVE-2016-3094.html
+++ b/content/cves/CVE-2016-3094.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
@@ -122,7 +122,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
 <h2 id="affected-components">Affected components</h2>
 
-<p>Broker for Java</p>
+<p>Broker-J</p>
 
 <h2 id="affected-versions">Affected versions</h2>
 
@@ -137,7 +137,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 <p>Denial of Service.</p>
 
 <p>A malformed authentication attempt may cause the broker to terminate.
-The Apache Qpid Broker for Java supports a number of configurable
+The Apache Qpid Broker-J supports a number of configurable
 authentication providers each supporting various SASL mechanisms. Some
 mechanisms need (or can be configured to accept) plain-text passwords
 being sent to the Broker (using the SASL "PLAIN" mechanism).  Where
@@ -153,7 +153,7 @@ on non-TLS ports, but enabled on TLS connections).</p>
 
 <h2 id="mitigation">Mitigation</h2>
 
-<p>Users should upgrade their Apache Qpid Broker for Java to
+<p>Users should upgrade their Apache Qpid Broker-J to
 version 6.0.3 or later.  If this is not possible, users can disable
 the PLAIN mechanism for their authentication manager on versions 0.32
 and later by adding "PLAIN" to the list of disabledMechanisms on their

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/cves/CVE-2016-4432.html
----------------------------------------------------------------------
diff --git a/content/cves/CVE-2016-4432.html b/content/cves/CVE-2016-4432.html
index 7e19dfe..8ab3d60 100644
--- a/content/cves/CVE-2016-4432.html
+++ b/content/cves/CVE-2016-4432.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
@@ -122,7 +122,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
 <h2 id="affected-components">Affected components</h2>
 
-<p>Qpid Broker for Java</p>
+<p>Qpid Broker-J</p>
 
 <h2 id="affected-versions">Affected versions</h2>
 
@@ -150,7 +150,7 @@ require SSL client authentication for all messaging connections.</p>
 
 <h2 id="resolution">Resolution</h2>
 
-<p>Users should upgrade the Apache Qpid Broker for Java to
+<p>Users should upgrade the Apache Qpid Broker-J to
 version 6.0.3 or later (recommended).</p>
 
 <h2 id="mitigation">Mitigation</h2>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/cves/CVE-2016-4467.html
----------------------------------------------------------------------
diff --git a/content/cves/CVE-2016-4467.html b/content/cves/CVE-2016-4467.html
index 48a6dc4..ec373af 100644
--- a/content/cves/CVE-2016-4467.html
+++ b/content/cves/CVE-2016-4467.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/cves/CVE-2016-4974.html
----------------------------------------------------------------------
diff --git a/content/cves/CVE-2016-4974.html b/content/cves/CVE-2016-4974.html
index 0f13648..f38b3d6 100644
--- a/content/cves/CVE-2016-4974.html
+++ b/content/cves/CVE-2016-4974.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/cves/CVE-2016-4974_0-x.html
----------------------------------------------------------------------
diff --git a/content/cves/CVE-2016-4974_0-x.html b/content/cves/CVE-2016-4974_0-x.html
index f1de83e..accd8d6 100644
--- a/content/cves/CVE-2016-4974_0-x.html
+++ b/content/cves/CVE-2016-4974_0-x.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/cves/CVE-2016-8741.html
----------------------------------------------------------------------
diff --git a/content/cves/CVE-2016-8741.html b/content/cves/CVE-2016-8741.html
index 6835235..5b933f2 100644
--- a/content/cves/CVE-2016-8741.html
+++ b/content/cves/CVE-2016-8741.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
@@ -122,7 +122,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
 <h2 id="affected-components">Affected components</h2>
 
-<p>Qpid Broker for Java</p>
+<p>Qpid Broker-J</p>
 
 <h2 id="affected-versions">Affected versions</h2>
 
@@ -136,7 +136,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
 <p>Information Leakage.</p>
 
-<p>The Qpid Broker for Java can be configured to use different so called
+<p>The Qpid Broker-J can be configured to use different so called
 AuthenticationProviders to handle user authentication.  Among the
 choices are the SCRAM-SHA-1 and SCRAM-SHA-256 AuthenticationProvider
 types.</p>
@@ -151,7 +151,7 @@ SCRAM-SHA-1 and SCRAM-SHA-256.</p>
 
 <h2 id="mitigation">Mitigation</h2>
 
-<p>Users should upgrade the Qpid Broker for Java to version 6.0.6,
+<p>Users should upgrade the Qpid Broker-J to version 6.0.6,
 6.1.1, or later (recommended).</p>
 
 <p>If upgrading is not possible, the vulnerability can be mitigated by

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/cves/template.html
----------------------------------------------------------------------
diff --git a/content/cves/template.html b/content/cves/template.html
index 31e5664..ed72f48 100644
--- a/content/cves/template.html
+++ b/content/cves/template.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/dashboard.html
----------------------------------------------------------------------
diff --git a/content/dashboard.html b/content/dashboard.html
index 04adc5a..7685983 100644
--- a/content/dashboard.html
+++ b/content/dashboard.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
@@ -140,9 +140,9 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 </thead>
 <tbody>
 <tr>
-  <td><a href="/components/java-broker/index.html">Qpid Broker-J</a></td>
-  <td><a href="/releases/qpid-java-6.1.4">6.1.4</a></td>
-  <td><a href="https://issues.apache.org/jira/projects/QPID">Summary</a> &#x2022; <a href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPID+and+resolution+is+null+and+component+in+%28%22Java+Broker%22%2C+%22Java+Build%22%2C+%22Java+Client%22%2C+%22Java+Common%22%2C+%22Java+Documentation%22%2C+%22Java+Performance+Tests%22%2C+%22Java+Tests%22%2C+%22Java+Tools%22%2C+%22JCA%22%29">Open issues</a> &#x2022; <a href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPID+and+component+in+%28%22Java+Broker%22%2C+%22Java+Build%22%2C+%22Java+Client%22%2C+%22Java+Common%22%2C+%22Java+Documentation%22%2C+%22Java+Performance+Tests%22%2C+%22Java+Tests%22%2C+%22Java+Tools%22%2C+%22JCA%22%29">All issues</a> &#x2022; <a href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12310520">Create issue</a></td>
+  <td><a href="/components/broker-j/index.html">Qpid Broker-J</a></td>
+  <td><a href="/releases/qpid-broker-j-7.0.0">7.0.0</a></td>
+  <td><a href="https://issues.apache.org/jira/projects/QPID">Summary</a> &#x2022; <a href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPID+and+resolution+is+null+and+component+in+%28%22Java+Broker%22%2C+%22Java+Build%22%2C+%22Java+Documentation%22%2C+%22Java+Performance+Tests%22%2C+%22Java+Tests%22%2C+%22Java+Tools%22%29">Open issues</a> &#x2022; <a href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPID+and+component+in+%28%22Java+Broker%22%2C+%22Java+Build%22%2C+%22Java+Documentation%22%2C+%22Java+Performance+Tests%22%2C+%22Java+Tests%22%2C+%22Java+Tools%22%29">All issues</a> &#x2022; <a href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12310520">Create issue</a></td>
   <td><a href="https://builds.apache.org/blue/organizations/jenkins/Qpid-BrokerForJava-Test-IBMJDK1.8/activity"><img src="https://builds.apache.org/buildStatus/icon?job=Qpid-BrokerForJava-Test-IBMJDK1.8" height="20"/></a> <a href="https://builds.apache.org/blue/organizations/jenkins/Qpid-BrokerForJava-Checks/activity"><img src="https://builds.apache.org/buildStatus/icon?job=Qpid-BrokerForJava-Checks" height="20"/></a> <a href="https://builds.apache.org/blue/organizations/jenkins/Qpid-Python-Java-Test/activity"><img src="https://builds.apache.org/buildStatus/icon?job=Qpid-Python-Java-Test" height="20"/></a></td>
   <td><a href="https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git">Git</a> &#x2022; <a href="https://github.com/apache/qpid-broker-j">GitHub</a></td>
 </tr>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/discussion.html
----------------------------------------------------------------------
diff --git a/content/discussion.html b/content/discussion.html
index 875d8dd..2f56f7e 100644
--- a/content/discussion.html
+++ b/content/discussion.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
@@ -169,7 +169,7 @@ unsubscribe address.</p>
 <p><strong>NOTE</strong>: The Qpid project offers various components in many different
 languages. When mailing the lists, please be specific about which
 component, or even which part of a given component, that you are
-using. For example, "I'm using the Qpid Broker for Java
+using. For example, "I'm using the Qpid Broker-J
 &lt;version&gt; with the Qpid JMS &lt;version&gt; AMQP 1.0 client"
 rather than "I'm using the broker and JMS client".</p>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/documentation.html
----------------------------------------------------------------------
diff --git a/content/documentation.html b/content/documentation.html
index d38cc65..245ea41 100644
--- a/content/documentation.html
+++ b/content/documentation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
@@ -177,11 +177,11 @@ You can find older versions with our
 
 <section>
 
-<h3 id="broker-for-java">Broker for Java</h3>
+<h3 id="broker-j">Broker-J</h3>
 
 <ul>
-<li><a href="/components/java-broker/index.html">Overview</a></li>
-<li><a href="/releases/qpid-java-6.1.4/java-broker/book/index.html">Broker book</a></li>
+<li><a href="/components/broker-j/index.html">Overview</a></li>
+<li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Broker book</a></li>
 </ul>
 
 </section>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/download.html
----------------------------------------------------------------------
diff --git a/content/download.html b/content/download.html
index 4ff7073..975513f 100644
--- a/content/download.html
+++ b/content/download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
@@ -181,9 +181,9 @@ process. The downloads on this page are from our
 </thead>
 <tbody>
 <tr>
-  <td><a href="/components/java-broker/index.html">Broker for Java</a></td>
-  <td><a href="http://www.apache.org/dyn/closer.lua/qpid/java/6.1.4/binaries/qpid-broker-6.1.4-bin.tar.gz">qpid-broker-6.1.4-bin.tar.gz</a>*</td>
-  <td><a href="http://www.apache.org/dist/qpid/java/6.1.4/binaries/qpid-broker-6.1.4-bin.tar.gz.asc">ASC</a>, <a href="http://www.apache.org/dist/qpid/java/6.1.4/binaries/qpid-broker-6.1.4-bin.tar.gz.md5">MD5</a>, <a href="http://www.apache.org/dist/qpid/java/6.1.4/binaries/qpid-broker-6.1.4-bin.tar.gz.sha">SHA512</a></td>
+  <td><a href="/components/broker-j/index.html">Broker-J</a></td>
+  <td><a href="http://www.apache.org/dyn/closer.lua/qpid/broker-j/7.0.0/binaries/apache-qpid-broker-j-7.0.0-bin.tar.gz">apache-qpid-broker-j-7.0.0-bin.tar.gz</a>*</td>
+  <td><a href="http://www.apache.org/dist/qpid/broker-j/7.0.0/binaries/apache-qpid-broker-j-7.0.0-bin.tar.gz.asc">ASC</a>, <a href="http://www.apache.org/dist/qpid/broker-j/7.0.0/binaries/apache-qpid-broker-j-7.0.0-bin.tar.gz.md5">MD5</a>, <a href="http://www.apache.org/dist/qpid/broker-j/7.0.0/binaries/apache-qpid-broker-j-7.0.0-bin.tar.gz.sha512">SHA512</a></td>
 </tr>
 <tr>
   <td><a href="/components/cpp-broker/index.html">C++ broker</a></td>
@@ -210,6 +210,11 @@ and
 <a href="http://www.apache.org/dist/qpid/jms/0.27.0/apache-qpid-jms-0.27.0-src.tar.gz.md5">MD5</a>,
 <a href="http://www.apache.org/dist/qpid/jms/0.27.0/apache-qpid-jms-0.27.0-src.tar.gz.sha512">SHA512</a>]
 and
+<a href="http://www.apache.org/dyn/closer.lua/qpid/broker-j/7.0.0/apache-qpid-broker-j-7.0.0-src.tar.gz">Qpid Broker-J source release</a>
+[<a href="http://www.apache.org/dist/qpid/broker-j/7.0.0/apache-qpid-broker-j-7.0.0-src.tar.gz.asc">ASC</a>,
+<a href="http://www.apache.org/dist/qpid/broker-j/7.0.0/apache-qpid-broker-j-7.0.0-src.tar.gz.md5">MD5</a>,
+<a href="http://www.apache.org/dist/qpid/broker-j/7.0.0/apache-qpid-broker-j-7.0.0-src.tar.gz.sha512">SHA512</a>]
+and
 <a href="http://www.apache.org/dyn/closer.lua/qpid/java/6.1.4/qpid-java-6.1.4.tar.gz">Qpid for Java source release</a>
 [<a href="http://www.apache.org/dist/qpid/java/6.1.4/qpid-java-6.1.4.tar.gz.asc">ASC</a>,
 <a href="http://www.apache.org/dist/qpid/java/6.1.4/qpid-java-6.1.4.tar.gz.md5">MD5</a>,

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/electron/index.html
----------------------------------------------------------------------
diff --git a/content/electron/index.html b/content/electron/index.html
index a6fe6fb..5db916a 100644
--- a/content/electron/index.html
+++ b/content/electron/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/get-involved.html
----------------------------------------------------------------------
diff --git a/content/get-involved.html b/content/get-involved.html
index 3fa0c69..4c672f2 100644
--- a/content/get-involved.html
+++ b/content/get-involved.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index c06df76..3a5216b 100644
--- a/content/index.html
+++ b/content/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
@@ -142,7 +142,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
   <h2>Deploy AMQP networks</h2>
   
   <ul>
-    <li><a href="/components/java-broker/index.html">Broker for Java</a> - A pure-Java AMQP message broker</li>
+    <li><a href="/components/broker-j/index.html">Broker-J</a> - A pure-Java AMQP message broker</li>
     <li><a href="/components/cpp-broker/index.html">C++ broker</a> - A native-code AMQP message broker</li>
     <li><a href="/components/dispatch-router/index.html">Dispatch router</a> - A lightweight AMQP message router</li>
   </ul>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/issues.html
----------------------------------------------------------------------
diff --git a/content/issues.html b/content/issues.html
index 561dac6..8f99ee5 100644
--- a/content/issues.html
+++ b/content/issues.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/maven.html
----------------------------------------------------------------------
diff --git a/content/maven.html b/content/maven.html
index f5089b9..ef543d8 100644
--- a/content/maven.html
+++ b/content/maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/overview.html
----------------------------------------------------------------------
diff --git a/content/overview.html b/content/overview.html
index aad849c..ba77ac9 100644
--- a/content/overview.html
+++ b/content/overview.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/packages.html
----------------------------------------------------------------------
diff --git a/content/packages.html b/content/packages.html
index 2fb008c..f8e2e01 100644
--- a/content/packages.html
+++ b/content/packages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/proton/contributing.html
----------------------------------------------------------------------
diff --git a/content/proton/contributing.html b/content/proton/contributing.html
index 14cd8ca..52a78f7 100644
--- a/content/proton/contributing.html
+++ b/content/proton/contributing.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/proton/index.html
----------------------------------------------------------------------
diff --git a/content/proton/index.html b/content/proton/index.html
index 9d9810c..3e6b5ec 100644
--- a/content/proton/index.html
+++ b/content/proton/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/proton/messenger.html
----------------------------------------------------------------------
diff --git a/content/proton/messenger.html b/content/proton/messenger.html
index e9e67b6..f04a46b 100644
--- a/content/proton/messenger.html
+++ b/content/proton/messenger.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/proton/overview.html
----------------------------------------------------------------------
diff --git a/content/proton/overview.html b/content/proton/overview.html
index b50c373..70b6845 100644
--- a/content/proton/overview.html
+++ b/content/proton/overview.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/proton/security.html
----------------------------------------------------------------------
diff --git a/content/proton/security.html b/content/proton/security.html
index 57adb61..ec04bab 100644
--- a/content/proton/security.html
+++ b/content/proton/security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/proton/submitting-patches.html
----------------------------------------------------------------------
diff --git a/content/proton/submitting-patches.html b/content/proton/submitting-patches.html
index 431d9d5..08039de 100644
--- a/content/proton/submitting-patches.html
+++ b/content/proton/submitting-patches.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/index.html
----------------------------------------------------------------------
diff --git a/content/releases/index.html b/content/releases/index.html
index 7ca7a90..3d08028 100644
--- a/content/releases/index.html
+++ b/content/releases/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
@@ -126,6 +126,7 @@ the
 <div class="two-column">
 
 <ul>
+<li><a href="qpid-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a>, November 2017</li>
 <li><a href="qpid-jms-0.27.0/index.html">Qpid JMS 0.27.0</a>, October 2017</li>
 <li><a href="qpid-proton-0.18.1/index.html">Qpid Proton 0.18.1</a>, November 2017</li>
 <li><a href="qpid-proton-j-0.23.0/index.html">Qpid Proton-J 0.23.0</a>, October 2017</li>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[05/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started.html
index fd2ba96..690d480 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Backup.html
index 3b1a852..c34902c 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index 235df9b..1ac4eda 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 1821eec..4041c95 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index 42fbc5d..02ae8d2 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index 6d4d35c..aef5517 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index 03c0cb4..7c8967f 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index 030ba4d..75dec78 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index 15767b1..a2446a4 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index 51e49b3..1bcf773 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Security.html
index b6401b8..2e0a33c 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability.html
index 0aac5b8..bf767cb 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index f0e6437..af4f3fd 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index 2f7a8ca..3d73342 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index 195d38c..fc5e7d4 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index 26a518c..ca0e3ce 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index dc580a8..0a74f17 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index b1163f0..ffa1512 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index feaea73..95bd846 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration.html
index ab54425..a02aa4e 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-Download.html
index c906628..5c91cd4 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index 7a1c470..e1b40dd 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index c72d618..2c04546 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index 59a5401..d57e160 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-Prerequistes.html
index eac5615..640ce65 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation.html
index 521e219..e590c87 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Introduction.html
index 7483970..f08b155 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index 898e251..d992760 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-QMF.html
index 12de65b..1036bff 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index 8ab73df..0c692d6 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index f00a801..dabd0ba 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel.html
index 7a8d0ea..352ed94 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index 06f277b..c2e15d0 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index 0a487de..a967fa1 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Broker.html
index 41776ec..8eea7b9 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index 76a1cf7..584b7ca 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index 55c1c35..a255b33 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Entities.html
index 79b4936..7ac8c0d 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index 4905c4c..882f27e 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index fd9905d..d1d0a52 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index 8b8697e..f85fdb3 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index 0c5d7fa..8a3ded6 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Ports.html
index 6f2da49..e95ad09 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Queues.html
index 9fa8ef3..0754199 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index 011582e..35a8cdf 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index 515ef0a..f06f803 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index b0a1a96..1d60fe6 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index 6f93b56..d915599 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index 990a20a..7281b85 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index 69dceb2..d3d56a7 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous.html
index 5d4dee2..2098216 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index 84ad806..9deb55b 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index d1f7748..1dd8353 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index 674b332..c231831 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Consumers.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Consumers.html
index 1f7bbd0..8aaa7b8 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Consumers.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index 18bdb71..482c2e5 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index e401094..bc3837e 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index 4e7dedd..524f6cc 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Memory.html
index edb0efa..5bb585f 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index 6b5faaa..b467956 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index 01478df..4b45d84 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime.html
index 56182e6..49e6086 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-ACLs.html
index c5a89d3..2828f71 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index 7e1c163..dab407b 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-Group-Providers.html
index 86a2d1a..52480fb 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security.html
index b0fde58..5e32c2d 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/index.html b/content/releases/qpid-java-6.1.2/java-broker/book/index.html
index aac8219..e511197 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Book.html b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Book.html
index 5f9b1bd..57f2158 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Book.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
index fd6b5bf..4b4bdbd 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
index b355ba2..d322c80 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
index 1311bab..2a81489 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
index bdfd40c..d2eb639 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring.html b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
index 8313cd3..141b225 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Configuring.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Example.html b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Example.html
index 41337bc..2e4409f 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Example.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
index 456db65..8bd2b2c 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
index 76fe5cc..1d5112a 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[15/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index 14453f7..25f9b45 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index ace0cac..a2945c4 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index 47e3c3e..2702823 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index c7b79c0..ae13401 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index 0d29aac..4e6aa73 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index ebef296..8b38e28 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index 6980b2d..5a380bb 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index d5fd2af..ca41ef2 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index 86766d5..5bf8a4f 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index 70c751e..c9fc5b8 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index 01872d2..30152e1 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index bf774af..5afa9fa 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index e0bb836..1814c41 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index 74efec9..7c835a1 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index e6af2d2..787bd1b 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index 134b9b8..afd0e13 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index 0fc8cb5..9a56784 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index b9ef073..6b2e50d 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index f516b86..5ec5783 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index d16ac47..adf0fd7 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index 685bfc0..cbacf80 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index 53dbc3f..a80de65 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-Book.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-Book.html
index f787984..9799b90 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-Book.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/index.html
index 50e9515..7f74b04 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.0.5/qpid-jms/examples/Drain.java.html
index 126e932..3727c01 100644
--- a/content/releases/qpid-java-6.0.5/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.0.5/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.0.5/qpid-jms/examples/Hello.java.html
index 6975f2f..a0d2ce5 100644
--- a/content/releases/qpid-java-6.0.5/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.0.5/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.0.5/qpid-jms/examples/ListReceiver.java.html
index 76b9f0d..9ab35a3 100644
--- a/content/releases/qpid-java-6.0.5/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.0.5/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.0.5/qpid-jms/examples/ListSender.java.html
index 93f1936..f08285e 100644
--- a/content/releases/qpid-java-6.0.5/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.0.5/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.0.5/qpid-jms/examples/MapReceiver.java.html
index c4ff5e2..c6593b7 100644
--- a/content/releases/qpid-java-6.0.5/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.0.5/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.0.5/qpid-jms/examples/MapSender.java.html
index c611b26..05a7481 100644
--- a/content/releases/qpid-java-6.0.5/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.0.5/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.0.5/qpid-jms/examples/OptionParser.java.html
index a18b742..4eef32e 100644
--- a/content/releases/qpid-java-6.0.5/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.0.5/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.0.5/qpid-jms/examples/Spout.java.html
index 688ee52..6e1efb4 100644
--- a/content/releases/qpid-java-6.0.5/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.0.5/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.0.5/qpid-jms/examples/hello.properties.html
index cfa19cf..43a4215 100644
--- a/content/releases/qpid-java-6.0.5/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.0.5/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/qpid-jms/examples/index.html b/content/releases/qpid-java-6.0.5/qpid-jms/examples/index.html
index 5d0942a..5d2e191 100644
--- a/content/releases/qpid-java-6.0.5/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.0.5/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/release-notes.html b/content/releases/qpid-java-6.0.5/release-notes.html
index 802e6b4..2ee469f 100644
--- a/content/releases/qpid-java-6.0.5/release-notes.html
+++ b/content/releases/qpid-java-6.0.5/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/index.html b/content/releases/qpid-java-6.0.6/index.html
index 6713371..fcc6da9 100644
--- a/content/releases/qpid-java-6.0.6/index.html
+++ b/content/releases/qpid-java-6.0.6/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.0.6/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index ffe4d24..3737081 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index f127e4b..4e2705c 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index f9fa905..f02556f 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index a9c3fad..902b71b 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-System-Properties.html
index c77349c..d4902e1 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index 9138635..276b975 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index a6b646c..d370d19 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Backup-And-Recovery.html
index f90efc9..9b517e4 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index 44fe684..695836a 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Broker.html
index e763033..def6337 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Exchanges.html
index 303052c..1a50197 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Other-Services.html
index d3126bf..08a3f3b 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Ports.html
index 9cf77cf..0b7fc7b 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Queues.html
index c6676f0..aa1269f 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index 30e666a..729ea65 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index d4adb2d..e29c1a2 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index 181e7dc..652a1c8 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts.html
index 723f07e..57153dd 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.0.6/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index 23bf564..67a5f6e 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Logging.html
index 4707cf3..e723ed2 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index d18b309..262fa01 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index 0cfe107..6a119ad 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started.html
index ca68486..9f92ced 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Backup.html
index 0fbea82..599b918 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index aa56551..f928549 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index def5278..841ca00 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index 49bf08a..1285fd4 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index 72e8d84..1abc303 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index 322a145..3121bc1 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index 6eab726..4285cd6 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index abbf0e3..5b6ceb8 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index 5d3c118..0412429 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Security.html
index b44be28..1ab688f 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability.html
index 70256b7..752718f 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index 11f7dfd..fad6614 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index 69ee663..8ffeec1 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index 9c9d64d..6c64d1a 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index 43c4b84..a4975e5 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index 9267917..1decc49 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index ae8ed73..c908552 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index 45487d5..29d6415 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[16/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index 2a8bd32..1e8f6a8 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index db5fe06..4877144 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index 6912fc8..22c7e71 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index df26a69..ef5411f 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Security.html
index a2dc138..40d317f 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability.html
index d921e07..b377303 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index 50ec22e..9c5d7c3 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index 45dc409..073358e 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index a2c39fa..a5517d5 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index 60a19df..dad6b39 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index 02c0b45..7b5c3b5 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index 656d38f..05a018d 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index 0d7b9e0..fe7f0d6 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration.html
index 9dc110f..9120b12 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-Download.html
index 95cb9e8..d413859 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index 4c48bb1..b97356e 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index 91d5d28..cbdf52e 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index 3f2ceb3..aeaccdb 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-Prerequistes.html
index 3208f71..87fcdfe 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation.html
index 2802634..5cd1a70 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Introduction.html
index 4b1c6c8..1b256c5 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index 76e99be..cc29bf7 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-QMF.html
index d92f056..cdddd5d 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index a9c4c6c..67ac0b0 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index 5ce1b7f..30bc090 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel.html
index 28679f7..a4619ae 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index e16079e..8e4079d 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index 4be21df..377419c 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Broker.html
index 3192a32..6c0b7e1 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index abe18fc..55c8d1a 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index 2d3574b..b0c2807 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Entities.html
index 733e718..94ca1e3 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index 5708464..73b78a3 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index 3b127f0..14d5674 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index 1b0fa0d..d114e08 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index f3a06a5..02d348b 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Ports.html
index acb75b4..f947f49 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Queues.html
index 73a71ab..c2a3d29 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index 8765c77..383ee5a 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index a5ff9a9..edaed43 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index 8ae2732..406c09e 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index cc48407..f1e6ca1 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index 13b1867..aa1e957 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index 51f28b5..5960489 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous.html
index 58ca27d..6fdd33a 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index a225565..5aa1ddd 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index 498075b..a30df6f 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index a82321c..b1b985f 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index 4948d23..b1115e1 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index 5904de6..a61ce17 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index 8aaa1c9..6babd6e 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Memory.html
index e847d30..bc99a89 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index 3b9d6e0..b56f6a3 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index 6ac6778..69268fa 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime.html
index 5105223..e9cff51 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-ACLs.html
index 1c300ef..1bc9d12 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index 2c2b3c2..93b6147 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-Group-Providers.html
index 3117f53..6aea0ae 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security.html
index d0d73b4..ac16943 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/index.html b/content/releases/qpid-java-6.0.5/java-broker/book/index.html
index a386eb3..50d96b8 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Book.html b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Book.html
index 47e08eb..3f12062 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Book.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
index 47e62b4..1f486ae 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
index 4749ac6..cee1652 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
index 5e81c15..c9508ae 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
index 32e205a..aaa5ef2 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring.html b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
index dbc19f3..0eba58d 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Configuring.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Example.html b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Example.html
index 33be77a..2840745 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Example.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
index 636f4a8..2a24dac 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
index 3a46f81..bed5a98 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-10/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/index.html b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/index.html
index 48de0d8..7745701 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-10/book/index.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-10/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index d21270c..25c8bbf 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index d6db3dd..bfc75a0 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index aa4f821..384f749 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index 9cba8ed..f41846e 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index a65702d..d445144 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index 09ccda0..1f8b090 100644
--- a/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.0.5/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[49/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Apache-Qpid-Broker-J-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Apache-Qpid-Broker-J-Book.html b/content/releases/qpid-broker-j-7.0.0/book/Apache-Qpid-Broker-J-Book.html
new file mode 100644
index 0000000..d49497f
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Apache-Qpid-Broker-J-Book.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Apache Qpid Broker-J - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Apache Qpid Broker-J</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Apache Qpid Broker-J</th></tr><tr><td align="left" width="20%">&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Introduction.html">Next</a></td></tr></table><hr /></div><div class="book"><div class="titlepage"><div><div><h1 class="title"><a id="d0e2"></a>Apache Qpid Broker-J</h1></div></div><hr /></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="chapter"><a href="Java-Broker-Introduction.html">1. Introduction</a></span></dt><dt><span class="chapter"><a href="Java-Broker-Installation.html">2. Installation</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation.html#Java-Broker-Installation-Introduction">2.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Installation-Prerequi
 stes.html">2.2. Prerequisites</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation-Prerequistes.html#Java-Broker-Installation-Prerequistes-Java">2.2.1. Java Platform</a></span></dt><dt><span class="section"><a href="Java-Broker-Installation-Prerequistes.html#Java-Broker-Installation-Prerequistes-Disk">2.2.2. Disk</a></span></dt><dt><span class="section"><a href="Java-Broker-Installation-Prerequistes.html#Java-Broker-Installation-Prerequistes-Memory">2.2.3. Memory</a></span></dt><dt><span class="section"><a href="Java-Broker-Installation-Prerequistes.html#Java-Broker-Installation-Prerequistes-OperatingSystemAccount">2.2.4. Operating System Account</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Installation-Download.html">2.3. Download</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation-Download.html#Java-Broker-Installation-Download-Release">2.3.1. Broker Release</a></span></dt></dl></dd><dt><span c
 lass="section"><a href="Java-Broker-Installation-InstallationWindows.html">2.4. Installation on Windows</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation-InstallationWindows.html#Java-Broker-Installation-InstallationWindows-SettingQPIDWORK">2.4.1. Setting the working directory</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Installation-InstallationUnix.html">2.5. Installation on UNIX platforms</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation-InstallationUnix.html#Java-Broker-Installation-InstallationUnix-SettingQPIDWORK">2.5.1. Setting the working directory</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Installation-OptionalDependencies.html">2.6. Optional Dependencies</a></span></dt></dl></dd><dt><span class="chapter"><a href="Java-Broker-Getting-Started.html">3. Getting Started</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Getting-Started.htm
 l#Java-Broker-Getting-Started-Introduction">3.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Getting-Started-Starting-Stopping-Windows.html">3.2. Starting/Stopping the broker on Windows</a></span></dt><dt><span class="section"><a href="Java-Broker-Getting-Started-Starting-Stopping-Unix.html">3.3. Starting/Stopping the broker on Unix</a></span></dt><dt><span class="section"><a href="Java-Broker-Getting-Started-Logging.html">3.4. Log file</a></span></dt><dt><span class="section"><a href="Java-Broker-Getting-Started-CommandLine.html">3.5. Using the command line</a></span></dt></dl></dd><dt><span class="chapter"><a href="Java-Broker-Concepts.html">4. Concepts</a></span></dt><dd><dl><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-Virtua
 lhost-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 Messages</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-Message-Grouping">4.7.2. Messaging Grouping</a></span></dt><dt><span class="section"><a href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-EnsureNonDestructiveConsumers">4.7.3. Forcing all consumers to be non-destructive</a></span></dt><dt><span class="section"><a href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-HoldingEntries">4.7.4. Holding messages on a Queue</a></span></dt><dt><span class="section"><a href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy">4.7.5. Controlling Queue Size</a></span></dt><dt><span class="section"><a href="Java-Broker-Conce
 pts-Queues.html#Java-Broker-Concepts-Queues-SetLowPrefetch">4.7.6. Using low pre-fetch with special queue types</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-C
 oncepts-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></dd><dt><span class="chapter"><a href="Java-Broker-Initial-Configuration.html">5. Initial Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Initial-Configuration.html#Java-Broker-Initial-Configuration-Introduction">5.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Location.html">5.2. Configuration Store Location</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Initial-Config-Location.html">5.3. 'Initial Configuration' Location</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Create-Initial-Config.html">5.4. Creating an 'Initial Configuration' JSON File</a></span></dt><dt><span class="
 section"><a href="Java-Broker-Initial-Configuration-Type.html">5.5. Configuration Store Type</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Configuration-Properties.html">5.6. Customising Configuration using Configuration Properties</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Example.html">5.7. Example of JSON 'Initial Configuration'</a></span></dt></dl></dd><dt><span class="chapter"><a href="Java-Broker-Management-Channel.html">6. Management Channels</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Channel.html#Java-Broker-Management-Channel-HTTP">6.1. HTTP Management</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Channel.html#Java-Broker-Management-Channel-HTTP-Introduction">6.1.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel.html#Java-Broker-Management-Channel-HTTP-DefaultConfiguration">6.1.
 2. Default Configuration</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Channel-Web-Console.html">6.2. Web Management Console</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Accessing">6.2.1. Accessing the Console</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Orientation">6.2.2. Orientation</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Managing-Entities">6.2.3. Managing Entities</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html">6.3. REST API</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Introduction">6.3.1. Intr
 oduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-APIDocs">6.3.2. REST API documentation</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Authentication">6.3.3. Authentication</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Create">6.3.4. Configured Object creation</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Update">6.3.5. Configured Object update</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Delete">6.3.6. Configured Object deletion</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Manag
 ement-Channel-REST-API-Get">6.3.7. Retrieving Configured Object details</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Operations">6.3.8. Configured Object operations</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Status-Codes">6.3.9. HTTP status codes returned by REST interfaces</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Examples">6.3.10. Examples of REST requests with curl</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-Query-API">6.3.11. Query API</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-CORS">6.3.12. Cross Origin Resource Sharing (CORS)</a></
 span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Channel-AMQP-Intrinstic.html">6.4. AMQP Intrinstic Management</a></span></dt></dl></dd><dt><span class="chapter"><a href="Java-Broker-Management-Managing-Entities.html">7. Managing Entities</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Entities.html#Java-Broker-Management-Managing-Entities-General">7.1. General Description</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html">7.2. Broker</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Management-Managing-Broker-Attributes">7.2.1. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Management-Managing-Broker-Context">7.2.2. Context</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Managemen
 t-Managing-Broker-Children">7.2.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Management-Managing-Broker-Lifecycle">7.2.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html">7.3. Virtualhost Nodes</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Nodes-Types">7.3.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Nodes-Attributes">7.3.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Node-Children">7.3.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#
 Java-Broker-Management-Managing-Virtualhost-Node-Lifecycle">7.3.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html">7.4. VirtualHosts</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhosts-Types">7.4.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhost-Context">7.4.2. Context</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhost-Attributes">7.4.3. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhost-Children">7.4.4. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-B
 roker-Management-Managing-Virtualhost-Lifecycle">7.4.5. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html">7.5. Remote Replication Nodes</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html#Java-Broker-Management-Managing-RemoteReplicationNodes-Attributes">7.5.1. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html#Java-Broker-Management-Managing-RemoteReplicationNodes-Children">7.5.2. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html#Java-Broker-Management-Managing-RemoteReplicationNodes-Lifecycle">7.5.3. Lifecycle</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html#Java-Broker-Management-Managing-RemoteReplication-Nodes-Operations">7.5.4. Operatio
 ns</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Exchanges.html">7.6. Exchanges</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Exchanges.html#Java-Broker-Management-Managing-Exchanges-Types">7.6.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Exchanges.html#Java-Broker-Management-Managing-Exchanges-Attributes">7.6.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Exchanges.html#Java-Broker-Management-Managing-Exchanges-Lifecycle">7.6.3. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Queues.html">7.7. Queues</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Queues.html#Java-Broker-Management-Managing-Queues-Types">7.7.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Queues.h
 tml#Java-Broker-Management-Managing-Queues-Attributes">7.7.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Queues.html#Java-Broker-Management-Managing-Queue-Lifecycle">7.7.3. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Consumers.html">7.8. Consumers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Consumers.html#Java-Broker-Management-Managing-Consumers-Context">7.8.1. Context</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html">7.9. Ports</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html#Java-Broker-Management-Managing-Ports-Context">7.9.1. Context</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html#Java-Broker-Management-Managing-Ports-Attributes">7.9.2. Attributes</a></span></dt><dt><span class=
 "section"><a href="Java-Broker-Management-Managing-Ports.html#Java-Broker-Management-Managing-Ports-Children">7.9.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html#Java-Broker-Management-Managing-Ports-Lifecycle">7.9.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html">7.10. Authentication Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html#Java-Broker-Management-Managing-Authentication-Providers-Types">7.10.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html#Java-Broker-Management-Managing-Authentication-Providers-Attributes">7.10.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html#Java-Broker-Management-Managing-Authentication-P
 roviders-Children">7.10.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html#Java-Broker-Management-Managing-Authentication-Providers-Lifecycle">7.10.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html">7.11. Keystores</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html#Java-Broker-Management-Managing-Keystores-Types">7.11.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html#Java-Broker-Management-Managing-Keystores-Attributes">7.11.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html#Java-Broker-Management-Managing-Keystores-Children">7.11.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html#Java-Broker-Management-Managing-Keysto
 res-Lifecycle">7.11.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html">7.12. Truststores</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Types">7.12.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Attributes">7.12.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Children">7.12.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Lifecycle">7.12.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Group-Providers.html">7.13. Group Providers</a></span></
 dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Access-Control-Providers.html">7.14. Access Control Providers</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Plugin-HTTP.html">7.15. HTTP Plugin</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Plugin-HTTP.html#Java-Broker-Management-Managing-Plugin-HTTP-Attributes">7.15.1. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Plugin-HTTP.html#Java-Broker-Management-Managing-Plugin-HTTP-Children">7.15.2. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Plugin-HTTP.html#Java-Broker-Management-Managing-Plugin-HTTP-Lifecycle">7.15.3. Lifecycle</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="Java-Broker-Security.html">8. Security</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Authentic
 ation-Providers">8.1. Authentication Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-LDAP-Provider">8.1.1. Simple LDAP</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Kerberos-Provider">8.1.2. Kerberos</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-OAuth2-Provider">8.1.3. OAuth2</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-External-Provider">8.1.4. External (SSL Client Certificates)</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Anonymous-Provider">8.1.5. Anonymous</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-ScramSha-Providers">8.1.6. SCRAM SHA</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Plain-Provider">8.1.7. Plain
 </a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-PlainPasswordFile-Provider">8.1.8. Plain Password File <span class="emphasis"><em>(Deprecated)</em></span></a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-MD5-Provider">8.1.9. MD5 Provider</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Base64MD5PasswordFile-Provider">8.1.10. Base64MD5 Password File <span class="emphasis"><em>(Deprecated)</em></span></a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html">8.2. Group Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html#File-Group-Manager">8.2.1. GroupFile Provider</a></span></dt><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html#Java-Broker-Security-Group-Providers-ManagedGroupProvider">8.2.2. ManagedGroupProvider
 </a></span></dt><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html#Java-Broker-Security-Group-Providers-CloudFoundry">8.2.3. CloudFoundryDashboardManagementGroupProvider</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html">8.3. Access Control Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html#Java-Broker-Security-AccessControlProviders-Types">8.3.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html#Java-Broker-Security-AccessControlProviders-ACLRules">8.3.2. 
+       ACL Rules
+    </a></span></dt><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html#Java-Broker-Security-AccessControlProviders-Syntax">8.3.3. 
+       Syntax
+    </a></span></dt><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html#Java-Broker-Security-AccessControlProviders-WorkedExamples">8.3.4. 
+      Worked Examples
+    </a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Security-Configuration-Encryption.html">8.4. Configuration Encryption</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security-Configuration-Encryption.html#Java-Broker-Security-Configuration-Encryption-Configuration">8.4.1. Configuration</a></span></dt><dt><span class="section"><a href="Java-Broker-Security-Configuration-Encryption.html#Java-Broker-Security-Configuration-Encryption-Alternate-Implementations">8.4.2. Alternate Implementations</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="Java-Broker-Runtime.html">9. Runtime</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging">9.1. Logging</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Concepts">9.1.1. Concepts</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Bro
 ker-Runtime-Logging-Default-Configuration">9.1.2. Default Configuration</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Loggers">9.1.3. Loggers</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-InclusionRules">9.1.4. Inclusion Rules</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Management">9.1.5. Logging Management</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Disk-Space-Management.html">9.2. Disk Space Management</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Disk-Space-Management.html#Java-Broker-Runtime-Disk-Space-Management-Producer-Flow-Control">9.2.1. Disk quota-based flow control</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html">9.3. Producer Transaction Timeout</a></span></dt><dd><dl><
 dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-GeneralInformation">9.3.1. General Information</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Purpose">9.3.2. Purpose</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Scope">9.3.3. Scope</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Effect">9.3.4. Effect</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Configuration">9.3.5. Configuration</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undelivera
 ble-Messages.html">9.4. Handing Undeliverable Messages</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Introduction">9.4.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Maximum-Delivery-Count">9.4.2. Maximum Delivery Count</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Dead-Letter-Queues">9.4.3. Alternate Binding</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Close-Connection-When-No-Route.html">9.5. Closing client connections on unroutable mandatory messages</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Close-Connection-When-No-Route.html#Java-Broker-Runtime-Close-Co
 nnection-When-No-Route-Summary">9.5.1. Summary</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Close-Connection-When-No-Route.html#Java-Broker-Runtime-Close-Connection-When-No-Route-Configuration">9.5.2. Configuring
+        <span class="emphasis"><em>closeWhenNoRoute</em></span>
+    </a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Flow-To-Disk.html">9.6. Flow to Disk</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Consumers.html">9.7. Consumers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Consumers.html#Java-Broker-Runtime-Consumers-Prioirty">9.7.1. Priority</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Background-Recovery.html">9.8. Background Recovery</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Message-Compression.html">9.9. Message Compression</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Connection-Limit.html">9.10. Connection Limits</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html">9.11. Memory</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Introduction">9.11.1. Introduction</a></spa
 n></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Types">9.11.2. Types of Memory</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Usage">9.11.3. Memory Usage in the Broker</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Low-Memory">9.11.4. Low Memory Conditions</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Defaults">9.11.5. Defaults</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Tuning">9.11.6. Memory Tuning the Broker</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="Java-Broker-High-Availability.html">10. High Availability</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-High-Availability.html#Java-Broker-High-Availability-GeneralIntroduction">10.1.
  General Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-OverviewOfHA.html">10.2. High Availability Overview</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-CreatingGroup.html">10.3. Creating a group</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html">10.4. Behaviour of the Group</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-Default-Behaviour">10.4.1. Default Behaviour</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-SynchronizationPolicy">10.4.2. Synchronization Policy</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-NodePriority">10.4.3. Node Priority</a></span></dt><dt><span class="section"><a hre
 f="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-MinimumNumberOfNodes">10.4.4. Required Minimum Number Of Nodes</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-DesignatedPrimary">10.4.5. Allow to Operate Solo</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-MaximumMessageSize">10.4.6. Maximum message size</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-High-Availability-NodeOperations.html">10.5. Node Operations</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-High-Availability-NodeOperations.html#Java-Broker-High-Availability-NodeOperations-Lifecycle">10.5.1. Lifecycle</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-NodeOperations.html#Java-Broker-High-Availability-NodeOperations-TransferMaster">10
 .5.2. Transfer Master</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-High-Availability-ClientFailover.html">10.6. Client failover</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-DiskSpace.html">10.7. Disk space requirements</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Network-Requirements.html">10.8. Network Requirements</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Security.html">10.9. Security</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Backup.html">10.10. Backups</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Reset-Group-Infomational.html">10.11. Reset Group Information</a></span></dt></dl></dd><dt><span class="chapter"><a href="Java-Broker-Backup-And-Recovery.html">11. Backup And Recovery</a></span></dt><dd><dl><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.html">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-Backu
 p-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-Virtualhost.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></dd><dt><span class="appendix"><a href="Java-Broker-Appendix-Environment-Variables.html">A. Environment Variables</a></span></dt><dt><span class="appendix"><a href="Java-Broker-Appendix-System-Properties.html">B. System Properties</a></span></dt><dt><span class="appendix"><a href="Java-Broker-Appendix-Operation-Logging.html">C. Operational Logging</a></span></dt><dt><span class="appendix"><a href="Java-Broker-Appendix-Statistics-Reporting.html">D. Statistics Reporting</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Appendix-Statistics-Reporting.html#d0e9500">D.1. Statistics Report Period</a></span></dt><dt><span class="section"><a href="apds02.html">D.2. Statistic Report Patterns</a></span></dt><dt><span class="section"><a href="apds03.html">D.3. Examples</a></span></dt></dl></dd><dt><span class="appendix"><a href="Java-Broker-Appendix-Queue-Alerts.html">E. Queue Alerts</a></span></dt><dt><span class="appendix"><a href=
 "Java-Broker-Miscellaneous.html">F. Miscellaneous</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Miscellaneous.html#Java-Broker-Miscellaneous-JVM-Verification">F.1. JVM Installation verification</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Miscellaneous.html#Java-Broker-Miscellaneous-JVM-Verification-Windows">F.1.1. Verify JVM on Windows</a></span></dt><dt><span class="section"><a href="Java-Broker-Miscellaneous.html#Java-Broker-Miscellaneous-JVM-Verification-Unix">F.1.2. Verify JVM on Unix</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html">F.2. Installing External JDBC Driver</a></span></dt></dl></dd><dt><span class="appendix"><a href="Java-Broker-Appendix-Queue-Declare-Arguments.html">G. Queue Declaration Arguments supported by the Broker</a></span></dt></dl></div><div class="list-of-figures"><p><strong>List of Figures</strong></p><dl><dt>4.1. <a href="Java-Brok
 er-Concepts.html#d0e399">Message Flow through Key Entities</a></dt><dt>4.2. <a href="Java-Broker-Concepts.html#d0e411">Broker Structure showing major entities</a></dt><dt>4.3. <a href="Java-Broker-Concepts-Virtualhosts.html#d0e506">Virtualhost Model showing major entities</a></dt><dt>4.4. <a href="Java-Broker-Concepts-Exchanges.html#d0e624">Direct exchange</a></dt><dt>4.5. <a href="Java-Broker-Concepts-Exchanges.html#d0e666">Topic exchange - exact match on topic name</a></dt><dt>4.6. <a href="Java-Broker-Concepts-Exchanges.html#d0e679">Topic exchange - matching on hierarchical topic patterns</a></dt><dt>4.7. <a href="Java-Broker-Concepts-Exchanges.html#d0e717">Topic exchange - matching on JMS message selector</a></dt><dt>4.8. <a href="Java-Broker-Concepts-Exchanges.html#d0e764">Fanout exchange</a></dt><dt>4.9. <a href="Java-Broker-Concepts-Ports.html#d0e1296">Control flow during Authentication</a></dt><dt>6.1. <a href="Java-Broker-Management-Channel-Web-Console.html#d0e1786">Web Man
 agement Console - Authentication</a></dt><dt>6.2. <a href="Java-Broker-Management-Channel-Web-Console.html#d0e1800">Web Management Orientation - Console</a></dt><dt>6.3. <a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Orientation-Tab">Web Management Orientation - Tab</a></dt><dt>6.4. <a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Managing-Entities-Add-Dialogue">Web Management Orientation - Add Dialogue</a></dt><dt>6.5. <a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Managing-Entities-Edit-Dialogue">Web Management Orientation - Edit Dialogue</a></dt><dt>6.6. <a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Managing-Entities-Context-Variables-Dialogue">Web Management Orientation - Context Variables</a></dt><dt>9.1. <a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Mana
 gement-FileLogger">Viewing a file logger</a></dt><dt>9.2. <a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Management-InclusionRule">Editing an inclusion rule</a></dt><dt>9.3. <a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Management-MemoryLogger">Viewing a memory logger</a></dt><dt>10.1. <a href="Java-Broker-High-Availability-OverviewOfHA.html#Java-Broker-High-Availability-OverviewOfHA-Figure">3-node group deployed across three Brokers.</a></dt><dt>10.2. <a href="Java-Broker-High-Availability-CreatingGroup.html#d0e6569">Creating 1st node in a group</a></dt><dt>10.3. <a href="Java-Broker-High-Availability-CreatingGroup.html#d0e6627">Adding subsequent nodes to the group</a></dt><dt>10.4. <a href="Java-Broker-High-Availability-CreatingGroup.html#d0e6639">View of group from one node</a></dt></dl></div><div class="list-of-tables"><p><strong>List of Tables</strong></p><dl><dt>4.1. <a href="Java-Broker-Concepts-Queues.html#d0e1079">Setting the replay period usi
 ng a Qpid JMS AMQP 0-x address</a></dt><dt>5.1. <a href="Java-Broker-Initial-Configuration-Configuration-Properties.html#d0e1606">Base Configuration Properties</a></dt><dt>6.1. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2200">HTTP status codes returned by REST interfaces</a></dt><dt>6.2. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2349">Query API URLs</a></dt><dt>6.3. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2406">Query API request parameters</a></dt><dt>6.4. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2615">Query API functions</a></dt><dt>8.1. <a href="Java-Broker-Security-AccessControlProviders.html#table-Java-Broker-Security-AccessControlProviders-Syntax_permissions">List of ACL permission</a></dt><dt>8.2. <a href="Java-Broker-Security-AccessControlProviders.html#table-Java-Broker-Security-AccessControlProviders-Syntax_actions">List of ACL actions</a></dt><dt>8.3. <a href="Java-Broker-Security-AccessControlProviders.html#tab
 le-Java-Broker-Security-AccessControlProviders-Syntax_objects">List of ACL objects</a></dt><dt>8.4. <a href="Java-Broker-Security-AccessControlProviders.html#table-Java-Broker-Security-AccessControlProviders-Syntax_properties">List of ACL properties</a></dt><dt>9.1. <a href="Java-Broker-Runtime-Consumers.html#d0e6032">Setting the consumer priority</a></dt><dt>A.1. <a href="Java-Broker-Appendix-Environment-Variables.html#d0e7153">Environment variables</a></dt><dt>B.1. <a href="Java-Broker-Appendix-System-Properties.html#d0e7318">System properties</a></dt><dt>C.1. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Actor-Format">Actors Entities</a></dt><dt>C.2. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Subject-Format">Subject Entities</a></dt><dt>C.3. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Broker">Broker Log Messages</a></dt><dt>C.
 4. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Management">Management Log Messages</a></dt><dt>C.5. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-VirtualHost">Virtual Host Log Messages</a></dt><dt>C.6. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Queue">Queue Log Messages</a></dt><dt>C.7. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Exchange">Exchange Log Messages</a></dt><dt>C.8. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Binding">Binding Log Messages</a></dt><dt>C.9. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Connection">Connection Log Messages</a></dt><dt>C.10. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Brok
 er-Appendix-Operation-Logging-Message-List-Channel">Channel Log Messages</a></dt><dt>C.11. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Subscription">Subscription Log Messages</a></dt><dt>C.12. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-MessageStore">Message Store Log Messages</a></dt><dt>C.13. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-TransactionStore">Transaction Store Log Messages</a></dt><dt>C.14. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-ConfigurationStore">Configuration Store Log Messages</a></dt><dt>C.15. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-HA">HA Log Messages</a></dt><dt>C.16. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logg
 ing-Message-List-Port">Port Log Messages</a></dt><dt>E.1. <a href="Java-Broker-Appendix-Queue-Alerts.html#Java-Broker-Appendix-Queue-Alerts-Alerting-Messages">Queue Alerts</a></dt><dt>G.1. <a href="Java-Broker-Appendix-Queue-Declare-Arguments.html#Java-Broker-Appendix-Supported-Queue-Declare-Arguments">Queue declare arguments</a></dt></dl></div><div class="list-of-examples"><p><strong>List of Examples</strong></p><dl><dt>5.1. <a href="Java-Broker-Initial-Configuration-Example.html#d0e1675">JSON 'Initial configuration' File</a></dt><dt>6.1. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2073">Examples of REST calls for Queue creation</a></dt><dt>6.2. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2093">Examples of REST calls for Queue update</a></dt><dt>6.3. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2118">Examples of REST calls for Queue deletion</a></dt><dt>6.4. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2190">Example REST call invoki
 ng the operation clear queue</a></dt><dt>6.5. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2302">Examples of queue creation using curl (authenticating as user admin):</a></dt><dt>6.6. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2514">Example of a Query API request to retrieve queue names and depths.</a></dt><dt>6.7. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2559">Example of Query API call for queue names and depths.</a></dt><dt>8.1. <a href="Java-Broker-Security-AccessControlProviders.html#d0e5292">Worked example 1 - Management rights</a></dt><dt>8.2. <a href="Java-Broker-Security-AccessControlProviders.html#d0e5315">Worked example 2 - Simple Messaging - Broker ACL rules</a></dt><dt>8.3. <a href="Java-Broker-Security-AccessControlProviders.html#d0e5325">Worked example 2 - Simple Messaging - Virtualhost ACL rules</a></dt><dt>8.4. <a href="Java-Broker-Security-AccessControlProviders.html#d0e5335">Worked example 3 - firewall-like access control</
 a></dt><dt>10.1. <a href="Java-Broker-High-Availability-Reset-Group-Infomational.html#d0e6980">Resetting of replication group with <code class="classname">DbResetRepGroup</code></a></dt><dt>11.1. <a href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html#d0e7048">Performing store backup by using <code class="classname">BDBBackup</code> class
+          directly</a></dt><dt>D.1. <a href="apds03.html#d0e9580">Enabling statistics for a single queue using the REST API and cURL</a></dt><dt>D.2. <a href="apds03.html#d0e9592">Disabling statistics for a single queue using the REST API and cURL</a></dt><dt>D.3. <a href="apds03.html#d0e9599">Enabling statistics for all queues using the REST API and cURL</a></dt></dl></div></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%">&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Introduction.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">&#160;</td><td align="center" width="20%">&#160;</td><td align="right" valign="top" width="40%">&#160;Chapter&#160;1.&#160;Introduction</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Environment-Variables.html
new file mode 100644
index 0000000..07777eb
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Environment-Variables.html
@@ -0,0 +1,197 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Appendix&#160;A.&#160;Environment Variables - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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="d0e7153"></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
+              absolute path. This is used to determine the location of Qpid's dependency JARs and
+              some configuration files.</p>
+            <p>Typically the value of this variable will look similar to
+                <code class="literal">c:\qpid\qpid-broker\\7.0.0</code> (Windows) or
+                <code class="literal">/usr/local/qpid/qpid-broker/7.0.0</code> (Unix). The
+              installation prefix will differ from installation to installation. </p>
+            <p>If not set, a value for <code class="literal">QPID_HOME</code> is derived from the location
+              of the script itself.</p>
+          </td></tr><tr><td><a id="Java-Broker-Appendix-Environment-Variables-Qpid-Work"></a>QPID_WORK</td><td>
+            <p>User's home directory</p>
+          </td><td>
+            <p>Used as the default root directory for any data written by the Broker. This is the
+              default location for any message data written to persistent stores and the Broker's
+              log file.</p>
+            <p>For example, <code class="literal">QPID_WORK=/var/qpidwork</code>.</p>
+          </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 <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>.
+            </p>
+          </td></tr><tr><td><a id="Java-Broker-Appendix-Environment-Variables-Qpid-Java-Gc"></a>QPID_JAVA_GC</td><td>
+            <code class="literal">-XX:+HeapDumpOnOutOfMemoryError -XX:+UseConcMarkSweepGC</code>
+          </td><td>
+            <p>This is the preferred mechanism for customising garbage collection behaviour. The
+              value should contain valid garbage collection options(s) for the target JVM.</p>
+            <p>Refer to the JVM's documentation for details.</p>
+          </td></tr><tr><td><a id="Java-Broker-Appendix-Environment-Variables-Qpid-Java-Mem"></a>QPID_JAVA_MEM</td><td>
+            <code class="literal">-Xmx512m -XX:MaxDirectMemorySize=1536m</code>
+          </td><td>
+            <p>This is the preferred mechanism for customising the size of the JVM's heap and
+              direct memory.
+              The value should contain valid memory option(s) for the target JVM. Oracle JVMs
+              understand <code class="literal">-Xmx</code> to specify a maximum heap size,
+               <code class="literal">-Xms</code> an initial size, and
+               <code class="literal">-XX:MaxDirectMemorySize</code> for the maximum amount of direct
+               memory.</p>
+            <p>For example, <code class="code">QPID_JAVA_MEM="-Xmx6g -XX:MaxDirectMemorySize=12g"</code> would
+              set a maximum heap size of 6GB and 12GB of direct memory.</p>
+            <p>Refer to the JVM's documentation for details.</p>
+          </td></tr><tr><td><a id="Java-Broker-Appendix-Environment-Variables-Java-Opts"></a>JAVA_OPTS</td><td>None</td><td>
+            <p>This is the preferred mechanism for passing any other JVM options. This variable is
+              commonly used to pass options for diagnostic purposes, for instance to turn on verbose
+              GC. <code class="literal">-verbose:gc</code>.</p>
+            <p>Refer to the JVM's documentation for details.</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /></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-Virtualhost.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Appendix-System-Properties.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">11.3.&#160;Virtualhost&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Appendix&#160;B.&#160;System Properties</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[04/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-10/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/index.html b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/index.html
index c6a99fd..55c202d 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-10/book/index.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-10/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index f26b292..15579eb 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index 702396b..8156c1d 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index 3d1ca03..3626df9 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index d677d47..c753765 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index a51218b..b8badb9 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index fecfc87..42a2232 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index 9635ac9..4049075 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index 7072c7b..51df641 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index ff77455..ee7b44c 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index d3ef447..9245b45 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index dfc4514..c391363 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index 8e4de24..ebc1aeb 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index d50de3f..f77af99 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index 5d7858c..7730fa0 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index bd26119..7bb95ec 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index b3cde55..0fef73b 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index 2453ea6..103843d 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index 3404ccf..b8465ac 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index f087683..f41e7cb 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index 517dd43..d193dd8 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index 2bb5dbd..75ab905 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index c4ee809..1681ae4 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index 1dde22a..b8efb65 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index 3ec7aa0..e8042c6 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index e156609..fdc61d2 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index 350af74..517fb6f 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index e8dd47b..3247598 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index 7a3bd5b..ee9110c 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Book.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Book.html
index 9c36415..46688c4 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Book.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html
index c912835..fcd728a 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html
index 419b0e6..b0a804c 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html
index f8bf960..277056a 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption.html
index 6dbe48e..5db3184 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/JMS-Client-Message-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/index.html
index c936472..029b488 100644
--- a/content/releases/qpid-java-6.1.2/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.1.2/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.1.2/qpid-jms/examples/Drain.java.html
index 3e9f810..8c70d5c 100644
--- a/content/releases/qpid-java-6.1.2/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.1.2/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.1.2/qpid-jms/examples/Hello.java.html
index 38d6605..bef8657 100644
--- a/content/releases/qpid-java-6.1.2/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.1.2/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.1.2/qpid-jms/examples/ListReceiver.java.html
index e402f79..a20e1a3 100644
--- a/content/releases/qpid-java-6.1.2/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.1.2/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.1.2/qpid-jms/examples/ListSender.java.html
index d8bafea..1a69997 100644
--- a/content/releases/qpid-java-6.1.2/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.1.2/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.1.2/qpid-jms/examples/MapReceiver.java.html
index 2181216..5b4f887 100644
--- a/content/releases/qpid-java-6.1.2/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.1.2/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.1.2/qpid-jms/examples/MapSender.java.html
index 5ddd120..b87300c 100644
--- a/content/releases/qpid-java-6.1.2/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.1.2/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.1.2/qpid-jms/examples/OptionParser.java.html
index d06159a..4e76f22 100644
--- a/content/releases/qpid-java-6.1.2/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.1.2/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.1.2/qpid-jms/examples/Spout.java.html
index 66a09ea..96c1fc6 100644
--- a/content/releases/qpid-java-6.1.2/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.1.2/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.1.2/qpid-jms/examples/hello.properties.html
index 3936bf9..df38aa4 100644
--- a/content/releases/qpid-java-6.1.2/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.1.2/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/qpid-jms/examples/index.html b/content/releases/qpid-java-6.1.2/qpid-jms/examples/index.html
index 12bde33..42393de 100644
--- a/content/releases/qpid-java-6.1.2/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.1.2/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/release-notes.html b/content/releases/qpid-java-6.1.2/release-notes.html
index 9e56847..4e68660 100644
--- a/content/releases/qpid-java-6.1.2/release-notes.html
+++ b/content/releases/qpid-java-6.1.2/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/index.html b/content/releases/qpid-java-6.1.3/index.html
index d96496f..ed81c33 100644
--- a/content/releases/qpid-java-6.1.3/index.html
+++ b/content/releases/qpid-java-6.1.3/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.1.3/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index 8213199..3c25476 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index 5c7b503..a71fbe5 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index a95c35a..557ee10 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index 55c72b1..d4b00b2 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-System-Properties.html
index 07573fd..7147729 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index f091549..134067a 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index 45d10ea..1dad1c5 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Backup-And-Recovery.html
index a52de46..ca35474 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index e694cc3..9cdf3eb 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Broker.html
index a4d49cd..94e2296 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Exchanges.html
index ea1badf..94d319c 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 7760ca4..0d19e50 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Ports.html
index 7478c82..b452b92 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Queues.html
index b697842..43c3998 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index 2dfe390..ac5574a 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index 351e3e4..a9d6044 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index 37ca509..6b99ebd 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts.html
index 101d099..34252fc 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.1.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index 02f6b80..d7028ad 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Logging.html
index 1e3ff9f..d1f5d56 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index 01881f3..eb224f6 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index 85181c6..23bbaba 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started.html
index 7b08383..08bdd9f 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Backup.html
index cac7357..5ea4209 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index 524d865..3661710 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 1282401..8b6d69f 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index e6c675a..87c51c7 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index e7f6751..f97fdb5 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index 1cb3075..25a40a4 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index 5dbbc11..32d2e2a 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[25/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started.html
index 7c59a42..4ad13b5 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Backup.html
index ab7c9f3..18d07f9 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index b0cdd00..f597da3 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 8404fb1..307049b 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index a4c142d..a30986a 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index 735ed45..84415ff 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-JMXAPI.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-JMXAPI.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-JMXAPI.html
index cba6011..7703232 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-JMXAPI.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-JMXAPI.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index 88c7292..88c2959 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index 0e39273..0ebc0d2 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index 1742497..7f7420b 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index 3bd6bf6..cf83ebc 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Security.html
index 1c95fc1..63cf29a 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability.html
index 45198ee..91f2f2a 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index f40ad1b..4fd8cd8 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index 0c142a4..fb560b9 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index 7a5e009..a787d5e 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index 05fcc76..d4ec9d3 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index 276968d..499c8cd 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index f6100ae..a7417d3 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index 841bde1..7e775b8 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration.html
index a478724..d9d099c 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-Download.html
index c103866..62243d0 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index bedebc2..c6bb0a9 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index fa2d7ae..09817d0 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index dbb86e9..22dd7f5 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-Prerequistes.html
index 04d861c..f7b9046 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation.html
index 1cd7490..eb190e1 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Introduction.html
index f2e0748..af015b5 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index 9570b33..2125966 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-JMX.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-JMX.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-JMX.html
index d57a641..1765bf8 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-JMX.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-JMX.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-QMF.html
index ecef101..767de80 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index 796a70b..bfaa9d0 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index 778b9f1..0aa7efa 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel.html
index b808cb1..3c56ba5 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index 25fbf88..df33738 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index e44c687..3c9c1be 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Broker.html
index 88084d3..738687d 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index 5c13f9d..8baf3c3 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index 579608e..7134fa8 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Entities.html
index 98739f2..c3168dc 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index 7edf94e..28efd9a 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index 769175d..ee91277 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index 27466b7..ab6638b 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index d578275..0e7b346 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Plugins-JMX.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Plugins-JMX.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Plugins-JMX.html
index 348e42f..8dde5db 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Plugins-JMX.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Plugins-JMX.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Ports.html
index be41265..bd695ba 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Queues.html
index afa89ef..a0945e1 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index 7cd2492..da81c50 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index 5148fae..bc7ecd3 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index daa3de1..5ad797a 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index 36b3c26..5d54950 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index ee6e804..5354bc6 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index 43858d4..e167781 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous.html
index c1e7aae..ee9f084 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index 0f816e8..1eef0b6 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index 4b81adb..abf6eaf 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index f727025..96a0283 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index 7d4475c..988f299 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index 0c8e497..e841092 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index a4297d7..2ab5801 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Memory.html
index 7386c31..2804db3 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index 528c9f8..2950756 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index c626595..b025a1b 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime.html
index 4fc7ffd..f829dc8 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-ACLs.html
index d76f28f..3bd3a18 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index 1dff0fe..a9de811 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-Group-Providers.html
index a8f04b6..f0dbeaf 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security.html
index 89d865e..c09d8a8 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/index.html b/content/releases/qpid-java-6.0.0/java-broker/book/index.html
index 42d7632..42c320b 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index 9607fd7..f34d788 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index 7868c6d..28fecf2 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index 194d30c..555759a 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index 9e7fab5..482ca5d 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index dd0060e..bda0684 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index 8e63545..41d239c 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[11/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.0.7/qpid-jms/examples/ListReceiver.java.html
index f995c11..84d7b0d 100644
--- a/content/releases/qpid-java-6.0.7/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.0.7/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.0.7/qpid-jms/examples/ListSender.java.html
index a628f3f..a52386a 100644
--- a/content/releases/qpid-java-6.0.7/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.0.7/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.0.7/qpid-jms/examples/MapReceiver.java.html
index 6718c9a..a166b58 100644
--- a/content/releases/qpid-java-6.0.7/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.0.7/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.0.7/qpid-jms/examples/MapSender.java.html
index 78d76ce..bc0922d 100644
--- a/content/releases/qpid-java-6.0.7/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.0.7/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.0.7/qpid-jms/examples/OptionParser.java.html
index f1915cc..c74f512 100644
--- a/content/releases/qpid-java-6.0.7/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.0.7/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.0.7/qpid-jms/examples/Spout.java.html
index cad8ec2..916b89b 100644
--- a/content/releases/qpid-java-6.0.7/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.0.7/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.0.7/qpid-jms/examples/hello.properties.html
index 1ec539c..0483ebe 100644
--- a/content/releases/qpid-java-6.0.7/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.0.7/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/qpid-jms/examples/index.html b/content/releases/qpid-java-6.0.7/qpid-jms/examples/index.html
index 72b15e7..fcc6895 100644
--- a/content/releases/qpid-java-6.0.7/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.0.7/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/release-notes.html b/content/releases/qpid-java-6.0.7/release-notes.html
index da0402f..d77113d 100644
--- a/content/releases/qpid-java-6.0.7/release-notes.html
+++ b/content/releases/qpid-java-6.0.7/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/index.html b/content/releases/qpid-java-6.0.8/index.html
index 7338132..bc4e5be 100644
--- a/content/releases/qpid-java-6.0.8/index.html
+++ b/content/releases/qpid-java-6.0.8/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.0.8/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index 5d28a77..a676837 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index c1092e3..5b83f49 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index 49a8ca5..c8da19d 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index 7498563..12c81a2 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-System-Properties.html
index fd57409..47273db 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index 9e4824d..131e499 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index 49d9ee8..c7b6785 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Backup-And-Recovery.html
index 6c3e97f..5cbf00f 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index 397a5d3..d431b5e 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Broker.html
index 40e2ff7..271b296 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Exchanges.html
index c744bcc..637d993 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 0167974..a85bc5a 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Ports.html
index 0931426..ed1174d 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Queues.html
index 3ed2732..0fb746b 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index e04f9c4..72e6e1d 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index 03ddb96..51e3640 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index 8ce98fd..af28d00 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts.html
index 22a1a07..be782b0 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.0.8/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index d17affd..ebb4c4f 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Logging.html
index c61d32b..930fad9 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index 2acb1d7..e011696 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index b13ae13..4d3e2be 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started.html
index ae36ebb..7adf3ec 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Backup.html
index 663bb90..cc32952 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index 1b8caeb..7fe7f7f 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 48a610e..b9dc79f 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index a1d2536..9f81be1 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index 3833597..73f4d34 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index 1f00a5e..ab1cc68 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index 637f8f9..d6b6679 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index fca3fbe..f69a5e3 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index b029835..76e5a8a 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Security.html
index 6437c76..bd15890 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability.html
index 1c46b46..eb3c25f 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index 004423e..bbecd86 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index e383d8c..b497f15 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index f2cbfe4..7479f8e 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index 5df245c..25367aa 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index b4eafa7..8878cd5 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index 33051c8..918337d 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index 3be8989..015e2dd 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration.html
index 3682d93..1e773cb 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-Download.html
index b795fd3..70ab6e1 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index 5a18aec..3b2153a 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index 38c3ee5..948cbf7 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index 4dabe5c..811a9a4 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-Prerequistes.html
index 08714aa..a603b58 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation.html
index ab93277..23d87d2 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Introduction.html
index 6d99328..4176099 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index 6b090d6..11403d6 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-QMF.html
index 3c57641..9bb40e9 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index ed24cee..b7a8cc3 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index e6cc49e..962c807 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel.html
index aaa7b4b..c5beeba 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index e2c1ff7..dcc0963 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index ab115c4..1ca7203 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Broker.html
index 90b52ca..a0d2202 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index e4f7946..d5fb80c 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index 5b48f8f..8e6ad95 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Entities.html
index 855e38c..108d310 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index b8042ff..0d37564 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index e15157c..e5f9df3 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index 2adae89..4798049 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index 103f40c..d6205ef 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Ports.html
index 3cde313..8dcb584 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Queues.html
index 5ee534f..56baadf 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index 6f58843..393b430 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[39/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Exchanges.html
new file mode 100644
index 0000000..590171e
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Exchanges.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.6.&#160;Exchanges - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.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">7.6.&#160;Exchanges</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-RemoteReplicationNodes.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-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-Management-Managing-Exchanges"></a>7.6.&#160;Exchanges</h2></div></div></div><p><a class="link" href="Java-Broker-Concepts-Exchanges.html" title="4.6.&#160;Exchanges">Exchanges</a> can be managed using the
+    HTTP or AMQP channels.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Exchanges-Types"></a>7.6.1.&#160;Types</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Direct</p></li><li class="listitem"><p>Topic</p></li><li class="listitem"><p>Fanout</p></li><li class="listitem"><p>Headers</p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Exchanges-Attributes"></a>7.6.2.&#160;Attributes</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Name of the exchange</em></span>. Message producers refer to this name when
+            producing messages.</p></li><li class="listitem"><p><span class="emphasis"><em>Type of the exchange</em></span>. Can be either <a class="link" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-Types-Direct" title="4.6.2.1.&#160;Direct">direct</a>, <a class="link" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-Types-Topic" title="4.6.2.2.&#160;Topic">topic</a>, <a class="link" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-Types-Fanout" title="4.6.2.3.&#160;Fanout">fanout</a>, or <a class="link" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-Types-Headers" title="4.6.2.4.&#160;Headers">headers</a>.</p></li><li class="listitem"><p><span class="emphasis"><em>Durable</em></span>. Whether the exchange survives a restart.</p></li><li class="listitem"><p><span class="emphasis"><em>Durable</em></span>. Whether the exchange survives a restart.</p></li><li class="listitem"><p><span
  class="emphasis"><em>alternateBinding</em></span>. Provides an alternate destination that, depending on behaviour
+              requested by the producer, may be used if a message arriving at this exchange cannot be routed to at least
+              one queue.</p></li><li class="listitem"><p><span class="emphasis"><em>unroutableMessageBehaviour</em></span>. (AMQP 1.0 only) Default behaviour to apply when a
+                message is not routed to any queues.</p></li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Exchanges-Lifecycle"></a>7.6.3.&#160;Lifecycle</h3></div></div></div><p>Not supported</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-Management-Managing-RemoteReplicationNodes.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Queues.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.5.&#160;Remote Replication Nodes&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.7.&#160;Queues</td>
 </tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Group-Providers.html
new file mode 100644
index 0000000..93df47b
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Group-Providers.html
@@ -0,0 +1,144 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.13.&#160;Group Providers - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.13.&#160;Group 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">7.13.&#160;Group Providers</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Truststores.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Access-Control-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-Management-Managing-Group-Providers"></a>7.13.&#160;Group Providers</h2></div></div></div><p>See <a class="xref" href="Java-Broker-Security-Group-Providers.html" title="8.2.&#160;Group Providers">Section&#160;8.2, &#8220;Group Providers&#8221;</a></p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left"
  width="40%"><a accesskey="p" href="Java-Broker-Management-Managing-Truststores.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Access-Control-Providers.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.12.&#160;Truststores&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.14.&#160;Access Control Providers</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Keystores.html
new file mode 100644
index 0000000..edefa4b
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Keystores.html
@@ -0,0 +1,186 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.11.&#160;Keystores - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.11.&#160;Keystores</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">7.11.&#160;Keystores</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Authentication-Providers.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Truststores.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-Management-Managing-Keystores"></a>7.11.&#160;Keystores</h2></div></div></div><p>A <a class="link" href="Java-Broker-Concepts-Other-Services.html#Java-Broker-Concepts-Keystores" title="4.10.3.&#160;Keystores">Keystore</a> is required by a Port in
+        order to use SSL for messaging and/or management.</p><p>The Broker supports a number of different keystore types. These are described
+        below.</p><p>The key material may be held by the Broker itself (held inline within the configuration)
+        or you may use references to files on the server's file system. Whichever mechanism is
+        chosen it is imperative to ensure that private key material remains confidential.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Keystores-Types"></a>7.11.1.&#160;Types</h3></div></div></div><p>The following keystore types are supported. </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>File Key Store</em></span>. This type accepts the standard JKS
+                        keystore format undertood by Java and Java tools such as <a class="link" href="http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/keytool.html" target="_top">keytool</a>.</p><p>If the keystore contains multiple keys, it is possible to indicate which
+                        certificate is to be used by specifying an alias. If no alias is specified
+                        the first certificate found in the keystore will be used.</p></li><li class="listitem"><p><span class="emphasis"><em>Non Java Key Store</em></span>. A Non Java Keystore accepts key
+                        material in PEM and DER file formats. With this store type it is necessary
+                        to provide the private key, which must not be protected by password,
+                        certificate and optionally a file containing intermediate
+                        certificates.</p></li><li class="listitem"><p><span class="emphasis"><em>Auto Generated Self Signed</em></span> has the ability to
+                        generate a self signed certificate and produce a truststore
+                        suitable for use by an application using the Apache Qpid JMS and Apache Qpid JMS AMQP 0-x clients.</p><p>The use of self signed certficates is not recommended for production
+                        use.</p></li></ul></div><p>
+        </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Keystores-Attributes"></a>7.11.2.&#160;Attributes</h3></div></div></div><p>
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Name the keystore</em></span>. Used to identify the
+                        keystore.</p></li></ul></div><p>
+        </p><p>The following attributes apply to <span class="emphasis"><em>File Key Stores</em></span> only.</p><p>
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Keystore path</em></span>. File Key Stores only. Path to keystore
+                        file</p></li><li class="listitem"><p><span class="emphasis"><em>Keystore password</em></span>. Password used to secure the keystore</p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p> The password of the certificate used by the Broker <span class="bold"><strong>must</strong></span> match the password of the keystore
+                                itself. This is a restriction of the Broker implementation. If
+                                using the <a class="link" href="http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/keytool.html" target="_top">keytool</a> utility, note
+                                that this means the argument to the <code class="option">-keypass</code> option
+                                must match the <code class="option">-storepass</code> option. </p></div></li><li class="listitem"><p><span class="emphasis"><em>Certificate Alias</em></span>. An optional way of specifying
+                        which certificate the broker should use if the keystore contains multiple
+                        entries.</p></li><li class="listitem"><p><span class="emphasis"><em>Manager Factory Algorithm</em></span>.In keystores the have more
+                        than one certificate, the alias identifies the certificate to be
+                        used.</p></li><li class="listitem"><p><span class="emphasis"><em>Key Store Type</em></span>. Type of Keystore.</p></li></ul></div><p>
+        </p><p>The following attributes apply to <span class="emphasis"><em>Non Java Key Stores</em></span>
+            only.</p><p>
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Private Key</em></span>. The private key in DER or PEM format.
+                        This file must not be password protected.</p></li><li class="listitem"><p><span class="emphasis"><em>Certificate</em></span>. The cerificate in DER or PEM
+                        format.</p></li><li class="listitem"><p><span class="emphasis"><em>Intermediates Certificates </em></span>. Optional. Intermediate
+                        cerificates in PEM or DER format.</p></li></ul></div><p>
+        </p><p>The following attributes apply to <span class="emphasis"><em>Auto Generated Self Signed</em></span>
+            only.</p><p>
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Algorithm</em></span>. Optional. Algorithm used to generate the
+                        self-signed certificate.</p></li><li class="listitem"><p><span class="emphasis"><em>Signature Algorithm </em></span>. Optional. The name of signature
+                        algorithm.</p></li><li class="listitem"><p><span class="emphasis"><em>Key Length</em></span>. Optional. Length of the key in
+                        bits.</p></li><li class="listitem"><p><span class="emphasis"><em>Duration</em></span>. Optional. Validility period in
+                        months.</p></li></ul></div><p>
+        </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Keystores-Children"></a>7.11.3.&#160;Children</h3></div></div></div><p>None</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Keystores-Lifecycle"></a>7.11.4.&#160;Lifecycle</h3></div></div></div><p>Not supported</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-Management-Managing-Authentication-Providers.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Truststores.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.10.&#160;Authentication Providers&#160;</td><td align="center" width
 ="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.12.&#160;Truststores</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Plugin-HTTP.html
new file mode 100644
index 0000000..b67c090
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Plugin-HTTP.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.15.&#160;HTTP Plugin - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.15.&#160;HTTP Plugin</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">7.15.&#160;HTTP Plugin</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Access-Control-Providers.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Security.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-Management-Managing-Plugin-HTTP"></a>7.15.&#160;HTTP Plugin</h2></div></div></div><p>The HTTP Plugin provides the <a class="link" href="Java-Broker-Management-Channel.html#Java-Broker-Management-Channel-HTTP" title="6.1.&#160;HTTP Management">HTTP management channel</a> comprising of the <a class="link" href="Java-Broker-Management-Channel-Web-Console.html" title="6.2.&#160;Web 
 Management Console">Web
+        Management Console</a> and the <a class="link" href="Java-Broker-Management-Channel-REST-API.html" title="6.3.&#160;REST API">REST API</a>.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Plugin-HTTP-Attributes"></a>7.15.1.&#160;Attributes</h3></div></div></div><p>
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Basic Authentication for HTTP</em></span>. It is set to false
+                        (disabled) by default.</p></li><li class="listitem"><p><span class="emphasis"><em>Basic Authentication for HTTPS</em></span>. It is set to true
+                        (enabled) by default.</p></li><li class="listitem"><p><span class="emphasis"><em>SASL Authentication for HTTP</em></span>. It is set to true
+                        (enabled) by default.</p></li><li class="listitem"><p><span class="emphasis"><em>SASL Authentication for HTTPS</em></span>. It is set to true
+                        (enabled) by default.</p></li><li class="listitem"><p><span class="emphasis"><em>Session timeout</em></span> is the timeout in seconds to close
+                        the HTTP session. It is set to 10 minutes by default.</p></li><li class="listitem"><p><span class="emphasis"><em>CORS Allow Origins</em></span> is a comma separated list of origins that are allowed to access the REST API. Set to '*' to allow all origins. Default is empty, meaning CORS is disabled.</p></li><li class="listitem"><p><span class="emphasis"><em>CORS Allow Methods</em></span> is a comma separated list of HTTP methods that are allowed to be used when doing CORS requests. Default value is "HEAD,GET,POST".</p></li><li class="listitem"><p><span class="emphasis"><em>CORS Allow Headers</em></span> is a comma separated list of HTTP headers that are allowed to be specified when doing CORS requests. Default value is "Content-Type,Accept,Origin,X-Requested-With".</p></li><li class="listitem"><p><span class="emphasis"><em>CORS Allow Credentials</em></span> is a boolean indicating if the resource allows requests with credentials. Default value is true.</p></li>
 </ul></div><p>
+        </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Plugin-HTTP-Children"></a>7.15.2.&#160;Children</h3></div></div></div><p>None</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Plugin-HTTP-Lifecycle"></a>7.15.3.&#160;Lifecycle</h3></div></div></div><p>Not supported</p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>NOTE: Changes to the Session Timeout attribute only take
+                    effect at broker restart. </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-Management-Managing-Access-Control-Providers.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Security.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.14.&#160;Access Control Providers&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Chapter&#160;8.&#160;Security</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Ports.html
new file mode 100644
index 0000000..e234bb2
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Ports.html
@@ -0,0 +1,179 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.9.&#160;Ports - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.9.&#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">7.9.&#160;Ports</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Consumers.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-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-Management-Managing-Ports"></a>7.9.&#160;Ports</h2></div></div></div><p>Ports provide TCP/IP connectivity for messaging and management. A port is defined to use a
+        protocol. This can be an AMQP protocol for messaging or HTTP for management.</p><p>A port is defined to have one or more transports. A transport can either be plain (TCP) or
+        SSL (TLS). When SSL is in use, the port can be configured to accept or require client
+        authentication.</p><p>Any number of ports defined to use AMQP or HTTP protocols can be defined.</p><p>Ports can only be managed by the HTTP management channel.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Ports-Context"></a>7.9.1.&#160;Context</h3></div></div></div><p>
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>qpid.port.max_open_connections</em></span>. The default maximum number
+                       of concurrent connections supported by an AMQP port.</p></li><li class="listitem"><p><span class="emphasis"><em>qpid.port.amqp.acceptBacklog</em></span>. The backlog is the maximum
+                        number of pending connections that may be queued by the AMQP port. Once the queue
+                        is full, further connections will be refused. This is a request to the operating system
+                        which may or may not be respected. The operating system itself may impose a ceiling.
+                        <a class="footnote" href="#ftn.d0e3544" id="d0e3544"><sup class="footnote">[8]</sup></a></p></li><li class="listitem"><p><span class="emphasis"><em>qpid.port.heartbeatDelay</em></span>. For AMQP 0-8..0-10 the default period with
+                        which Broker and client will exchange heartbeat messages (in seconds). Clients may negotiate a
+                        different heartbeat frequency or disable it altogether. For AMQP 1.0 this setting controls the
+                        incoming idle timeout only.  A value of 0 disables.</p></li></ul></div><p>
+        </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Ports-Attributes"></a>7.9.2.&#160;Attributes</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Name the port</em></span>.</p></li><li class="listitem"><p><span class="emphasis"><em>Port number</em></span>.</p></li><li class="listitem"><p><span class="emphasis"><em>Binding address</em></span>. Used to limit port binding to a
+                        single network interface.</p></li><li class="listitem"><p><span class="emphasis"><em>Authentication Provider</em></span>. The <a class="link" href="Java-Broker-Concepts-Authentication-Providers.html" title="4.9.&#160;Authentication Providers">authentication
+                            provider</a> used to authenticate incoming connections.</p></li><li class="listitem"><p><span class="emphasis"><em>Protocol(s)</em></span>. A list of protocols to be supported by
+                        the port. For messaging choose one or more AMQP protocols. For management
+                        choose HTTP.</p></li><li class="listitem"><p><span class="emphasis"><em>Transports</em></span>. A list of transports supported by the
+                        port. For messaging or HTTP management chose TCP, SSL or both.</p></li><li class="listitem"><p><span class="emphasis"><em>Enabled/Disabled Cipher Suites</em></span>. Allows cipher
+                        suites supported by the JVM to be enabled or disabled.  The cipher
+                        suite names are those understood by the JVM.
+                    </p><p>SSLv3 is disabled by default.</p></li><li class="listitem"><p><span class="emphasis"><em>Keystore</em></span>. <a class="link" href="Java-Broker-Management-Managing-Keystores.html" title="7.11.&#160;Keystores">Keystore</a>
+                        containing the Broker's private key. Required if SSL is in use.</p></li><li class="listitem"><p><span class="emphasis"><em>Want/Need Client Auth</em></span>. Client authentication can be
+                        either accepted if offered (want), or demanded (need). When Client
+                        Certificate Authentication is in use a Truststore must be configured. When
+                        using Client Certificate Authentication it may be desirable to use the <a class="link" href="Java-Broker-Security.html#Java-Broker-Security-External-Provider" title="8.1.4.&#160;External (SSL Client Certificates)">External Authentication
+                            Provider</a>.</p></li><li class="listitem"><p><span class="emphasis"><em>Truststore</em></span>. <a class="link" href="Java-Broker-Management-Managing-Truststores.html" title="7.12.&#160;Truststores">Trust store</a>
+                        contain an issuer certificate or the public keys of the clients themselves
+                        if peers only is desired.</p></li><li class="listitem"><p><span class="emphasis"><em>Maximum Open Connections</em></span>. AMQP ports only.  Limits
+                     the number of connections that may be open at any one time.</p></li><li class="listitem"><p><span class="emphasis"><em>Thread pool size</em></span>. AMQP ports only.  Number of worker threads
+                    used to process AMQP connections during connection negotiation phase.</p><p>Defaults to 8.</p></li><li class="listitem"><p><span class="emphasis"><em>Number of selectors</em></span>. AMQP ports only.  Number of worker threads
+                    used from the thread pool to dispatch I/O activity to the worker threads.</p><p>Defaults to one eighth of the thread pool size. Minimum 1.</p></li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Ports-Children"></a>7.9.3.&#160;Children</h3></div></div></div><p>
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Connection</p></li></ul></div><p>
+        </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Ports-Lifecycle"></a>7.9.4.&#160;Lifecycle</h3></div></div></div><p>Not supported</p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>When updating an existing port, changes to SSL settings, binding address and port
+                numbers do not become effective until the Broker is restarted.</p></div></div><div class="footnotes"><br /><hr style="width:100; text-align:left;margin-left: 0" /><div class="footnote" id="ftn.d0e3544"><p><a class="para" href="#d0e3544"><sup class="para">[8] </sup></a>Some Linux distributions govern the ceiling with a <code class="literal">sysctl</code>
+                            setting <code class="literal">net.core.somaxconn</code>.</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-Management-Managing-Consumers.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Authentication-Providers.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.8.&#160;Consumers&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.10.&#160;Authentication Providers</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Queues.html
new file mode 100644
index 0000000..b0840af
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Queues.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.7.&#160;Queues - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.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">7.7.&#160;Queues</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Exchanges.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Consumers.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-Management-Managing-Queues"></a>7.7.&#160;Queues</h2></div></div></div><p><a class="link" href="Java-Broker-Concepts-Queues.html" title="4.7.&#160;Queues">Queues</a> are named entities that
+    hold/buffer messages for later delivery to consumer applications.</p><p>Queues can be managed using the HTTP or AMQP channels.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Queues-Types"></a>7.7.1.&#160;Types</h3></div></div></div><p>The Broker supports four different queue types, each with different delivery semantics.</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><a class="link" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-Standard" title="4.7.1.1.&#160;Standard">Standard</a> - a simple First-In-First-Out (FIFO) queue</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-Priority" title="4.7.1.2.&#160;Priority">Priority</a> - delivery order depends on the priority of each message</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Concepts-
 Queues.html#Java-Broker-Concepts-Queues-Types-Sorted" title="4.7.1.3.&#160;Sorted Queues">Sorted</a> -
+            delivery order depends on the value of the sorting key property in each message</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-LVQ" title="4.7.1.4.&#160;Last Value Queues (LVQ)">Last Value
+              Queue</a> - also known as an LVQ, retains only the last (newest) message received
+            with a given LVQ key value</p></li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Queues-Attributes"></a>7.7.2.&#160;Attributes</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Name of the queue</em></span>. Message consumers and browsers refer to this
+            name when they wish to subscribe to queue to receive messages from it.</p></li><li class="listitem"><p><span class="emphasis"><em>Type of the queue</em></span>. Can be either <a class="link" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-Standard" title="4.7.1.1.&#160;Standard">standard</a>, <a class="link" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-Priority" title="4.7.1.2.&#160;Priority">priority</a>, <a class="link" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-Sorted" title="4.7.1.3.&#160;Sorted Queues">sorted</a>, or <a class="link" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-LVQ" title="4.7.1.4.&#160;Last Value Queues (LVQ)">lvq</a>.</p></li><li class="listitem"><p><span class="emphasis"><em>Durable</em></span>. Whether the queue survives a restart. Messages on a
+            non durable queue do not survive a restart even if they are marked persistent.</p></li><li class="listitem"><p><span class="emphasis"><em>Maximum/Minimum TTL</em></span>. Defines a maximum and minimum time-to-live (TTL). Messages
+                arriving with TTL larger than the maximum (including those with no TTL at all, which are considered to
+                have a TTL of infinity) will be overridden by the maximum. Similarly, messages arriving with TTL less
+                than the minimum, will be overridden by the minimum.
+            </p><p>Changing these values affects only new arrivals, existing messages already on the
+            queue are not affected.</p></li><li class="listitem"><p><span class="emphasis"><em>Message persistent override</em></span>. Allow message persistent settings
+            of incoming messages to be overridden. Changing this value affects only new arrivals,
+            existing messages on the queue are not affected. </p></li><li class="listitem"><p><span class="emphasis"><em>Overflow policy</em></span>. Queues have the ability to limit the of the
+            cumulative size of all the messages contained within the store. This feature is
+            described in detail <a class="xref" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy" title="4.7.5.&#160;Controlling Queue Size">Section&#160;4.7.5, &#8220;Controlling Queue Size&#8221;</a>.</p></li><li class="listitem"><p><span class="emphasis"><em>Alerting Thresholds</em></span>. Queues have the ability to alert on a
+            variety of conditions: total queue depth exceeded a number or size, message age exceeded
+            a threshold, message size exceeded a threshold. These thresholds are soft. See <a class="xref" href="Java-Broker-Appendix-Queue-Alerts.html" title="Appendix&#160;E.&#160;Queue Alerts">Appendix&#160;E, <em>Queue Alerts</em></a></p></li><li class="listitem"><p><span class="emphasis"><em>Message Groups</em></span>. See <a class="xref" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Message-Grouping" title="4.7.2.&#160;Messaging Grouping">Section&#160;4.7.2, &#8220;Messaging Grouping&#8221;</a></p></li><li class="listitem"><p><span class="emphasis"><em>maximumDeliveryAttempts</em></span>. See <a class="xref" href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html" title="9.4.&#160;Handing Undeliverable Messages">Section&#160;9.4, &#8220;Handing Undeliverable Messages&#8221;</a></p></li><li class="listitem"><p><span class="emphasis"><em>alternateBinding</em></span>. Provides an alternate destination that will be used when the
+              number of delivery attempts exceeds the <span class="emphasis"><em>maximumDeliveryAttempts</em></span> configured on this
+              queue.  Messages are also routed to this destination if this queue is deleted.</p></li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Queue-Lifecycle"></a>7.7.3.&#160;Lifecycle</h3></div></div></div><p>Not supported</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-Management-Managing-Exchanges.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Consumers.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.6.&#160;Exchanges&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.8.&#160;
 Consumers</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
new file mode 100644
index 0000000..f46c82c
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
@@ -0,0 +1,167 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.5.&#160;Remote Replication Nodes - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.5.&#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">7.5.&#160;Remote Replication Nodes</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Virtualhosts.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-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-Management-Managing-RemoteReplicationNodes"></a>7.5.&#160;Remote Replication Nodes</h2></div></div></div><p>Used for HA only. A <a class="link" href="Java-Broker-Concepts-RemoteReplicationNodes.html" title="4.4.&#160;Remote Replication Nodes">remote replication node</a> is a representation of another virtualhost node
+    in the group. Remote replication nodes are not created directly. Instead the system
+    automatically creates a remote replication node for every node in the group. It serves to
+    provide a view of the whole group from every node in the system.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-RemoteReplicationNodes-Attributes"></a>7.5.1.&#160;Attributes</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Name the remote replication node</em></span>. This is the name of the
+            remote virtualhost node</p></li><li class="listitem"><p><span class="emphasis"><em>Role</em></span>. Indicates the role that the remote node is playing in the
+            group at this moment. </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; "><li class="listitem"><p><span class="emphasis"><em>MASTER</em></span> - Remote node is a master.</p></li><li class="listitem"><p><span class="emphasis"><em>REPLICA</em></span> - Remote node is a replica.</p></li><li class="listitem"><p><span class="emphasis"><em>UNREACHABLE</em></span> - Remote node unreachable from this node.
+                  This remote note may be down, or an network problem may prevent it from being
+                  contacted.</p></li></ul></div><p>
+          </p></li><li class="listitem"><p><span class="emphasis"><em>Join time</em></span>. Time when first contact was established with this
+            node.</p></li><li class="listitem"><p><span class="emphasis"><em>Last known transaction id</em></span>. Last transaction id reported
+            processed by node. This is an internal transaction counter and does not relate to any
+            value available to the messaging clients. This value can only be used to determine the
+            node is up to date relative to others in the group.</p></li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-RemoteReplicationNodes-Children"></a>7.5.2.&#160;Children</h3></div></div></div><p>None</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-RemoteReplicationNodes-Lifecycle"></a>7.5.3.&#160;Lifecycle</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Delete</em></span>. Causes the remote node to be permanently removed from
+            the group. This operation should be used when the virtualhost node cannot be deleted
+            from its own Broker, for instance, if a Broker has been destroyed by machine
+            failure.</p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-RemoteReplication-Nodes-Operations"></a>7.5.4.&#160;Operations</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Transfer Master</em></span>. Initiates a process where a master is moved to
+            anther node in the group. The transfer sequence is as follows. </p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>Group waits until the proposed master is reasonable up to date.</p></li><li class="listitem"><p>Any in-flight transactions on the current master are blocked.</p></li><li class="listitem"><p>The current master awaits the proposed master to become up to date.</p></li><li class="listitem"><p>The mastership is transferred. This will automatically disconnect messaging
+                  clients from the old master, and in-flight transactions are rolled back. Messaging
+                  clients reconnect to the new master.</p></li><li class="listitem"><p>The old master will rejoin as a replica.</p></li></ol></div><p>
+          </p></li></ul></div><p>
+    </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-Management-Managing-Virtualhosts.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Exchanges.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.4.&#160;VirtualHosts&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.6.&#160;Exchanges</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[19/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index 5f75704..6a1683b 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index e3575af..dec1c2b 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Memory.html
index 18fcfa2..194e400 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index 82bdaa5..eeda3a9 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index 551bd95..690609c 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime.html
index 3eac1cf..05b8a3b 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-ACLs.html
index b39558b..6e2d48a 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index 57c740a..6b2a88c 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-Group-Providers.html
index db1a458..91de182 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security.html
index ccb4b6a..dcfc0c2 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/index.html b/content/releases/qpid-java-6.0.3/java-broker/book/index.html
index c4009b4..6cd27df 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Book.html b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Book.html
index 6210b9c..aef20d8 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Book.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
index 291378b..76752fd 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
index 18b795a..467b9bc 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
index 683239c..6c4798f 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
index 009357d..c2c125b 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring.html b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
index 2da8c40..09179d4 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Configuring.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Example.html b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Example.html
index 45831d6..9b6bdf7 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Example.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
index 461d0a7..d891807 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
index 9de99c7..81e57a7 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-10/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/index.html b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/index.html
index 8e77fe5..440af9e 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-10/book/index.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-10/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index ef6fe8f..4e2ee7b 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index 0874c61..ebb00fd 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index 8e470fa..3f361fb 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index 961466a..00da0a4 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index 014f7fc..ac1ac6b 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index 354554b..f3a5a25 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index f88e4a9..38a0c8f 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index 7b59384..d05c57d 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index 3c3d862..be3a520 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index 935f5d4..d4089e1 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index c3c65fe..b7eefa4 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index 5323990..b9b60ce 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index 5003bd9..423c089 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index c2c548d..21d7359 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index 6b9151e..a0b9857 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index 9dd05a6..d9b03d0 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index 48d7086..c261082 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index 11910ba..a3ebde4 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index fa0e952..9a1a2bb 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index 6294974..aa046a1 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index 7b43e41..c303948 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index 43bded9..f53e3b6 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index bde2889..0df3b82 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index f57335f..783173c 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index 001749d..42f380f 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index 825f248..f7119d9 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index 9b3b640..1912532 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index f354c06..69f6437 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-Book.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-Book.html
index 1509be8..6c47f26 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-Book.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/JMS-Client-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/index.html
index c282471..5d10199 100644
--- a/content/releases/qpid-java-6.0.3/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.0.3/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.0.3/qpid-jms/examples/Drain.java.html
index 280c423..8461de1 100644
--- a/content/releases/qpid-java-6.0.3/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.0.3/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.0.3/qpid-jms/examples/Hello.java.html
index 7b25db2..40d544d 100644
--- a/content/releases/qpid-java-6.0.3/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.0.3/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.0.3/qpid-jms/examples/ListReceiver.java.html
index 9974c39..7bbb1ef 100644
--- a/content/releases/qpid-java-6.0.3/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.0.3/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.0.3/qpid-jms/examples/ListSender.java.html
index 8017442..4789e21 100644
--- a/content/releases/qpid-java-6.0.3/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.0.3/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.0.3/qpid-jms/examples/MapReceiver.java.html
index a0a5cce..0db2c70 100644
--- a/content/releases/qpid-java-6.0.3/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.0.3/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.0.3/qpid-jms/examples/MapSender.java.html
index 0987c2b..a2849b6 100644
--- a/content/releases/qpid-java-6.0.3/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.0.3/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.0.3/qpid-jms/examples/OptionParser.java.html
index 28168b2..95ea5c8 100644
--- a/content/releases/qpid-java-6.0.3/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.0.3/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.0.3/qpid-jms/examples/Spout.java.html
index b75e6bb..d570aa2 100644
--- a/content/releases/qpid-java-6.0.3/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.0.3/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.0.3/qpid-jms/examples/hello.properties.html
index 87e00d6..cd7a3a6 100644
--- a/content/releases/qpid-java-6.0.3/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.0.3/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/qpid-jms/examples/index.html b/content/releases/qpid-java-6.0.3/qpid-jms/examples/index.html
index 05d062c..0555858 100644
--- a/content/releases/qpid-java-6.0.3/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.0.3/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/release-notes.html b/content/releases/qpid-java-6.0.3/release-notes.html
index 29cb98f..305fb3f 100644
--- a/content/releases/qpid-java-6.0.3/release-notes.html
+++ b/content/releases/qpid-java-6.0.3/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/index.html b/content/releases/qpid-java-6.0.4/index.html
index 4a6b87b..549d48c 100644
--- a/content/releases/qpid-java-6.0.4/index.html
+++ b/content/releases/qpid-java-6.0.4/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.0.4/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index 58dd2a8..b275856 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index 0594ea0..88372d7 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index f88362e..29a2bde 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index 08c11ac..a33f212 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-System-Properties.html
index ea462d4..12d70fc 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index ae2ee24..96bbc72 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index ab6791d..36ad804 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Backup-And-Recovery.html
index 8983cfa..b024f05 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index ae5ebd1..26e9386 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Broker.html
index 4433439..30d8a05 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Exchanges.html
index f489d49..c1a9be7 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Other-Services.html
index b3d0eee..9ec1096 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Ports.html
index fbd8f84..80f3313 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Queues.html
index 07cca95..f056a47 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index 20a2f75..d1ba8d9 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[34/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Direct.svg
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Direct.svg b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Direct.svg
new file mode 100755
index 0000000..76d25fa
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Direct.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<!--
+ 
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+ 
+   http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ 
+-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="17 70 436 355" width="436pt" height="355pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2013-10-01 22:37Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.4 --></metadata><defs><filter id="Shadow" filterUnits="userSpaceOnUse"><feGaussianBlur in="SourceAlpha" result="blur" stdDeviation="3.488"/><feOffset in="blur" result="offset" dx="0" dy="4"/><feFlood flood-color="black" flood-opacity=".75" result="flood"/><feComposite in="flood" in2="offset" operator="in"/></filter><font-face font-family="Helvetica" font-size="12" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="0" x-height="532.22656" cap-height="719.72656" ascent="770.01953" descent="-229.98047" font-weight="bold"><font-face-src><font-face-name name="Helvetica-Bold"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" i
 d="FilledArrow_Marker" viewBox="-1 -3 6 6" markerWidth="6" markerHeight="6" color="black"><g><path d="M 3.2 0 L 0 -1.2 L 0 1.2 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Helvetica" font-size="9" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="0" x-height="522.94922" cap-height="717.28516" ascent="770.01953" descent="-229.98047" font-weight="500"><font-face-src><font-face-name name="Helvetica"/></font-face-src></font-face><font-face font-family="Helvetica" font-size="9" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="-1333.3334" x-height="539.55078" cap-height="719.72656" ascent="770.01953" descent="-229.98047" font-style="italic" font-weight="bold"><font-face-src><font-face-name name="Helvetica-BoldOblique"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canva
 s 1</title><g><title>Layer 1</title><g><use xl:href="#id4_Graphic" filter="url(#Shadow)"/><use xl:href="#id1902_Graphic" filter="url(#Shadow)"/><use xl:href="#id2284_Graphic" filter="url(#Shadow)"/></g><g id="id4_Graphic"><path d="M 66.296997 107.000005 L 160.297 107.000005 C 165.26756 107.000005 169.297 111.02944 169.297 116.000005 L 169.297 136.000005 C 169.297 140.97057 165.26756 145.000005 160.297 145.000005 L 66.296997 145.000005 C 61.326434 145.000005 57.296997 140.97057 57.296997 136.000005 L 57.296997 116.000005 C 57.296997 111.02944 61.326434 107.000005 66.296997 107.000005 Z" fill="#acffa2"/><path d="M 66.296997 107.000005 L 160.297 107.000005 C 165.26756 107.000005 169.297 111.02944 169.297 116.000005 L 169.297 136.000005 C 169.297 140.97057 165.26756 145.000005 160.297 145.000005 L 66.296997 145.000005 C 61.326434 145.000005 57.296997 140.97057 57.296997 136.000005 L 57.296997 116.000005 C 57.296997 111.02944 61.326434 107.000005 66.296997 107.000005 Z" stroke="black" st
 roke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(62.296997 112.000005)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="56.015625">Producer </tspan><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="55.576172" y="11" textLength="8.6660156">A</tspan></text></g><g id="id1902_Graphic"><path d="M 197.65201 107.500005 L 291.652 107.500005 C 296.62257 107.500005 300.652 111.52944 300.652 116.500005 L 300.652 136.500005 C 300.652 141.47057 296.62257 145.500005 291.652 145.500005 L 197.65201 145.500005 C 192.68144 145.500005 188.65201 141.47057 188.65201 136.500005 L 188.65201 116.500005 C 188.65201 111.52944 192.68144 107.500005 197.65201 107.500005 Z" fill="#acffa2"/><path d="M 197.65201 107.500005 L 291.652 107.500005 C 296.62257 107.500005 300.652 111.52944 300.652 116.500005 L 300.652 136.500005 C 300.652 141.47057 296.62257 145.500005 291.652 145.500005 L 197.65201 145.5000
 05 C 192.68144 145.500005 188.65201 141.47057 188.65201 136.500005 L 188.65201 116.500005 C 188.65201 111.52944 192.68144 107.500005 197.65201 107.500005 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(193.65201 112.500005)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="64.68164">Producer B</tspan></text></g><rect x="255.297" y="90.000006" width="31.222" height="16.5076" fill="#ff0b22"/><rect x="255.297" y="90.000006" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="256.716" y1="91.375606" x2="263.812" y2="91.375606" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="256.716" y1="92.750806" x2="263.812" y2="92.750806" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="256.716" y1="94.126806" x2="263.
 812" y2="94.126806" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="265.231" y1="98.253806" x2="276.585" y2="98.253806" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="265.231" y1="99.629806" x2="276.585" y2="99.629806" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="265.231" y1="101.004806" x2="276.585" y2="101.004806" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="282.261" y="91.375606" width="2.83837" height="2.75126" fill="none"/><rect x="282.261" y="91.375606" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="262.297" y="96.08351" width="31.222" height="16.5076" fill="#ff0b22"/><rect x="262.297" y="96.08351" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line 
 x1="263.716" y1="97.45851" x2="270.812" y2="97.45851" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="263.716" y1="98.83451" x2="270.812" y2="98.83451" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="263.716" y1="100.20951" x2="270.812" y2="100.20951" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="272.231" y1="104.33651" x2="283.584" y2="104.33651" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="272.231" y1="105.71251" x2="283.584" y2="105.71251" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="272.231" y1="107.08751" x2="283.584" y2="107.08751" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="289.261" y="97.45851" width="2.83837" height="2.75126" fill="none"/><rect x="289.261" y="97.45851" width="2.83837" h
 eight="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="124.296996" y="90.00001" width="31.222" height="16.5076" fill="#ff9"/><rect x="124.296996" y="90.00001" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="125.715996" y1="91.37501" x2="132.812" y2="91.37501" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="125.715996" y1="92.75101" x2="132.812" y2="92.75101" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="125.715996" y1="94.12701" x2="132.812" y2="94.12701" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="134.231" y1="98.25351" x2="145.585" y2="98.25351" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="134.231" y1="99.62951" x2="145.585" y2="99.62951" stroke="black" st
 roke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="134.231" y1="101.00551" x2="145.585" y2="101.00551" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="151.261" y="91.37501" width="2.83837" height="2.75126" fill="none"/><rect x="151.261" y="91.37501" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="129.084" y="96.08351" width="31.222" height="16.5076" fill="#ff9"/><rect x="129.084" y="96.08351" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="130.503" y1="97.45851" x2="137.599" y2="97.45851" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="130.503" y1="98.83451" x2="137.599" y2="98.83451" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="130.503" y1="100.21051" x2="137.599" y
 2="100.21051" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="139.018" y1="104.33651" x2="150.372" y2="104.33651" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="139.018" y1="105.71251" x2="150.372" y2="105.71251" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="139.018" y1="107.08851" x2="150.372" y2="107.08851" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="156.048" y="97.45851" width="2.83837" height="2.75126" fill="none"/><rect x="156.048" y="97.45851" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="134.002" y="103.58351" width="31.222" height="16.5076" fill="#ff9"/><rect x="134.002" y="103.58351" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="135.422
 " y1="104.95951" x2="142.518" y2="104.95951" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="135.422" y1="106.33451" x2="142.518" y2="106.33451" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="135.422" y1="107.71051" x2="142.518" y2="107.71051" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="143.937" y1="111.83751" x2="155.29" y2="111.83751" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="143.937" y1="113.21251" x2="155.29" y2="113.21251" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="143.937" y1="114.58851" x2="155.29" y2="114.58851" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="160.967" y="104.95951" width="2.83837" height="2.75126" fill="none"/><rect x="160.967" y="104.95951" width="2.83837" height="2
 .75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><path d="M 133.699005 163 L 355.605 163 C 360.57557 163 364.605 167.02944 364.605 172 L 364.605 391.274 C 364.605 396.24457 360.57557 400.274 355.605 400.274 L 133.699005 400.274 C 128.72844 400.274 124.699005 396.24457 124.699005 391.274 L 124.699005 172 C 124.699005 167.02944 128.72844 163 133.699005 163 Z" fill="#78caff"/><path d="M 133.699005 163 L 355.605 163 C 360.57557 163 364.605 167.02944 364.605 172 L 364.605 391.274 C 364.605 396.24457 360.57557 400.274 355.605 400.274 L 133.699005 400.274 C 128.72844 400.274 124.699005 396.24457 124.699005 391.274 L 124.699005 172 C 124.699005 167.02944 128.72844 163 133.699005 163 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(129.699005 168)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="69.345703">Qpid Broker</tspan></text><path
  d="M 148.554005 211.5 L 255.554 211.5 C 260.52457 211.5 264.554 215.52944 264.554 220.5 L 264.554 311.5 C 264.554 316.47057 260.52457 320.5 255.554 320.5 L 148.554005 320.5 C 143.58344 320.5 139.554005 316.47057 139.554005 311.5 L 139.554005 220.5 C 139.554005 215.52944 143.58344 211.5 148.554005 211.5 Z" fill="#a788ff"/><path d="M 148.554005 211.5 L 255.554 211.5 C 260.52457 211.5 264.554 215.52944 264.554 220.5 L 264.554 311.5 C 264.554 316.47057 260.52457 320.5 255.554 320.5 L 148.554005 320.5 C 143.58344 320.5 139.554005 316.47057 139.554005 311.5 L 139.554005 220.5 C 139.554005 215.52944 143.58344 211.5 148.554005 211.5 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(144.554005 216.5)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="60.685547">amq.direct</tspan></text><path d="M 282.554 211.5 L 341.554 211.5 C 346.52457 211.5 350.554 215.52944 350.554 220.5 L 35
 0.554 255.5 C 350.554 260.47057 346.52457 264.5 341.554 264.5 L 282.554 264.5 C 277.58344 264.5 273.554 260.47057 273.554 255.5 L 273.554 220.5 C 273.554 215.52944 277.58344 211.5 282.554 211.5 Z" fill="#93d9ff"/><path d="M 282.554 211.5 L 341.554 211.5 C 346.52457 211.5 350.554 215.52944 350.554 220.5 L 350.554 255.5 C 350.554 260.47057 346.52457 264.5 341.554 264.5 L 282.554 264.5 C 277.58344 264.5 273.554 260.47057 273.554 255.5 L 273.554 220.5 C 273.554 215.52944 277.58344 211.5 282.554 211.5 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(278.554 216.5)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="7.1591797" y="11" textLength="52.68164">myqueue</tspan></text><path d="M 250.19663 211.12414 C 257.98164 202.25032 264.9523 188.93692 273.554 184.5 C 282.1557 180.06309 296.25709 180.08229 301.812 184.5 C 303.83 186.10487 304.82832 188.87613 305.36258 192.17813" marker-end="url(#FilledAr
 row_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><path d="M 282.554 274.425 L 341.554 274.425 C 346.52457 274.425 350.554 278.45444 350.554 283.425 L 350.554 318.425 C 350.554 323.39557 346.52457 327.425 341.554 327.425 L 282.554 327.425 C 277.58344 327.425 273.554 323.39557 273.554 318.425 L 273.554 283.425 C 273.554 278.45444 277.58344 274.425 282.554 274.425 Z" fill="#93d9ff"/><path d="M 282.554 274.425 L 341.554 274.425 C 346.52457 274.425 350.554 278.45444 350.554 283.425 L 350.554 318.425 C 350.554 323.39557 346.52457 327.425 341.554 327.425 L 282.554 327.425 C 277.58344 327.425 273.554 323.39557 273.554 318.425 L 273.554 283.425 C 273.554 278.45444 277.58344 274.425 282.554 274.425 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(278.554 279.425)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="20.826172" y="11" textLength="25.347656">bar1<
 /tspan></text><rect x="210.054" y="291.18696" width="48" height="13.6119385" fill="white"/><rect x="210.054" y="291.18696" width="48" height="13.6119385" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(215.054 292.49293)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="13.249756" y="9" textLength="11.500488">….</tspan></text><rect x="146.05401" y="291.18696" width="63.999992" height="13.6119385" fill="white"/><rect x="146.05401" y="291.18696" width="63.999992" height="13.6119385" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(151.05401 292.49293)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="23.249264" y="9" textLength="7.501465">...</tspan></text><rect x="210.054" y="277.57496" width="48" height="13.6119995" fill="white"/><rect x="210.054" y="277.57496" width="48" height="13.6119995" stroke="black" 
 stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(215.054 278.88096)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="9.993408" y="9" textLength="18.013184">bar2</tspan></text><rect x="146.05401" y="277.57496" width="63.999992" height="13.6119995" fill="white"/><rect x="146.05401" y="277.57496" width="63.999992" height="13.6119995" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(151.05401 278.88096)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="20.744381" y="9" textLength="12.5112305">foo</tspan></text><rect x="210.054" y="263.96296" width="48" height="13.6119995" fill="white"/><rect x="210.054" y="263.96296" width="48" height="13.6119995" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(215.054 265.26896)" fill="black"><tspan font-family="Helvetica" font-size="9
 " font-weight="500" x="9.993408" y="9" textLength="18.013184">bar1</tspan></text><rect x="146.05401" y="263.96296" width="63.999992" height="13.6119995" fill="white"/><rect x="146.05401" y="263.96296" width="63.999992" height="13.6119995" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(151.05401 265.26896)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="20.744381" y="9" textLength="12.5112305">foo</tspan></text><rect x="210.054" y="250.35105" width="48" height="13.611908" fill="white"/><rect x="210.054" y="250.35105" width="48" height="13.611908" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(215.054 251.65701)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x=".4880371" y="9" textLength="37.023926">myqueue</tspan></text><rect x="146.05401" y="250.35105" width="63.999992" height="13.611908" fill="white"/><
 rect x="146.05401" y="250.35105" width="63.999992" height="13.611908" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(151.05401 251.65701)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="8.4880333" y="9" textLength="37.023926">myqueue</tspan></text><rect x="210.054" y="239.57501" width="48" height="10.776047" fill="white"/><rect x="210.054" y="239.57501" width="48" height="10.776047" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(215.054 239.46303)" fill="black"><tspan font-family="Helvetica" font-size="9" font-style="italic" font-weight="bold" x="5.748291" y="9" textLength="26.503418">queue</tspan></text><rect x="146.05401" y="239.57501" width="63.999992" height="10.776047" fill="white"/><rect x="146.05401" y="239.57501" width="63.999992" height="10.776047" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1
 "/><text transform="translate(151.05401 239.46303)" fill="black"><tspan font-family="Helvetica" font-size="9" font-style="italic" font-weight="bold" x=".74486923" y="9" textLength="52.510254">binding_key</tspan></text><path d="M 222.4567 320.96876 C 224.43994 326.31197 225.22727 333.49515 228.407 337 C 231.58674 340.50486 233.90403 344.3383 241.537 342 C 245.68743 340.72856 251.76463 337.0884 258.19681 333.01168" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><path d="M 282.554 337.349 L 341.554 337.349 C 346.52457 337.349 350.554 341.37844 350.554 346.349 L 350.554 381.349 C 350.554 386.31957 346.52457 390.349 341.554 390.349 L 282.554 390.349 C 277.58344 390.349 273.554 386.31957 273.554 381.349 L 273.554 346.349 C 273.554 341.37844 277.58344 337.349 282.554 337.349 Z" fill="#93d9ff"/><path d="M 282.554 337.349 L 341.554 337.349 C 346.52457 337.349 350.554 341.37844 350.554 346.349 L 350.554 381.349 C 350.554 3
 86.31957 346.52457 390.349 341.554 390.349 L 282.554 390.349 C 277.58344 390.349 273.554 386.31957 273.554 381.349 L 273.554 346.349 C 273.554 341.37844 277.58344 337.349 282.554 337.349 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(278.554 342.349)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="20.826172" y="11" textLength="25.347656">bar2</tspan></text><path d="M 217.1713 320.98211 C 219.37232 328.98728 220.64087 338.99762 223.775 345 C 226.90914 351.00239 227.76532 354.44391 235.978 357 C 240.33458 358.35593 247.02521 358.89955 254.1924 359.2772" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><rect x="307.659" y="230.333" width="31.222" height="16.5076" fill="#ff9"/><rect x="307.659" y="230.333" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line
  x1="309.078" y1="231.708" x2="316.174" y2="231.708" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="309.078" y1="233.084" x2="316.174" y2="233.084" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="309.078" y1="234.46" x2="316.174" y2="234.46" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="317.593" y1="238.587" x2="328.947" y2="238.587" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="317.593" y1="239.963" x2="328.947" y2="239.963" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="317.593" y1="241.339" x2="328.947" y2="241.339" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="334.623" y="231.708" width="2.83837" height="2.75126" fill="none"/><rect x="334.623" y="231.708" width="2.83837" height="2.75126" stroke=
 "black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="312.446" y="236.417" width="31.222" height="16.5076" fill="#ff9"/><rect x="312.446" y="236.417" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="313.865" y1="237.792" x2="320.961" y2="237.792" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="313.865" y1="239.168" x2="320.961" y2="239.168" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="313.865" y1="240.544" x2="320.961" y2="240.544" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="322.38" y1="244.67" x2="333.734" y2="244.67" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="322.38" y1="246.046" x2="333.734" y2="246.046" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-wi
 dth=".24"/><line x1="322.38" y1="247.422" x2="333.734" y2="247.422" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="339.41" y="237.792" width="2.83837" height="2.75126" fill="none"/><rect x="339.41" y="237.792" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="317.364" y="243.917" width="31.222" height="16.5076" fill="#ff9"/><rect x="317.364" y="243.917" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="318.783" y1="245.293" x2="325.879" y2="245.293" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="318.783" y1="246.668" x2="325.879" y2="246.668" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="318.783" y1="248.044" x2="325.879" y2="248.044" stroke="black" stroke-linecap="round" stroke-linejoin="roun
 d" stroke-width=".72000003"/><line x1="327.298" y1="252.171" x2="338.652" y2="252.171" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="327.298" y1="253.546" x2="338.652" y2="253.546" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="327.298" y1="254.922" x2="338.652" y2="254.922" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="344.328" y="245.293" width="2.83837" height="2.75126" fill="none"/><rect x="344.328" y="245.293" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="309.079" y="294.564" width="31.222" height="16.5076" fill="#ff0b22"/><rect x="309.079" y="294.564" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="310.498" y1="295.94" x2="317.594" y2="295.94" stroke="black" stroke-linecap="round" stroke-line
 join="round" stroke-width=".72000003"/><line x1="310.498" y1="297.316" x2="317.594" y2="297.316" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="310.498" y1="298.691" x2="317.594" y2="298.691" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="319.013" y1="302.818" x2="330.366" y2="302.818" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="319.013" y1="304.194" x2="330.366" y2="304.194" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="319.013" y1="305.569" x2="330.366" y2="305.569" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="336.043" y="295.94" width="2.83837" height="2.75126" fill="none"/><rect x="336.043" y="295.94" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="312.873" y="300.98
 4" width="31.222" height="16.5076" fill="#ff0b22"/><rect x="312.873" y="300.984" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="314.292" y1="302.359" x2="321.388" y2="302.359" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="314.292" y1="303.736" x2="321.388" y2="303.736" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="314.292" y1="305.111" x2="321.388" y2="305.111" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="322.807" y1="309.238" x2="334.16" y2="309.238" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="322.807" y1="310.614" x2="334.16" y2="310.614" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="322.807" y1="311.989" x2="334.16" y2="311.989" stroke="black" stroke-linecap
 ="round" stroke-linejoin="round" stroke-width=".24"/><rect x="339.837" y="302.359" width="2.83837" height="2.75126" fill="none"/><rect x="339.837" y="302.359" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="308.652" y="359.347" width="31.222" height="16.5076" fill="#ff0b22"/><rect x="308.652" y="359.347" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="310.071" y1="360.723" x2="317.167" y2="360.723" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="310.071" y1="362.099" x2="317.167" y2="362.099" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="310.071" y1="363.474" x2="317.167" y2="363.474" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="318.586" y1="367.601" x2="329.939" y2="367.601" strok
 e="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="318.586" y1="368.977" x2="329.939" y2="368.977" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="318.586" y1="370.352" x2="329.939" y2="370.352" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="335.616" y="360.723" width="2.83837" height="2.75126" fill="none"/><rect x="335.616" y="360.723" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="312.446" y="365.767" width="31.222" height="16.5076" fill="#ff0b22"/><rect x="312.446" y="365.767" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="313.865" y1="367.142" x2="320.961" y2="367.142" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="313.865" y1="368.519" x2="320.961" y2="36
 8.519" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="313.865" y1="369.894" x2="320.961" y2="369.894" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="322.38" y1="374.021" x2="333.733" y2="374.021" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="322.38" y1="375.397" x2="333.733" y2="375.397" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="322.38" y1="376.772" x2="333.733" y2="376.772" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="339.41" y="367.142" width="2.83837" height="2.75126" fill="none"/><rect x="339.41" y="367.142" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><text transform="translate(26.796997 79.00001)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="5
 00" x="42.09546" y="9" textLength="88.80908">routing_key=myqueue</tspan></text><text transform="translate(202.031 79.00001)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="10.472812" y="9" textLength="64.296387">routing_key=foo</tspan></text><g id="id2284_Graphic"><path d="M 329.00702 107.000005 L 423.00702 107.000005 C 427.97758 107.000005 432.00702 111.02944 432.00702 116.000005 L 432.00702 136.000005 C 432.00702 140.97057 427.97758 145.000005 423.00702 145.000005 L 329.00702 145.000005 C 324.03645 145.000005 320.00702 140.97057 320.00702 136.000005 L 320.00702 116.000005 C 320.00702 111.02944 324.03645 107.000005 329.00702 107.000005 Z" fill="#acffa2"/><path d="M 329.00702 107.000005 L 423.00702 107.000005 C 427.97758 107.000005 432.00702 111.02944 432.00702 116.000005 L 432.00702 136.000005 C 432.00702 140.97057 427.97758 145.000005 423.00702 145.000005 L 329.00702 145.000005 C 324.03645 145.000005 320.00702 140.97057 320.00702 136.000005 L 320.00
 702 116.000005 C 320.00702 111.02944 324.03645 107.000005 329.00702 107.000005 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(325.00702 112.000005)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="64.68164">Producer C</tspan></text></g><text transform="translate(333.38602 79.00001)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="9.473056" y="9" textLength="66.2959">routing_key=qux</tspan></text><path d="M 348.5369 145.28732 C 342.97682 149.191155 347.46709 154.21483 331.855 157 C 316.24291 159.78517 271.83745 152.99187 254.855 162 C 243.4814 168.03298 239.89471 180.65409 236.27266 193.24423" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><path d="M 147.98082 145.24257 C 161.65251 152.82762 181.23191 161.374425 189 168 C 196.76809 174.62558 193.26267 177.8337 194.594
  185 C 194.99444 187.15549 195.29843 189.58266 195.54949 192.1589" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><path d="M 240.89769 145.99098 C 240.38351 148.66039 243.08474 149.24897 239.355 154 C 235.62526 158.75103 223.08431 164.99963 218.517 174.5 C 216.17447 179.37265 215.08286 185.64978 214.27983 192.25062" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><rect x="393" y="96.08351" width="31.222" height="16.5076" fill="#0d46ff"/><rect x="393" y="96.08351" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="394.419" y1="97.45851" x2="401.515" y2="97.45851" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="394.419" y1="98.83451" x2="401.515" y2="98.83451" stroke="black" stroke-linecap="round" stroke-linejoin="round" stro
 ke-width=".72000003"/><line x1="394.419" y1="100.20951" x2="401.515" y2="100.20951" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="402.934" y1="104.33651" x2="414.287" y2="104.33651" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="402.934" y1="105.71251" x2="414.287" y2="105.71251" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="402.934" y1="107.08751" x2="414.287" y2="107.08751" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="419.964" y="97.45851" width="2.83837" height="2.75126" fill="none"/><rect x="419.964" y="97.45851" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/></g></g></svg>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Fanout.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Fanout.png b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Fanout.png
new file mode 100755
index 0000000..1e7f8ca
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Fanout.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Fanout.svg
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Fanout.svg b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Fanout.svg
new file mode 100755
index 0000000..2768886
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Fanout.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<!--
+ 
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+ 
+   http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ 
+-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="139 112 321 304" width="321pt" height="304pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2013-10-01 22:37Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.4 --></metadata><defs><filter id="Shadow" filterUnits="userSpaceOnUse"><feGaussianBlur in="SourceAlpha" result="blur" stdDeviation="3.488"/><feOffset in="blur" result="offset" dx="0" dy="4"/><feFlood flood-color="black" flood-opacity=".75" result="flood"/><feComposite in="flood" in2="offset" operator="in"/></filter><font-face font-family="Helvetica" font-size="12" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="0" x-height="532.22656" cap-height="719.72656" ascent="770.01953" descent="-229.98047" font-weight="bold"><font-face-src><font-face-name name="Helvetica-Bold"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth"
  id="FilledArrow_Marker" viewBox="-1 -3 6 6" markerWidth="6" markerHeight="6" color="black"><g><path d="M 3.2 0 L 0 -1.2 L 0 1.2 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 5</title><g><title>Layer 1</title><g><use xl:href="#id2069_Graphic" filter="url(#Shadow)"/><use xl:href="#id2082_Graphic" filter="url(#Shadow)"/><use xl:href="#id2083_Graphic" filter="url(#Shadow)"/><use xl:href="#id2120_Graphic" filter="url(#Shadow)"/><use xl:href="#id2158_Graphic" filter="url(#Shadow)"/><use xl:href="#id2196_Graphic" filter="url(#Shadow)"/></g><g id="id2069_Graphic"><path d="M 170.145 132 L 431 132 C 435.97056 132 440 136.02944 440 141 L 440 161 C 440 165.97056 435.97056 170 431 170 L 170.145 170 C 165.17444 170 161.145 165.97056 161.145 161 L 161.145 141 C 161.145 136.02944 165.17444 132 170.145 132 Z" fill="#acffa2"/><path d="M 170.145 132 L 431 132 C 4
 35.97056 132 440 136.02944 440 141 L 440 161 C 440 165.97056 435.97056 170 431 170 L 170.145 170 C 165.17444 170 161.145 165.97056 161.145 161 L 161.145 141 C 161.145 136.02944 165.17444 132 170.145 132 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(166.145 137)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="52.68164">Producer</tspan></text></g><g id="id2082_Graphic"><path d="M 168 191.924 L 431 191.924 C 435.97056 191.924 440 195.95344 440 200.924 L 440 383 C 440 387.97056 435.97056 392 431 392 L 168 392 C 163.02944 392 159 387.97056 159 383 L 159 200.924 C 159 195.95344 163.02944 191.924 168 191.924 Z" fill="#78caff"/><path d="M 168 191.924 L 431 191.924 C 435.97056 191.924 440 195.95344 440 200.924 L 440 383 C 440 387.97056 435.97056 392 431 392 L 168 392 C 163.02944 392 159 387.97056 159 383 L 159 200.924 C 159 195.95344 163.02944 191.924 168 191.924 Z" stroke=
 "black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(164 196.924)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="69.345703">Qpid Broker</tspan></text></g><g id="id2083_Graphic"><path d="M 175.42 240.5 L 312.5 240.5 C 317.47056 240.5 321.5 244.52944 321.5 249.5 L 321.5 269.5 C 321.5 274.47056 317.47056 278.5 312.5 278.5 L 175.42 278.5 C 170.44944 278.5 166.42 274.47056 166.42 269.5 L 166.42 249.5 C 166.42 244.52944 170.44944 240.5 175.42 240.5 Z" fill="#a788ff"/><path d="M 175.42 240.5 L 312.5 240.5 C 317.47056 240.5 321.5 244.52944 321.5 249.5 L 321.5 269.5 C 321.5 274.47056 317.47056 278.5 312.5 278.5 L 175.42 278.5 C 170.44944 278.5 166.42 274.47056 166.42 269.5 L 166.42 249.5 C 166.42 244.52944 170.44944 240.5 175.42 240.5 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(171.42 245.5)" fill="black"><tspan font-family=
 "Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="64.664062">amq.fanout</tspan></text></g><path d="M 280.99889 170.35153 C 276.90333 174.40062 273.73998 175.77393 268.711 182.5 C 263.68202 189.22607 254.4898 201.12881 250.822 210.712 C 249.50102 214.16344 248.77526 217.662 248.32317 221.18214" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id2120_Graphic"><path d="M 364.92 200.5 L 423.92 200.5 C 428.89056 200.5 432.92 204.52944 432.92 209.5 L 432.92 244.5 C 432.92 249.47056 428.89056 253.5 423.92 253.5 L 364.92 253.5 C 359.94944 253.5 355.92 249.47056 355.92 244.5 L 355.92 209.5 C 355.92 204.52944 359.94944 200.5 364.92 200.5 Z" fill="#93d9ff"/><path d="M 364.92 200.5 L 423.92 200.5 C 428.89056 200.5 432.92 204.52944 432.92 209.5 L 432.92 244.5 C 432.92 249.47056 428.89056 253.5 423.92 253.5 L 364.92 253.5 C 359.94944 253.5 355.92 249.47056 355.92 244.5 L 355.92 209.5 C 355.92 204.5294
 4 359.94944 200.5 364.92 200.5 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(360.92 205.5)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="19.496094" y="11" textLength="28.007812">sub1</tspan></text></g><path d="M 298.44469 240.33408 C 310.86446 235.96522 327.14095 230.28589 337.56869 226.59386" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id2158_Graphic"><path d="M 364.92 262.848 L 423.92 262.848 C 428.89056 262.848 432.92 266.87744 432.92 271.848 L 432.92 306.848 C 432.92 311.81856 428.89056 315.848 423.92 315.848 L 364.92 315.848 C 359.94944 315.848 355.92 311.81856 355.92 306.848 L 355.92 271.848 C 355.92 266.87744 359.94944 262.848 364.92 262.848 Z" fill="#93d9ff"/><path d="M 364.92 262.848 L 423.92 262.848 C 428.89056 262.848 432.92 266.87744 432.92 271.848 L 432.92 306.848 C 432.92 311.81856 428.89056
  315.848 423.92 315.848 L 364.92 315.848 C 359.94944 315.848 355.92 311.81856 355.92 306.848 L 355.92 271.848 C 355.92 266.87744 359.94944 262.848 364.92 262.848 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(360.92 267.848)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="19.496094" y="11" textLength="28.007812">sub2</tspan></text></g><path d="M 295.42725 278.67456 C 308.7835 283.65054 326.71209 291.09168 335.5 293.604 C 335.857 293.70606 336.20043 293.80022 336.53099 293.88695" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id2196_Graphic"><path d="M 364.92 325.196 L 423.92 325.196 C 428.89056 325.196 432.92 329.22544 432.92 334.196 L 432.92 369.196 C 432.92 374.16656 428.89056 378.196 423.92 378.196 L 364.92 378.196 C 359.94944 378.196 355.92 374.16656 355.92 369.196 L 355.92 334.196 C 355.92 329.22544 359.94
 944 325.196 364.92 325.196 Z" fill="#93d9ff"/><path d="M 364.92 325.196 L 423.92 325.196 C 428.89056 325.196 432.92 329.22544 432.92 334.196 L 432.92 369.196 C 432.92 374.16656 428.89056 378.196 423.92 378.196 L 364.92 378.196 C 359.94944 378.196 355.92 374.16656 355.92 369.196 L 355.92 334.196 C 355.92 329.22544 359.94944 325.196 364.92 325.196 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(360.92 330.196)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="19.496094" y="11" textLength="28.007812">sub3</tspan></text></g><path d="M 266.10958 278.82875 C 290.2373 299.88373 323.68641 329.52704 338.5 342 C 338.934 342.36542 339.3543 342.71778 339.76141 343.05758" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><rect x="293.017" y="123" width="31.222" height="16.5076" fill="#ee0026"/><rect x="293.017" y="123" width="31.222" he
 ight="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="294.436" y1="124.376" x2="301.532" y2="124.376" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="294.436" y1="125.752" x2="301.532" y2="125.752" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="294.436" y1="127.127" x2="301.532" y2="127.127" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="302.951" y1="131.254" x2="314.305" y2="131.254" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="302.951" y1="132.63" x2="314.305" y2="132.63" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="302.951" y1="134.005" x2="314.305" y2="134.005" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="319.981" y="124.376" width="2.83837
 " height="2.75126" fill="none"/><rect x="319.981" y="124.376" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="283.295" y="128.508" width="31.222" height="16.5076" fill="#17ee07"/><rect x="283.295" y="128.508" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="284.715" y1="129.884" x2="291.811" y2="129.884" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="284.715" y1="131.26" x2="291.811" y2="131.26" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="284.715" y1="132.635" x2="291.811" y2="132.635" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="293.23" y1="136.762" x2="304.583" y2="136.762" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="293.23" y1="1
 38.138" x2="304.583" y2="138.138" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="293.23" y1="139.513" x2="304.583" y2="139.513" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="310.26" y="129.884" width="2.83837" height="2.75126" fill="none"/><rect x="310.26" y="129.884" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="276.906" y="133.722" width="31.222" height="16.5076" fill="#ff9"/><rect x="276.906" y="133.722" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="278.325" y1="135.098" x2="285.421" y2="135.098" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="278.325" y1="136.474" x2="285.421" y2="136.474" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="27
 8.325" y1="137.849" x2="285.421" y2="137.849" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="286.84" y1="141.976" x2="298.193" y2="141.976" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="286.84" y1="143.352" x2="298.193" y2="143.352" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="286.84" y1="144.727" x2="298.193" y2="144.727" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="303.87" y="135.098" width="2.83837" height="2.75126" fill="none"/><rect x="303.87" y="135.098" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="392.111" y="217.97" width="31.222" height="16.5076" fill="#ee0026"/><rect x="392.111" y="217.97" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x
 1="393.53" y1="219.346" x2="400.626" y2="219.346" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="393.53" y1="220.722" x2="400.626" y2="220.722" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="393.53" y1="222.097" x2="400.626" y2="222.097" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="402.045" y1="226.224" x2="413.399" y2="226.224" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="402.045" y1="227.6" x2="413.399" y2="227.6" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="402.045" y1="228.975" x2="413.399" y2="228.975" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="419.075" y="219.346" width="2.83837" height="2.75126" fill="none"/><rect x="419.075" y="219.346" width="2.83837" height="2.75126" stroke="black"
  stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="382.389" y="223.477" width="31.222" height="16.5076" fill="#17ee07"/><rect x="382.389" y="223.477" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="383.809" y1="224.853" x2="390.905" y2="224.853" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="383.809" y1="226.229" x2="390.905" y2="226.229" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="383.809" y1="227.604" x2="390.905" y2="227.604" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="392.324" y1="231.731" x2="403.677" y2="231.731" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="392.324" y1="233.107" x2="403.677" y2="233.107" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-wi
 dth=".24"/><line x1="392.324" y1="234.482" x2="403.677" y2="234.482" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="409.354" y="224.853" width="2.83837" height="2.75126" fill="none"/><rect x="409.354" y="224.853" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="376" y="228.691" width="31.222" height="16.5076" fill="#ff9"/><rect x="376" y="228.691" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="377.419" y1="230.067" x2="384.515" y2="230.067" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="377.419" y1="231.443" x2="384.515" y2="231.443" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="377.419" y1="232.818" x2="384.515" y2="232.818" stroke="black" stroke-linecap="round" stroke-linejoin="round" st
 roke-width=".72000003"/><line x1="385.934" y1="236.945" x2="397.287" y2="236.945" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="385.934" y1="238.321" x2="397.287" y2="238.321" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="385.934" y1="239.696" x2="397.287" y2="239.696" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="402.964" y="230.067" width="2.83837" height="2.75126" fill="none"/><rect x="402.964" y="230.067" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="392.111" y="284" width="31.222" height="16.5076" fill="#ee0026"/><rect x="392.111" y="284" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="393.53" y1="285.376" x2="400.626" y2="285.376" stroke="black" stroke-linecap="round" stroke-linejoin="round"
  stroke-width=".72000003"/><line x1="393.53" y1="286.752" x2="400.626" y2="286.752" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="393.53" y1="288.127" x2="400.626" y2="288.127" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="402.045" y1="292.254" x2="413.399" y2="292.254" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="402.045" y1="293.63" x2="413.399" y2="293.63" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="402.045" y1="295.005" x2="413.399" y2="295.005" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="419.075" y="285.376" width="2.83837" height="2.75126" fill="none"/><rect x="419.075" y="285.376" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="382.389" y="289.507" width="31.2
 22" height="16.5076" fill="#17ee07"/><rect x="382.389" y="289.507" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="383.809" y1="290.883" x2="390.905" y2="290.883" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="383.809" y1="292.259" x2="390.905" y2="292.259" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="383.809" y1="293.634" x2="390.905" y2="293.634" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="392.324" y1="297.761" x2="403.677" y2="297.761" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="392.324" y1="299.137" x2="403.677" y2="299.137" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="392.324" y1="300.512" x2="403.677" y2="300.512" stroke="black" stroke-linecap="round" st
 roke-linejoin="round" stroke-width=".24"/><rect x="409.354" y="290.883" width="2.83837" height="2.75126" fill="none"/><rect x="409.354" y="290.883" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="376" y="294.721" width="31.222" height="16.5076" fill="#ff9"/><rect x="376" y="294.721" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="377.419" y1="296.097" x2="384.515" y2="296.097" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="377.419" y1="297.473" x2="384.515" y2="297.473" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="377.419" y1="298.848" x2="384.515" y2="298.848" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="385.934" y1="302.975" x2="397.287" y2="302.975" stroke="black" stroke-linec
 ap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="385.934" y1="304.351" x2="397.287" y2="304.351" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="385.934" y1="305.726" x2="397.287" y2="305.726" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="402.964" y="296.097" width="2.83837" height="2.75126" fill="none"/><rect x="402.964" y="296.097" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="392.111" y="344.523" width="31.222" height="16.5076" fill="#ee0026"/><rect x="392.111" y="344.523" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="393.53" y1="345.899" x2="400.626" y2="345.899" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="393.53" y1="347.275" x2="400.626" y2="347.275" stroke="black" st
 roke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="393.53" y1="348.65" x2="400.626" y2="348.65" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="402.045" y1="352.777" x2="413.399" y2="352.777" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="402.045" y1="354.153" x2="413.399" y2="354.153" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="402.045" y1="355.528" x2="413.399" y2="355.528" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="419.075" y="345.899" width="2.83837" height="2.75126" fill="none"/><rect x="419.075" y="345.899" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="382.389" y="350.03" width="31.222" height="16.5076" fill="#17ee07"/><rect x="382.389" y="350.03" width="31.222" height="16.5076" stro
 ke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="383.809" y1="351.406" x2="390.905" y2="351.406" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="383.809" y1="352.782" x2="390.905" y2="352.782" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="383.809" y1="354.157" x2="390.905" y2="354.157" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="392.324" y1="358.284" x2="403.677" y2="358.284" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="392.324" y1="359.66" x2="403.677" y2="359.66" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="392.324" y1="361.035" x2="403.677" y2="361.035" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="409.354" y="351.406" width="2.83837" height="2.75126" 
 fill="none"/><rect x="409.354" y="351.406" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="376" y="355.244" width="31.222" height="16.5076" fill="#ff9"/><rect x="376" y="355.244" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="377.419" y1="356.62" x2="384.515" y2="356.62" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="377.419" y1="357.996" x2="384.515" y2="357.996" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="377.419" y1="359.371" x2="384.515" y2="359.371" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="385.934" y1="363.498" x2="397.287" y2="363.498" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="385.934" y1="364.874" x2="397.287" y2="364
 .874" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="385.934" y1="366.249" x2="397.287" y2="366.249" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="402.964" y="356.62" width="2.83837" height="2.75126" fill="none"/><rect x="402.964" y="356.62" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/></g></g></svg>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-Hierarchical.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-Hierarchical.png b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-Hierarchical.png
new file mode 100755
index 0000000..faa7507
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-Hierarchical.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[32/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic.svg
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic.svg b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic.svg
new file mode 100755
index 0000000..4240be5
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<!--
+ 
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+ 
+   http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ 
+-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="123 62 277 368" width="277pt" height="368pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2013-10-01 22:37Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.4 --></metadata><defs><filter id="Shadow" filterUnits="userSpaceOnUse"><feGaussianBlur in="SourceAlpha" result="blur" stdDeviation="3.488"/><feOffset in="blur" result="offset" dx="0" dy="4"/><feFlood flood-color="black" flood-opacity=".75" result="flood"/><feComposite in="flood" in2="offset" operator="in"/></filter><font-face font-family="Helvetica" font-size="12" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="0" x-height="532.22656" cap-height="719.72656" ascent="770.01953" descent="-229.98047" font-weight="bold"><font-face-src><font-face-name name="Helvetica-Bold"/></font-face-src></font-face><font-face font-family="Helvetica" font-size="9" units-per-em="1000
 " underline-position="-75.683594" underline-thickness="49.316406" slope="0" x-height="522.94922" cap-height="717.28516" ascent="770.01953" descent="-229.98047" font-weight="500"><font-face-src><font-face-name name="Helvetica"/></font-face-src></font-face><font-face font-family="Helvetica" font-size="9" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="-1333.3334" x-height="539.55078" cap-height="719.72656" ascent="770.01953" descent="-229.98047" font-style="italic" font-weight="bold"><font-face-src><font-face-name name="Helvetica-BoldOblique"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -3 6 6" markerWidth="6" markerHeight="6" color="black"><g><path d="M 3.2 0 L 0 -1.2 L 0 1.2 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canv
 as 6</title><g><title>Layer 1</title><g><use xl:href="#id2467_Graphic" filter="url(#Shadow)"/><use xl:href="#id1779_Graphic" filter="url(#Shadow)"/><use xl:href="#id1780_Graphic" filter="url(#Shadow)"/><use xl:href="#id1917_Graphic" filter="url(#Shadow)"/><use xl:href="#id1991_Graphic" filter="url(#Shadow)"/><use xl:href="#id2031_Graphic" filter="url(#Shadow)"/></g><g id="id2467_Graphic"><path d="M 152 105 L 371 105 C 375.97056 105 380 109.02944 380 114 L 380 134 C 380 138.97056 375.97056 143 371 143 L 152 143 C 147.02944 143 143 138.97056 143 134 L 143 114 C 143 109.02944 147.02944 105 152 105 Z" fill="#acffa2"/><path d="M 152 105 L 371 105 C 375.97056 105 380 109.02944 380 114 L 380 134 C 380 138.97056 375.97056 143 371 143 L 152 143 C 147.02944 143 143 138.97056 143 134 L 143 114 C 143 109.02944 147.02944 105 152 105 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(148 110)" fill="black"><tspan font-family="Helvetica" f
 ont-size="12" font-weight="bold" x="0" y="11" textLength="52.68164">Producer</tspan></text></g><g id="id1779_Graphic"><path d="M 152 166 L 371 166 C 375.97056 166 380 170.02944 380 175 L 380 396.925 C 380 401.89556 375.97056 405.925 371 405.925 L 152 405.925 C 147.02944 405.925 143 401.89556 143 396.925 L 143 175 C 143 170.02944 147.02944 166 152 166 Z" fill="#78caff"/><path d="M 152 166 L 371 166 C 375.97056 166 380 170.02944 380 175 L 380 396.925 C 380 401.89556 375.97056 405.925 371 405.925 L 152 405.925 C 147.02944 405.925 143 401.89556 143 396.925 L 143 175 C 143 170.02944 147.02944 166 152 166 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(148 171)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="69.345703">Qpid Broker</tspan></text></g><g id="id1780_Graphic"><path d="M 166.855 214.5 L 273.855 214.5 C 278.82556 214.5 282.855 218.52944 282.855 223.5 L 282.855 29
 6 C 282.855 300.97056 278.82556 305 273.855 305 L 166.855 305 C 161.88444 305 157.855 300.97056 157.855 296 L 157.855 223.5 C 157.855 218.52944 161.88444 214.5 166.855 214.5 Z" fill="#a788ff"/><path d="M 166.855 214.5 L 273.855 214.5 C 278.82556 214.5 282.855 218.52944 282.855 223.5 L 282.855 296 C 282.855 300.97056 278.82556 305 273.855 305 L 166.855 305 C 161.88444 305 157.855 300.97056 157.855 296 L 157.855 223.5 C 157.855 218.52944 161.88444 214.5 166.855 214.5 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(162.855 219.5)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="56.671875">amq.topic</tspan></text></g><rect x="164.355" y="281.19395" width="64" height="13.6119385" fill="white"/><rect x="164.355" y="281.19395" width="64" height="13.6119385" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(169.355 282.
 49992)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="10.9907227" y="9" textLength="32.018555">weather</tspan></text><rect x="228.355" y="281.19395" width="48.000015" height="13.6119385" fill="white"/><rect x="228.355" y="281.19395" width="48.000015" height="13.6119385" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(233.355 282.49992)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="9.241951" y="9" textLength="19.516113">sub3</tspan></text><rect x="228.355" y="267.58195" width="48.000015" height="13.6119995" fill="white"/><rect x="228.355" y="267.58195" width="48.000015" height="13.6119995" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(233.355 268.88795)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="9.241951" y="9" textLength="19.516113">sub2</tspan></text><rect x="16
 4.355" y="267.58195" width="64" height="13.6119995" fill="white"/><rect x="164.355" y="267.58195" width="64" height="13.6119995" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(169.355 268.88795)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="10.9907227" y="9" textLength="32.018555">weather</tspan></text><rect x="228.355" y="253.97005" width="48.000015" height="13.611908" fill="white"/><rect x="228.355" y="253.97005" width="48.000015" height="13.611908" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(233.355 255.276)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="9.241951" y="9" textLength="19.516113">sub1</tspan></text><rect x="164.355" y="253.97005" width="64" height="13.611908" fill="white"/><rect x="164.355" y="253.97005" width="64" height="13.611908" stroke="black" stroke-linecap="round" stroke-li
 nejoin="round" stroke-width="1"/><text transform="translate(169.355 255.276)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="10.9907227" y="9" textLength="32.018555">weather</tspan></text><rect x="228.355" y="243.194" width="48.000015" height="10.776047" fill="white"/><rect x="228.355" y="243.194" width="48.000015" height="10.776047" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(233.355 243.08202)" fill="black"><tspan font-family="Helvetica" font-size="9" font-style="italic" font-weight="bold" x="5.7482986" y="9" textLength="26.503418">queue</tspan></text><rect x="164.355" y="243.194" width="64" height="10.776047" fill="white"/><rect x="164.355" y="243.194" width="64" height="10.776047" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(169.355 243.08202)" fill="black"><tspan font-family="Helvetica" font-size="9" font-style="italic" fon
 t-weight="bold" x=".74487305" y="9" textLength="52.510254">binding_key</tspan></text><path d="M 248.15424 143.41202 C 245.26978 147.60759 241.94213 150.23591 239.5 156 C 237.05787 161.76409 235.46474 168.33324 233.5 178 C 232.50765 182.88247 231.53304 188.95676 230.56277 195.31969" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id1917_Graphic"><path d="M 304.92 211.538 L 363.92 211.538 C 368.89056 211.538 372.92 215.56744 372.92 220.538 L 372.92 255.538 C 372.92 260.50856 368.89056 264.538 363.92 264.538 L 304.92 264.538 C 299.94944 264.538 295.92 260.50856 295.92 255.538 L 295.92 220.538 C 295.92 215.56744 299.94944 211.538 304.92 211.538 Z" fill="#93d9ff"/><path d="M 304.92 211.538 L 363.92 211.538 C 368.89056 211.538 372.92 215.56744 372.92 220.538 L 372.92 255.538 C 372.92 260.50856 368.89056 264.538 363.92 264.538 L 304.92 264.538 C 299.94944 264.538 295.92 260.50856 295.92 255.538 L 295.92 220.538 C 
 295.92 215.56744 299.94944 211.538 304.92 211.538 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(300.92 216.538)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="19.496094" y="11" textLength="28.007812">sub1</tspan></text></g><path d="M 256.27227 214.10707 C 261.53599 207.41805 265.70768 197.38251 272.065 194.038 C 278.42232 190.69349 288.09934 191.18328 294.42 194.038 C 295.73351 194.63125 296.94947 195.47113 298.09827 196.48077" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id1991_Graphic"><path d="M 304.92 274.462 L 363.92 274.462 C 368.89056 274.462 372.92 278.49144 372.92 283.462 L 372.92 318.462 C 372.92 323.43256 368.89056 327.462 363.92 327.462 L 304.92 327.462 C 299.94944 327.462 295.92 323.43256 295.92 318.462 L 295.92 283.462 C 295.92 278.49144 299.94944 274.462 304.92 274.462 Z" fill="#93d9ff"/><pat
 h d="M 304.92 274.462 L 363.92 274.462 C 368.89056 274.462 372.92 278.49144 372.92 283.462 L 372.92 318.462 C 372.92 323.43256 368.89056 327.462 363.92 327.462 L 304.92 327.462 C 299.94944 327.462 295.92 323.43256 295.92 318.462 L 295.92 283.462 C 295.92 278.49144 299.94944 274.462 304.92 274.462 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(300.92 279.462)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="19.496094" y="11" textLength="28.007812">sub2</tspan></text></g><path d="M 283.32046 235.0457 C 286.85328 233.6596 288.61394 227.05533 293.92 230.887 C 298.95247 234.5211 309.28699 249.22118 314.37788 256.858" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id2031_Graphic"><path d="M 304.92 337.387 L 363.92 337.387 C 368.89056 337.387 372.92 341.41644 372.92 346.387 L 372.92 381.387 C 372.92 386.35756 368.89056
  390.387 363.92 390.387 L 304.92 390.387 C 299.94944 390.387 295.92 386.35756 295.92 381.387 L 295.92 346.387 C 295.92 341.41644 299.94944 337.387 304.92 337.387 Z" fill="#93d9ff"/><path d="M 304.92 337.387 L 363.92 337.387 C 368.89056 337.387 372.92 341.41644 372.92 346.387 L 372.92 381.387 C 372.92 386.35756 368.89056 390.387 363.92 390.387 L 304.92 390.387 C 299.94944 390.387 295.92 386.35756 295.92 381.387 L 295.92 346.387 C 295.92 341.41644 299.94944 337.387 304.92 337.387 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(300.92 342.387)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="19.496094" y="11" textLength="28.007812">sub3</tspan></text></g><path d="M 283.343 273.8093 C 286.89497 274.60212 290.22421 272.49625 294 276.188 C 297.77579 279.87975 301.14393 285.84005 306 295.962 C 308.90226 302.01144 312.41698 310.58504 315.99492 319.41948" marker-end="url(#FilledArrow_Marker)" strok
 e="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><rect x="237.296" y="89.2331" width="31.222" height="16.5076" fill="#ff9"/><rect x="237.296" y="89.2331" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="238.715" y1="90.6081" x2="245.811" y2="90.6081" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="238.715" y1="91.9841" x2="245.811" y2="91.9841" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="238.715" y1="93.3601" x2="245.811" y2="93.3601" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="247.23" y1="97.4866" x2="258.584" y2="97.4866" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="247.23" y1="98.8626" x2="258.584" y2="98.8626" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-
 width=".24"/><line x1="247.23" y1="100.2386" x2="258.584" y2="100.2386" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="264.26" y="90.6081" width="2.83837" height="2.75126" fill="none"/><rect x="264.26" y="90.6081" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="242.083" y="95.3166" width="31.222" height="16.5076" fill="#ff9"/><rect x="242.083" y="95.3166" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="243.502" y1="96.6916" x2="250.598" y2="96.6916" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="243.502" y1="98.0676" x2="250.598" y2="98.0676" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="243.502" y1="99.4436" x2="250.598" y2="99.4436" stroke="black" stroke-linecap="round" stroke-linejoin="
 round" stroke-width=".72000003"/><line x1="252.017" y1="103.5696" x2="263.371" y2="103.5696" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="252.017" y1="104.9456" x2="263.371" y2="104.9456" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="252.017" y1="106.3216" x2="263.371" y2="106.3216" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="269.047" y="96.6916" width="2.83837" height="2.75126" fill="none"/><rect x="269.047" y="96.6916" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="247.001" y="102.8166" width="31.222" height="16.5076" fill="#ff9"/><rect x="247.001" y="102.8166" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="248.421" y1="104.1926" x2="255.517" y2="104.1926" stroke="black" stroke-linecap="round
 " stroke-linejoin="round" stroke-width=".72000003"/><line x1="248.421" y1="105.5676" x2="255.517" y2="105.5676" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="248.421" y1="106.9436" x2="255.517" y2="106.9436" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="256.936" y1="111.0706" x2="268.289" y2="111.0706" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="256.936" y1="112.4456" x2="268.289" y2="112.4456" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="256.936" y1="113.8216" x2="268.289" y2="113.8216" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="273.966" y="104.1926" width="2.83837" height="2.75126" fill="none"/><rect x="273.966" y="104.1926" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/>
 <rect x="327.296" y="231.594" width="31.222" height="16.5076" fill="#ff9"/><rect x="327.296" y="231.594" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="328.715" y1="232.969" x2="335.811" y2="232.969" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="328.715" y1="234.345" x2="335.811" y2="234.345" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="328.715" y1="235.721" x2="335.811" y2="235.721" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="337.23" y1="239.848" x2="348.584" y2="239.848" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="337.23" y1="241.224" x2="348.584" y2="241.224" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="337.23" y1="242.6" x2="348.584" y2="242.6" stroke="b
 lack" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="354.26" y="232.969" width="2.83837" height="2.75126" fill="none"/><rect x="354.26" y="232.969" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="332.083" y="237.678" width="31.222" height="16.5076" fill="#ff9"/><rect x="332.083" y="237.678" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="333.502" y1="239.053" x2="340.598" y2="239.053" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="333.502" y1="240.429" x2="340.598" y2="240.429" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="333.502" y1="241.805" x2="340.598" y2="241.805" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="342.017" y1="245.931" x2="353.371" y2=
 "245.931" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="342.017" y1="247.307" x2="353.371" y2="247.307" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="342.017" y1="248.683" x2="353.371" y2="248.683" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="359.047" y="239.053" width="2.83837" height="2.75126" fill="none"/><rect x="359.047" y="239.053" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="337.001" y="245.178" width="31.222" height="16.5076" fill="#ff9"/><rect x="337.001" y="245.178" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="338.421" y1="246.554" x2="345.517" y2="246.554" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="338.421" y1="247.929" x2="345
 .517" y2="247.929" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="338.421" y1="249.305" x2="345.517" y2="249.305" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="346.936" y1="253.432" x2="358.289" y2="253.432" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="346.936" y1="254.807" x2="358.289" y2="254.807" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="346.936" y1="256.183" x2="358.289" y2="256.183" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="363.966" y="246.554" width="2.83837" height="2.75126" fill="none"/><rect x="363.966" y="246.554" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="327.361" y="293.409" width="31.222" height="16.5076" fill="#ff9"/><rect x="327.361" y="293.409
 " width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="328.78" y1="294.784" x2="335.876" y2="294.784" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="328.78" y1="296.16" x2="335.876" y2="296.16" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="328.78" y1="297.536" x2="335.876" y2="297.536" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="337.295" y1="301.662" x2="348.649" y2="301.662" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="337.295" y1="303.038" x2="348.649" y2="303.038" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="337.295" y1="304.414" x2="348.649" y2="304.414" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="354.325" y="294.784
 " width="2.83837" height="2.75126" fill="none"/><rect x="354.325" y="294.784" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="332.148" y="299.492" width="31.222" height="16.5076" fill="#ff9"/><rect x="332.148" y="299.492" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="333.567" y1="300.867" x2="340.663" y2="300.867" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="333.567" y1="302.243" x2="340.663" y2="302.243" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="333.567" y1="303.619" x2="340.663" y2="303.619" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="342.082" y1="307.745" x2="353.436" y2="307.745" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x
 1="342.082" y1="309.121" x2="353.436" y2="309.121" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="342.082" y1="310.497" x2="353.436" y2="310.497" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="359.112" y="300.867" width="2.83837" height="2.75126" fill="none"/><rect x="359.112" y="300.867" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="337.066" y="306.992" width="31.222" height="16.5076" fill="#ff9"/><rect x="337.066" y="306.992" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="338.486" y1="308.368" x2="345.582" y2="308.368" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="338.486" y1="309.743" x2="345.582" y2="309.743" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".720
 00003"/><line x1="338.486" y1="311.119" x2="345.582" y2="311.119" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="347.001" y1="315.246" x2="358.354" y2="315.246" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="347.001" y1="316.621" x2="358.354" y2="316.621" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="347.001" y1="317.997" x2="358.354" y2="317.997" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="364.031" y="308.368" width="2.83837" height="2.75126" fill="none"/><rect x="364.031" y="308.368" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="327.361" y="355.223" width="31.222" height="16.5076" fill="#ff9"/><rect x="327.361" y="355.223" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" str
 oke-width=".24"/><line x1="328.78" y1="356.598" x2="335.876" y2="356.598" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="328.78" y1="357.974" x2="335.876" y2="357.974" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="328.78" y1="359.35" x2="335.876" y2="359.35" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="337.295" y1="363.477" x2="348.649" y2="363.477" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="337.295" y1="364.853" x2="348.649" y2="364.853" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="337.295" y1="366.229" x2="348.649" y2="366.229" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="354.325" y="356.598" width="2.83837" height="2.75126" fill="none"/><rect x="354.325" y="356.598" width="2.83837" heigh
 t="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="332.148" y="361.307" width="31.222" height="16.5076" fill="#ff9"/><rect x="332.148" y="361.307" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="333.567" y1="362.682" x2="340.663" y2="362.682" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="333.567" y1="364.058" x2="340.663" y2="364.058" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="333.567" y1="365.434" x2="340.663" y2="365.434" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="342.082" y1="369.56" x2="353.436" y2="369.56" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="342.082" y1="370.936" x2="353.436" y2="370.936" stroke="black" stroke-linecap="round" stroke-linej
 oin="round" stroke-width=".24"/><line x1="342.082" y1="372.312" x2="353.436" y2="372.312" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="359.112" y="362.682" width="2.83837" height="2.75126" fill="none"/><rect x="359.112" y="362.682" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="337.066" y="368.807" width="31.222" height="16.5076" fill="#ff9"/><rect x="337.066" y="368.807" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="338.486" y1="370.183" x2="345.582" y2="370.183" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="338.486" y1="371.558" x2="345.582" y2="371.558" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="338.486" y1="372.934" x2="345.582" y2="372.934" stroke="black" stroke-linecap="roun
 d" stroke-linejoin="round" stroke-width=".72000003"/><line x1="347.001" y1="377.061" x2="358.354" y2="377.061" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="347.001" y1="378.436" x2="358.354" y2="378.436" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="347.001" y1="379.812" x2="358.354" y2="379.812" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="364.031" y="370.183" width="2.83837" height="2.75126" fill="none"/><rect x="364.031" y="370.183" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><text transform="translate(198.89749 71)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="16.894638" y="9" textLength="83.80371">routing_key=weather</tspan></text></g></g></svg>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/HA-BDBHAMessageStore-MBean-jconsole.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/HA-BDBHAMessageStore-MBean-jconsole.png b/content/releases/qpid-broker-j-7.0.0/book/images/HA-BDBHAMessageStore-MBean-jconsole.png
new file mode 100755
index 0000000..29d5494
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/HA-BDBHAMessageStore-MBean-jconsole.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/HA-Create-1.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/HA-Create-1.png b/content/releases/qpid-broker-j-7.0.0/book/images/HA-Create-1.png
new file mode 100755
index 0000000..4976609
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/HA-Create-1.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/HA-Create-2.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/HA-Create-2.png b/content/releases/qpid-broker-j-7.0.0/book/images/HA-Create-2.png
new file mode 100755
index 0000000..bd44226
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/HA-Create-2.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/HA-Create-3.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/HA-Create-3.png b/content/releases/qpid-broker-j-7.0.0/book/images/HA-Create-3.png
new file mode 100755
index 0000000..5457f21
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/HA-Create-3.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/HA-Overview.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/HA-Overview.png b/content/releases/qpid-broker-j-7.0.0/book/images/HA-Overview.png
new file mode 100755
index 0000000..3419a19
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/HA-Overview.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/JMX-Connect-MBeans.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/JMX-Connect-MBeans.png b/content/releases/qpid-broker-j-7.0.0/book/images/JMX-Connect-MBeans.png
new file mode 100755
index 0000000..f766197
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/JMX-Connect-MBeans.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/JMX-Connect-Remote.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/JMX-Connect-Remote.png b/content/releases/qpid-broker-j-7.0.0/book/images/JMX-Connect-Remote.png
new file mode 100755
index 0000000..5fcf9dd
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/JMX-Connect-Remote.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Add-Dialogue.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Add-Dialogue.png b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Add-Dialogue.png
new file mode 100755
index 0000000..b476060
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Add-Dialogue.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Auth.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Auth.png b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Auth.png
new file mode 100755
index 0000000..df28ef3
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Auth.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Console.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Console.png b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Console.png
new file mode 100755
index 0000000..953a572
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Console.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-ContextVar.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-ContextVar.png b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-ContextVar.png
new file mode 100755
index 0000000..3c62bc9
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-ContextVar.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Edit-Dialogue.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Edit-Dialogue.png b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Edit-Dialogue.png
new file mode 100755
index 0000000..92626e0
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Edit-Dialogue.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Logging-FileLogger.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Logging-FileLogger.png b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Logging-FileLogger.png
new file mode 100755
index 0000000..f1a1729
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Logging-FileLogger.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Logging-InclusionRule.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Logging-InclusionRule.png b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Logging-InclusionRule.png
new file mode 100755
index 0000000..848e6c3
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Logging-InclusionRule.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Logging-MemoryLogger.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Logging-MemoryLogger.png b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Logging-MemoryLogger.png
new file mode 100755
index 0000000..647d2c3
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Logging-MemoryLogger.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Tab.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Tab.png b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Tab.png
new file mode 100755
index 0000000..f095847
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Management-Web-Tab.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/VirtualHost-Model.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/VirtualHost-Model.png b/content/releases/qpid-broker-j-7.0.0/book/images/VirtualHost-Model.png
new file mode 100755
index 0000000..0e2654d
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/VirtualHost-Model.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[35/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-Configuration-Encryption.html
new file mode 100644
index 0000000..4203607
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-Configuration-Encryption.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>8.4.&#160;Configuration Encryption - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>8.4.&#160;Configuration Encryption</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">8.4.&#160;Configuration Encryption</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Security-AccessControlProviders.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;8.&#160;Security</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime.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-Security-Configuration-Encryption"></a>8.4.&#160;Configuration Encryption</h2></div></div></div><p> The Broker is capable of encrypting passwords and other security items stored in the
+    Broker's configuration. This is means that items such as keystore/truststore passwords, JDBC
+    passwords, and LDAP passwords can be stored in the configure in a form that is difficult to
+    read.</p><p>The Broker ships with an encryptor implementation called <code class="literal">AESKeyFile</code>. This
+    uses a securely generated random key of 256bit<a class="footnote" href="#ftn.d0e5351" id="d0e5351"><sup class="footnote">[9]</sup></a> to encrypt the secrets stored within a key
+    file. Of course, the key itself must be guarded carefully, otherwise the passwords encrypted
+    with it may be compromised. For this reason, the Broker ensures that the file's permissions
+    allow the file to be read exclusively by the user account used for running the Broker.</p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>If the keyfile is lost or corrupted, the secrets will be irrecoverable.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-Configuration-Encryption-Configuration"></a>8.4.1.&#160;Configuration</h3></div></div></div><p>The <code class="literal">AESKeyFile</code> encyptor provider is enabled/disabled via the <a class="link" href="Java-Broker-Management-Managing-Broker.html" title="7.2.&#160;Broker">Broker attributes</a> within the
+      Web Management Console.  On enabling the provider, any existing passwords within the
+      configuration will be automatically rewritten in the encrypted form.</p><p>Note that passwords stored by the Authentication Providers <a class="link" href="Java-Broker-Security.html#Java-Broker-Security-PlainPasswordFile-Provider" title="8.1.8.&#160;Plain Password File (Deprecated)">PlainPasswordFile</a> and.
+        <a class="link" href="Java-Broker-Security.html#Java-Broker-Security-Base64MD5PasswordFile-Provider" title="8.1.10.&#160;Base64MD5 Password File (Deprecated)">PlainPasswordFile</a>
+      with the external password files are <span class="emphasis"><em>not</em></span> encrypted by the key. Use the
+      Scram Authentication Managers instead; these make use of the Configuration Encryption when
+      storing the users' passwords. </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-Configuration-Encryption-Alternate-Implementations"></a>8.4.2.&#160;Alternate Implementations</h3></div></div></div><p>If the <code class="literal">AESKeyFile</code> encryptor implementation does not meet the needs of
+      the user, perhaps owing to the security standards of their institution, the
+        <code class="literal">ConfigurationSecretEncrypter</code> interface is designed as an extension point.
+      Users may implement their own implementation of ConfigurationSecretEncrypter perhaps to employ
+      stronger encryption or delegating the storage of the key to an Enterprise Password
+      Safe.</p></div><div class="footnotes"><br /><hr style="width:100; text-align:left;margin-left: 0" /><div class="footnote" id="ftn.d0e5351"><p><a class="para" href="#d0e5351"><sup class="para">[9] </sup></a>Java Cryptography Extension (JCE)
+        Unlimited Strength required</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-Security-AccessControlProviders.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Security.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Runtime.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">8.3.&#160;Access Control Providers&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Chapter&#160;9.&#160;Runtime</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-Group-Providers.html
new file mode 100644
index 0000000..34195ae
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-Group-Providers.html
@@ -0,0 +1,179 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>8.2.&#160;Group Providers - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>8.2.&#160;Group 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">8.2.&#160;Group Providers</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Security.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;8.&#160;Security</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Security-AccessControlProviders.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-Security-Group-Providers"></a>8.2.&#160;Group Providers</h2></div></div></div><p>
+    The Apache Qpid Broker-J utilises GroupProviders to allow assigning users to groups for use in <a class="link" href="Java-Broker-Security-AccessControlProviders.html" title="8.3.&#160;Access Control Providers">ACLs</a>.
+    Following authentication by a given <a class="link" href="Java-Broker-Security.html#Java-Broker-Security-Authentication-Providers" title="8.1.&#160;Authentication Providers">Authentication Provider</a>,
+    the configured Group Providers are consulted allowing the assignment of GroupPrincipals for a given authenticated user. Any number of
+    Group Providers can be added into the Broker. All of them will be checked for the presence of the groups for a given authenticated user.
+  </p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="File-Group-Manager"></a>8.2.1.&#160;GroupFile Provider</h3></div></div></div><p>
+      The <span class="emphasis"><em>GroupFile</em></span> Provider allows specifying group membership in a flat file on disk.
+      On adding a new GroupFile Provider the path to the groups file is required to be specified.
+      If file does not exist an empty file is created automatically. On deletion of GroupFile Provider
+      the groups file is deleted as well. Only one instance of "GroupFile" Provider per groups file location can be created.
+      On attempt to create another GroupFile Provider pointing to the same location the error will be displayed and
+      the creation will be aborted.
+    </p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="File-Group-Manager-FileFormat"></a>8.2.1.1.&#160;File Format</h4></div></div></div><p>
+            The groups file has the following format:
+          </p><pre class="programlisting">
+    # &lt;GroupName&gt;.users = &lt;comma delimited user list&gt;
+    # For example:
+
+    administrators.users = admin,manager
+</pre><p>
+            Only users can be added to a group currently, not other groups. Usernames can't contain commas.
+          </p><p>
+            Lines starting with a '#' are treated as comments when opening the file, but these are not preserved when the broker updates the file due to changes made through the management interface.
+          </p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-Group-Providers-ManagedGroupProvider"></a>8.2.2.&#160;ManagedGroupProvider</h3></div></div></div><p>
+            The <span class="emphasis"><em>ManagedGroupProvider</em></span> allows specifying group membership as part of broker configuration.
+            In future version of Brokers GroupFile Provider will be replaced by this one.
+        </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-Group-Providers-CloudFoundry"></a>8.2.3.&#160;CloudFoundryDashboardManagementGroupProvider</h3></div></div></div><p>
+            The <span class="emphasis"><em>CloudFoundryDashboardManagementGroupProvider</em></span>
+            allows mapping of service instance ids to qpid management groups.
+        </p><p>
+            One use case is restricting management capabilities of a OAuth2 authenticated user to certain virtual
+            hosts. For this, one would associate a cloudfoundry service id with each virtual host and have an ACL with a
+            separate management group for each virtual host. Given the correct service instance id to
+            management group mapping the GroupProvider will then associate the user with each management group the user
+            is provisioned to manage the associated service instance in the <a class="link" href="http://docs.cloudfoundry.org/services/dashboard-sso.html#checking-user-permissions" target="_top">CloudFoundry dashboard</a>.
+        </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-Security.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Security.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Security-AccessControlProviders.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Chapter&#160;8.&#160;Security&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;8.3.&#160;Access Control Providers</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security.html
new file mode 100644
index 0000000..bd0f15f
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security.html
@@ -0,0 +1,295 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Chapter&#160;8.&#160;Security - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Chapter&#160;8.&#160;Security</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;8.&#160;Security</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Plugin-HTTP.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Security-Group-Providers.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Security"></a>Chapter&#160;8.&#160;Security</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-Security.html#Java-Broker-Security-Authentication-Providers">8.1. Authentication Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-LDAP-Provider">8.1.1. Simple LDAP</a></s
 pan></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Kerberos-Provider">8.1.2. Kerberos</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-OAuth2-Provider">8.1.3. OAuth2</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-External-Provider">8.1.4. External (SSL Client Certificates)</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Anonymous-Provider">8.1.5. Anonymous</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-ScramSha-Providers">8.1.6. SCRAM SHA</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Plain-Provider">8.1.7. Plain</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-PlainPasswordFile-Provider">8.1.8. Plain Password File <span class="emphasis"><em>(Deprecated)
 </em></span></a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-MD5-Provider">8.1.9. MD5 Provider</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Base64MD5PasswordFile-Provider">8.1.10. Base64MD5 Password File <span class="emphasis"><em>(Deprecated)</em></span></a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html">8.2. Group Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html#File-Group-Manager">8.2.1. GroupFile Provider</a></span></dt><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html#Java-Broker-Security-Group-Providers-ManagedGroupProvider">8.2.2. ManagedGroupProvider</a></span></dt><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html#Java-Broker-Security-Group-Providers-CloudFoundry">8.2.3. CloudFoundryDashboardManagementGroupProvi
 der</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html">8.3. Access Control Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html#Java-Broker-Security-AccessControlProviders-Types">8.3.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html#Java-Broker-Security-AccessControlProviders-ACLRules">8.3.2. 
+       ACL Rules
+    </a></span></dt><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html#Java-Broker-Security-AccessControlProviders-Syntax">8.3.3. 
+       Syntax
+    </a></span></dt><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html#Java-Broker-Security-AccessControlProviders-WorkedExamples">8.3.4. 
+      Worked Examples
+    </a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Security-Configuration-Encryption.html">8.4. Configuration Encryption</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security-Configuration-Encryption.html#Java-Broker-Security-Configuration-Encryption-Configuration">8.4.1. Configuration</a></span></dt><dt><span class="section"><a href="Java-Broker-Security-Configuration-Encryption.html#Java-Broker-Security-Configuration-Encryption-Alternate-Implementations">8.4.2. Alternate Implementations</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-Security-Authentication-Providers"></a>8.1.&#160;Authentication Providers</h2></div></div></div><p> In order to successfully establish a connection to the Broker, the connection must be
+    authenticated. The Broker supports a number of different authentication schemes, each with
+    its own "authentication provider". Any number of Authentication Providers can be configured on
+    the Broker at the same time. </p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p> Only unused Authentication Provider can be deleted. For delete requests attempting to
+      delete Authentication Provider associated with the Ports, the errors will be returned and
+      delete operations will be aborted. It is possible to change the Authentication Provider on
+      Port at runtime. However, the Broker restart is required for changes on Port to take effect.
+    </p></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>
+      Authentication Providers may choose to selectively disable certain authentication mechanisms
+      depending on whether an encrypted transport is being used or not. This is to avoid insecure
+      configurations. Notably, by default the PLAIN mechanism will be disabled on non-SSL
+      connections. This security feature can be overwritten by setting
+      </p><pre class="programlisting">secureOnlyMechanisms = []</pre><p> in the authentication provider
+      section of the config.json.
+      </p><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p>
+          Changing the secureOnlyMechanism is a breach of security and might cause passwords to be
+          transfered in the clear. Use at your own risk!
+        </p></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-LDAP-Provider"></a>8.1.1.&#160;Simple LDAP</h3></div></div></div><p> The Simple LDAP authenticates connections against a Directory (LDAP). </p><p> To create a SimpleLDAPAuthenticationProvider the following mandatory fields are required: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>LDAP server URL</em></span> is the URL of the server, for example,
+                <code class="literal">ldaps://example.com:636</code></p></li><li class="listitem"><p><span class="emphasis"><em>Search context</em></span> is the distinguished name of the search base
+                object. It defines the location from which the search for users begins, for example,
+                <code class="literal">dc=users,dc=example,dc=com</code></p></li><li class="listitem"><p><span class="emphasis"><em>Search filter</em></span> is a DN template to find an LDAP user entry by
+                provided user name, for example, <code class="literal">(uid={0})</code></p></li></ul></div><p> Additionally, the following optional fields can be specified: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>LDAP context factory</em></span> is a fully qualified class name for the
+                JNDI LDAP context factory. This class must implement the <a class="link" href="http://docs.oracle.com/javase/7/docs/api/javax/naming/spi/InitialContextFactory.html" target="_top">InitialContextFactory</a> interface and produce instances of <a class="link" href="http://docs.oracle.com/javase/7/docs/api/javax/naming/directory/DirContext.html" target="_top">DirContext</a>. If
+                not specified a default value of <code class="literal">com.sun.jndi.ldap.LdapCtxFactory</code> is
+                used.</p></li><li class="listitem"><p><span class="emphasis"><em>LDAP authentication URL</em></span> is the URL of LDAP server for
+                performing "ldap bind". If not specified, the <span class="emphasis"><em>LDAP server URL</em></span> will
+                be used for both searches and authentications.</p></li><li class="listitem"><p><span class="emphasis"><em>Truststore name</em></span> is a name of <a class="link" href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Attributes" title="7.12.2.&#160;Attributes">configured
+                truststore</a>. Use this if connecting to a Directory over SSL (i.e. ldaps://)
+                which is protected by a certificate signed by a private CA (or utilising a self-signed
+                certificate).</p></li><li class="listitem"><p>Additional group information can be obtained from LDAP.
+                There are two common ways of representing group membership in LDAP.
+                </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; "><li class="listitem">
+                        User entries can hold membership information as attribute.
+                        To use this the <span class="emphasis"><em>attribute name</em></span> that holds the group information must be specified.
+                    </li><li class="listitem">
+                        Group entries can hold a list of their members as attribute.
+                        This can be used by specifying a <span class="emphasis"><em>search context</em></span> and <span class="emphasis"><em>search filter</em></span> to find all groups that the user should be considered a member of.
+                        Typically this involves filtering groups by looking for the user's DN on a group attribute.
+                        The <span class="emphasis"><em>subtree search scope</em></span> determines whether the search should include the subtree extending from the <span class="emphasis"><em>search context</em></span>.
+                    </li></ul></div><p>
+            </p></li></ul></div><p>
+    </p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>In order to protect the security of the user's password, when using LDAP authentication,
+            you must: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Use SSL on the broker's AMQP and HTTP ports to protect the password during
+                    transmission to the Broker. The Broker enforces this restriction automatically on AMQP
+                    and HTTP ports.</p></li><li class="listitem"><p>Authenticate to the Directory using SSL (i.e. ldaps://) to protect the password
+                    during transmission from the Broker to the Directory.</p></li></ul></div></div><p> The LDAP Authentication Provider works in the following manner. If not in <code class="literal">bind
+        without search</code> mode, it first connects to the Directory and searches for the ldap
+        entity which is identified by the username. The search begins at the distinguished name
+        identified by <code class="literal">Search Context</code> and uses the username as a filter. The search
+        scope is sub-tree meaning the search will include the base object and the subtree extending
+        beneath it. </p><p> If the search returns a match, or is configured in <code class="literal">bind without search</code>
+        mode, the Authentication Provider then attempts to bind to the LDAP server with the given name
+        and the password. Note that <a class="link" href="http://docs.oracle.com/javase/7/docs/api/javax/naming/Context.html#SECURITY_AUTHENTICATION" target="_top">simple security
+            authentication</a> is used so the Directory receives the password in the clear.
+    </p><p>
+        By default, this authentication provider caches the result of an authentication for a short period of time. This
+        reduces the load on the Directory service if the same credentials are presented frequently within a short
+        period of time.  The length of time a result will be cached is defined by context variable
+        <code class="literal">qpid.auth.cache.expiration_time</code> (default to 600 seconds).  The cache can be disabled by
+        setting the context variable <code class="literal">qpid.auth.cache.size</code> to 0.
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-Kerberos-Provider"></a>8.1.2.&#160;Kerberos</h3></div></div></div><p> Kereberos Authentication Provider uses java GSS-API SASL mechanism to authenticate the
+        connections. </p><p> Configuration of kerberos is done through system properties (there doesn't seem to be a
+        way around this unfortunately). </p><pre class="programlisting">
+    export JAVA_OPTS=-Djavax.security.auth.useSubjectCredsOnly=false -Djava.security.auth.login.config=qpid.conf
+    ${QPID_HOME}/bin/qpid-server
+  </pre><p>Where qpid.conf would look something like this:</p><pre class="programlisting">
+com.sun.security.jgss.accept {
+    com.sun.security.auth.module.Krb5LoginModule required
+    useKeyTab=true
+    storeKey=true
+    doNotPrompt=true
+    realm="EXAMPLE.COM"
+    useSubjectCredsOnly=false
+    kdc="kerberos.example.com"
+    keyTab="/path/to/keytab-file"
+    principal="&lt;name&gt;/&lt;host&gt;";
+};</pre><p> Where realm, kdc, keyTab and principal should obviously be set correctly for the
+        environment where you are running (see the existing documentation for the C++ broker about
+        creating a keytab file). </p><p> Note: You may need to install the "Java Cryptography Extension (JCE) Unlimited Strength
+        Jurisdiction Policy Files" appropriate for your JDK in order to get Kerberos support working. </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-OAuth2-Provider"></a>8.1.3.&#160;OAuth2</h3></div></div></div><p> This authentication provider allows users to login to the broker using credentials from a different service supporting OAuth2.
+        Unfortunately, the <a class="link" href="https://www.rfc-editor.org/rfc/rfc6749.txt" target="_top">OAuth2 specification</a> does not define a standard why to get the identity of a subject from an access token.
+        However, most OAuth2 implementations provide such functionality, although in different ways. Qpid handles this by providing so called IdentityResolvers.
+        Currently the following services are supported:
+        </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>CloudFoundry</p></li><li class="listitem"><p>Facebook</p></li><li class="listitem"><p>GitHub</p></li><li class="listitem"><p>Google</p></li><li class="listitem"><p>Microsoft Live</p></li></ul></div><p>
+        Since all of these, with the exception of CloudFoundry, are tied to a specific service they come with defaults for the Scope, Authorization-, Token-, and IdentityResolverEndpoint.
+    </p><p>
+        By default, this authentication provider caches the result of an authentication for a short period of time. This
+        reduces the load on the OAuth2 service if the same token is presented frequently within a short
+        period of time.  The length of time a result will be cached is defined by context variable
+        <code class="literal">qpid.auth.cache.expiration_time</code> (default to 600 seconds).  The cache can be disabled by
+        setting the context variable <code class="literal">qpid.auth.cache.size</code> to 0.
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-External-Provider"></a>8.1.4.&#160;External (SSL Client Certificates)</h3></div></div></div><p> When <a class="link" href="Java-Broker-Management-Managing-Truststores.html" title="7.12.&#160;Truststores"> requiring SSL Client
+        Certificates</a> be presented the External Authentication Provider can be used, such that
+        the user is authenticated based on trust of their certificate alone, and the X500Principal
+        from the SSL session is then used as the username for the connection, instead of also
+        requiring the user to present a valid username and password. </p><p>
+        <span class="bold"><strong>Note:</strong></span> The External Authentication Provider should typically
+        only be used on the AMQP/HTTP ports, in conjunction with <a class="link" href="Java-Broker-Management-Managing-Ports.html" title="7.9.&#160;Ports">SSL client certificate
+            authentication</a>. It is not intended for other uses and
+        will treat any non-sasl authentication processes on these ports as successful with the given
+        username.</p><p>On creation of External Provider the use of full DN or username CN as a principal name can
+        be configured. If attribute "Use the full DN as the Username" is set to "true" the full DN is
+        used as an authenticated principal name. If attribute "Use the full DN as the Username" is set
+        to "false" the user name CN part is used as the authenticated principal name. Setting the
+        field to "false" is particular useful when <a class="link" href="Java-Broker-Security-AccessControlProviders.html" title="8.3.&#160;Access Control Providers">ACL</a> is required, as at the moment, ACL does not support commas in the user name.
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-Anonymous-Provider"></a>8.1.5.&#160;Anonymous</h3></div></div></div><p> The Anonymous Authentication Provider will allow users to connect with or without
+    credentials and result in their identification on the broker as the user ANONYMOUS. This
+    Provider does not require specification of any additional attributes on creation. </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-ScramSha-Providers"></a>8.1.6.&#160;SCRAM SHA</h3></div></div></div><p>The SCRAM SHA Providers uses the Broker configuration itself to store the database of
+        users. The users'
+        passwords are stored as salted SHA digested password. This can be further encrypted using the
+        facilities described in <a class="xref" href="Java-Broker-Security-Configuration-Encryption.html" title="8.4.&#160;Configuration Encryption">Section&#160;8.4, &#8220;Configuration Encryption&#8221;</a>.</p><p>There are two variants of this provider, SHA1 and SHA256. SHA256 is recommended whenever
+        possible. SHA1 is provided with compatibility with clients utilising JDK 1.6 (which does not
+        support SHA256).</p><p>For these providers user credentials can be added, removed or changed using
+        Management.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-Plain-Provider"></a>8.1.7.&#160;Plain</h3></div></div></div><p>The Plain Provider uses the Broker configuration itself to store the database of users
+        (unlike the <a class="link" href="Java-Broker-Security.html#Java-Broker-Security-PlainPasswordFile-Provider" title="8.1.8.&#160;Plain Password File (Deprecated)">PlainPasswordFile</a>, there is no separate password file). As the name suggests,
+        the user data (including password) is not hashed in any way. In order to provide encryption,
+        the facilities described in <a class="xref" href="Java-Broker-Security-Configuration-Encryption.html" title="8.4.&#160;Configuration Encryption">Section&#160;8.4, &#8220;Configuration Encryption&#8221;</a>
+        must be used.</p><p>For this provider user credentials can be added, removed or changed using
+        Management.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-PlainPasswordFile-Provider"></a>8.1.8.&#160;Plain Password File <span class="emphasis"><em>(Deprecated)</em></span></h3></div></div></div><p><span class="emphasis"><em>This provider is deprecated and will be removed in a future release. The <a class="link" href="Java-Broker-Security.html#Java-Broker-Security-Plain-Provider" title="8.1.7.&#160;Plain">Plain</a> provider should be used
+            instead.</em></span></p><p> The PlainPasswordFile Provider uses local file to store and manage user credentials. When
+        creating an authentication provider the path to the file needs to be specified. If specified
+        file does not exist an empty file is created automatically on Authentication Provider
+        creation. On Provider deletion the password file is deleted as well.</p><p>For this provider user credentials can be added, removed or changed using
+        Management.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e4440"></a>8.1.8.1.&#160;Plain Password File Format</h4></div></div></div><p> The user credentials are stored on the single file line as user name and user
+            password pairs separated by colon character. This file must not be modified externally
+            whilst the Broker is running.</p><pre class="programlisting">
+# password file format
+# &lt;user name&gt;: &lt;user password&gt;
+guest:guest
+        </pre></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-MD5-Provider"></a>8.1.9.&#160;MD5 Provider</h3></div></div></div><p> MD5 Provider  uses the Broker configuration itself to store the database of
+        users (unlike the <a class="link" href="Java-Broker-Security.html#Java-Broker-Security-Base64MD5PasswordFile-Provider" title="8.1.10.&#160;Base64MD5 Password File (Deprecated)">Base64MD5 Password File</a>, there is no separate password file). Rather than store the
+        unencrypted user password (as the Plain provider does) it instead stores the MD5 password
+        digest.  This can be further encrypted using the
+        facilities described in <a class="xref" href="Java-Broker-Security-Configuration-Encryption.html" title="8.4.&#160;Configuration Encryption">Section&#160;8.4, &#8220;Configuration Encryption&#8221;</a>.</p><p>For this provider user credentials can be added, removed or changed using
+        Management.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-Base64MD5PasswordFile-Provider"></a>8.1.10.&#160;Base64MD5 Password File <span class="emphasis"><em>(Deprecated)</em></span></h3></div></div></div><p><span class="emphasis"><em>This provider is deprecated and will be removed in a future release.  The
+        <a class="link" href="Java-Broker-Security.html#Java-Broker-Security-MD5-Provider" title="8.1.9.&#160;MD5 Provider">MD5</a> provider should be used
+        instead.</em></span></p><p> Base64MD5PasswordFile Provider uses local file to store and manage user credentials
+        similar to PlainPasswordFile but instead of storing a password the MD5 password digest encoded
+        with Base64 encoding is stored in the file. When creating an authentication provider the path
+        to the file needs to be specified. If specified file does not exist an empty file is created
+        automatically on Authentication Provider creation. On Base64MD5PasswordFile Provider deletion
+        the password file is deleted as well.</p><p>For this provider user credentials can be added, removed or changed using
+        Management.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e4476"></a>8.1.10.1.&#160;Base64MD5 File Format</h4></div></div></div><p> The user credentials are stored on the single file line as user name and user password
+            pairs separated by colon character. The password is stored MD5 digest/Base64 encoded. This
+            file must not be modified externally whilst the Broker is running.</p></div></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-Management-Managing-Plugin-HTTP.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Security-Group-Providers.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.15.&#160;HTTP Plugin&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;8.2.&#160;Group Providers</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/apds02.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/apds02.html b/content/releases/qpid-broker-j-7.0.0/book/apds02.html
new file mode 100644
index 0000000..23384f7
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/apds02.html
@@ -0,0 +1,160 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>D.2.&#160;Statistic Report Patterns - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>D.2.&#160;Statistic Report Patterns</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">D.2.&#160;Statistic Report Patterns</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Appendix-Statistics-Reporting.html">Prev</a>&#160;</td><th align="center" width="60%">Appendix&#160;D.&#160;Statistics Reporting</th><td align="right" width="20%">&#160;<a accesskey="n" href="apds03.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="d0e9510"></a>D.2.&#160;Statistic Report Patterns</h2></div></div></div><p>The statistic report pattern defines the format of a statistic report written to the log.</p><p>Statistic report patterns are defined by <a class="link" href="Java-Broker-Management-Managing-Entities.html#Java-Broker-Management-Managing-Entities-General" title="7.1.&#160;General Description">
+      content variables</a>.  The place where the context variable is defined governs the scope i.e. the entities to
+      which the pattern will be applied.</p><p>For instance, to define a statistics reporting pattern for a single queue,
+      <a class="link" href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Managing-Context-Variables" title="6.2.3.4.&#160;Context Variables">set the contextvariable
+      </a> on the queue itself.  If you want the same statistics report pattern for apply to all queues, set the pattern on a
+       suitable ancestor of the queue.  For instance, if set on virtualhost, the pattern will applied to all queues defined
+       on that virtualhost.  If set on Broker, the pattern will be applied to all queues on the Broker.</p><p>The context variable name is formed as follows:
+      <code class="literal">qpid.&lt;category-name&gt;.statisticsReportPattern</code>.</p><p>For instance, for queue: <code class="literal">qpid.queue.statisticsReportPattern</code> and virtualhost:
+      <code class="literal">qpid.virtualhost.statisticsReportPattern</code></p><p>The value of the context variable is a free text string containing reference(s) to the statistic names that
+      are to appear in the report. References are made by surrounding the name of the statistic with '$' and curly braces,
+      thus <code class="literal">${&lt;statistic-name&gt;}</code>.</p><p>Statistics references allow an optional formatters. The supported formatters are: <code class="literal">:byteunit</code>
+      (produces a human readable byte value e.g. 3 MiB), <code class="literal">:duration</code> (produces a ISO-8601 duration)and
+      <code class="literal">:datetime</code> (produces a ISO-8601 date/time).</p><p>For example, a statistic report pattern for the <code class="literal">queue</code> category specifying two queue
+      statistic values: <code class="literal">queueDepthMessages=${queueDepthMessages},queueDepthBytes=${queueDepthBytes:byteunit}</code></p><p>Like all context variables, the statistic report pattern can also reference the attributes of the entity
+      or even its ancestors.  This feature can be exploited to include things like the name of the entity within the
+      report.</p><p>These points are illustrated in the examples in the next section.</p><p>A catalogue of statistics names and descriptions is available from the REST API documentation available
+      through the <a class="link" href="Java-Broker-Management-Channel-Web-Console.html" title="6.2.&#160;Web Management Console">Web Management Console</a>.</p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Appendix-Statistics-Reporting.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Appendix-Statistics-Reporting.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="apds03.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Appendix&#160;D.&#160;Statistics Reporting&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;D.3.&#160;Examples</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/apds03.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/apds03.html b/content/releases/qpid-broker-j-7.0.0/book/apds03.html
new file mode 100644
index 0000000..7bf43b0
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/apds03.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>D.3.&#160;Examples - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>D.3.&#160;Examples</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">D.3.&#160;Examples</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="apds02.html">Prev</a>&#160;</td><th align="center" width="60%">Appendix&#160;D.&#160;Statistics Reporting</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="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="d0e9569"></a>D.3.&#160;Examples</h2></div></div></div><p>Adding a statistic reporting pattern to a single queue, called <code class="literal">myqueue</code> using the REST API and
+      cURL.  This example uses <code class="literal">ancestor</code> references to include entity names:</p><div class="example"><a id="d0e9580"></a><p class="title"><strong>Example&#160;D.1.&#160;Enabling statistics for a single queue using the REST API and cURL</strong></p><div class="example-contents"><pre class="screen">curl --user admin --data '{"name" : "qpid.queue.statisticsReportPattern", "value" : "${ancestor:virtualhost:name}/${ancestor:queue:name}: queueDepthMessages=${queueDepthMessages}, queueDepthBytes=${queueDepthBytes:byteunit}"}' https://localhost:8080/api/latest/queue/default/default/myqueue/setContextVariable</pre></div></div><br class="example-break" /><p>
+      Once enabled, an example statistic report output written to the log might look like this:
+      </p><pre class="screen">2017-10-15 13:03:12,993 INFO  [virtualhost-default-pool-0] (q.s.Queue) - Statistics: default/myqueue: queueDepthMessages=0, queueDepthBytes=0 B
+2017-10-15 13:03:22,979 INFO  [virtualhost-default-pool-2] (q.s.Queue) - Statistics: default/myqueue: queueDepthMessages=3, queueDepthBytes=345 B
+2017-10-15 13:03:32,981 INFO  [virtualhost-default-pool-2] (q.s.Queue) - Statistics: default/myqueue: queueDepthMessages=3, queueDepthBytes=345 B</pre><p>
+    </p><p>Removing a statistic report pattern from the same queue:</p><div class="example"><a id="d0e9592"></a><p class="title"><strong>Example&#160;D.2.&#160;Disabling statistics for a single queue using the REST API and cURL</strong></p><div class="example-contents"><pre class="screen">curl --user admin --data '{"name" : "qpid.queue.statisticsReportPattern"}' https://localhost:8080/api/latest/queue/default/default/myqueue/setContextVariable</pre></div></div><br class="example-break" /><p>Adding a statistic reporting pattern to all queues:</p><div class="example"><a id="d0e9599"></a><p class="title"><strong>Example&#160;D.3.&#160;Enabling statistics for all queues using the REST API and cURL</strong></p><div class="example-contents"><pre class="screen">curl --user admin --data '{"name" : "qpid.queue.statisticsReportPattern", "value" : "${ancestor:virtualhost:name}/${ancestor:queue:name}: oldestMessageAge=${oldestMessageAge:duration}"}' https://localhost:8080/api/latest/virtualhost
 /default/default/setContextVariable</pre></div></div><br class="example-break" /><p>
+      Once enabled, an  example statistic report for a virtualhost with two queues might look like this:
+      </p><pre class="screen">2017-10-15 13:17:42,918 INFO  [virtualhost-default-pool-1] (q.s.Queue) - Statistics: default/myqueue1: oldestMessageAge=PT1M24S
+2017-10-15 13:17:42,918 INFO  [virtualhost-default-pool-1] (q.s.Queue) - Statistics: default/myqueue2: oldestMessageAge=PT0S</pre><p>
+    </p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="apds02.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Appendix-Statistics-Reporting.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Appendix-Queue-Alerts.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">D.2.&#160;Statistic Report Patterns&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Appendix&#160;E.&#160;Queue Alerts</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/css/style.css
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/css/style.css b/content/releases/qpid-broker-j-7.0.0/book/css/style.css
new file mode 100644
index 0000000..8179bf4
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/css/style.css
@@ -0,0 +1,131 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+ul {
+    list-style-type:square;
+}
+
+th {
+    font-weight: bold;
+}
+
+.navfooter td {
+    font-size:10pt;
+}
+
+.navheader td {
+    font-size:10pt;
+}
+
+body {
+    margin:0;
+    background:#FFFFFF;
+    font-family:"Verdana", sans-serif;
+    font-size:10pt;
+}
+
+.container {
+    width:950px;
+    margin:0 auto;
+}
+
+body a {
+    color:#000000;
+}
+
+
+div.book {
+    margin-left:10pt;
+    margin-right:10pt;
+}
+
+div.preface {
+    margin-left:10pt;
+    margin-right:10pt;
+}
+
+div.chapter {
+    margin-left:10pt;
+    margin-right:10pt;
+}
+
+div.section {
+    margin-left:10pt;
+    margin-right:10pt;
+}
+
+div.titlepage {
+    margin-left:-10pt;
+    margin-right:-10pt;
+}
+
+.calloutlist td {
+    font-size:10pt;
+}
+
+.table-contents table {
+    border-spacing: 0px;
+}
+
+.table-contents td {
+    font-size:10pt;
+    padding-left:6px;
+    padding-right:6px;
+}
+
+.chapter h2.title {
+    font-size:20pt;
+    color:#0c3b82;
+}
+
+.chapter .section h2.title {
+    font-size:18pt;
+    color:#0c3b82;
+}
+
+.section h2.title {
+    font-size:16pt;
+    color:#0c3b82;
+}
+
+.section h3.title {
+    font-size:14pt;
+    color:#0c3b82;
+}
+
+.section h4.title {
+    font-size:12pt;
+    color:#0c3b82;
+}
+
+.section h5.title {
+    font-size:12pt;
+    color:#0c3b82;
+}
+
+.section h6.title {
+    font-size:12pt;
+    color:#0c3b82;
+}
+
+.toc a {
+    font-size:9pt;
+}
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Broker-MessageFlow.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Broker-MessageFlow.png b/content/releases/qpid-broker-j-7.0.0/book/images/Broker-MessageFlow.png
new file mode 100755
index 0000000..4902c46
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Broker-MessageFlow.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Broker-Model.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Broker-Model.png b/content/releases/qpid-broker-j-7.0.0/book/images/Broker-Model.png
new file mode 100755
index 0000000..a254565
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Broker-Model.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Broker-PortAuthFlow.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Broker-PortAuthFlow.png b/content/releases/qpid-broker-j-7.0.0/book/images/Broker-PortAuthFlow.png
new file mode 100755
index 0000000..4df2fa1
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Broker-PortAuthFlow.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Direct.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Direct.png b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Direct.png
new file mode 100755
index 0000000..184fb80
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Direct.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[07/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Queues.html
index cbe236f..5aa8286 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index 5d86eef..393d1a8 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index 6034047..381179b 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index d59c317..7b4992e 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts.html
index a285a93..b0c95e0 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index 9f40e43..3805372 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Logging.html
index c05d1c4..271043e 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index bf25249..5e434fc 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index 670f485..f9483ea 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started.html
index e0e445a..e8b96e7 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Backup.html
index 5b70b48..3b28c4c 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index 1f55394..87e8c58 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 20344e3..de143a4 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index 800ae07..0bc137a 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index 4157549..d68f7b3 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index 0578b97..8771201 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index d39b8e1..14cf1e0 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index 980a7af..0322564 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index 858b40a..d85fe1c 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Security.html
index a756440..77b5138 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability.html
index 83c4a6b..e3fa529 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index 6b44c5a..ae89ae8 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index fdbd551..8ea90b8 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index eab83b6..669a081 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index cf6735e..bf7f2d0 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index 2952d11..1175ae1 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index 3191ee9..782f3be 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index e284fcd..cf49a34 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration.html
index 91e3ec2..d3380aa 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-Download.html
index 67d08cf..56570bc 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index e8ae670..76b261c 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index b2fad32..e5984d2 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index 9f95201..71e9797 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-Prerequistes.html
index c7ab747..a7ba050 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation.html
index ed008c1..eb108a8 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Introduction.html
index 64f068d..3a4a028 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index 25c5091..1b781d5 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-QMF.html
index 5fbac33..8b3fa79 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index 50a5d4c..c670139 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index 4916f15..60d9300 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel.html
index 8b9376b..0ea27eb 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index 6a9d064..bcb0661 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index 56c61c9..c83626e 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Broker.html
index fe84030..7ce8366 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index 517e9f7..e93a3a6 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index e85b2e3..793f67a 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Entities.html
index 117c6fb..33052af 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index cb5d54e..1a64a1e 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index 662849a..a4b4607 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index 1b9ab9b..d308c2a 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index 5041e2c..2940198 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Ports.html
index 17d275c..a396062 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Queues.html
index f60c7c3..dfbaa94 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index 2a56abd..62c81f9 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index 23acb32..29198b0 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index 6c9a758..baccd7f 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index 42e7c94..c4b2d1e 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index b343cb0..3308f12 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index 3737f96..24304db 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous.html
index 412499d..46d3328 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index 4539b47..c95c8d8 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index 7433817..cc9d4a0 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index 16a3c3b..32b7d26 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index 96ad928..15f8790 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index 1568025..7276b91 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index 77c1ee6..6341c22 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Memory.html
index d0daf4f..b782a2a 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index 25c1119..d7cf33f 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index 13d23c8..bc3d756 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime.html
index 7e75091..d5ec7e8 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-ACLs.html
index 9c02638..f13a275 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index 430a020..9a05c21 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-Group-Providers.html
index d43ef85..7c356af 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security.html
index 7ffb57e..780e073 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/index.html b/content/releases/qpid-java-6.1.1/java-broker/book/index.html
index 27ca8b2..9869ac0 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Book.html b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Book.html
index e1f3da9..6a99a1d 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Book.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[46/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Exchanges.html
new file mode 100644
index 0000000..12ec5cc
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Exchanges.html
@@ -0,0 +1,205 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>4.6.&#160;Exchanges - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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
+  messages from producers and routes them to matching <span class="emphasis"><em>Queue</em></span>s within the <span class="emphasis"><em>Virtualhost</em></span>.</p><p>
+  When using AMQP 0-8, 0-9, 0-9-1,  or 0-10, the exchange is the only way ingressing a message into the virtualhost.  When using AMQP
+  1.0, the application may route messages using an exchange (to take advantage of exchange's routing behaviours), or it may route direcly
+  to a queue (if point to point messaging is required).
+ </p><p>The server provides a set of exchange types with each exchange type implementing a different routing algorithm. For details of how
+  these exchanges types work see <a class="xref" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-Types" title="4.6.2.&#160;Exchange Types">Section&#160;4.6.2, &#8220;Exchange Types&#8221;</a> below.</p><p>The server predeclares a number of exchange instances with names starting with "<code class="literal">amq.</code>". These are defined in
+  <a class="xref" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-Predeclared" title="4.6.1.&#160;Predeclared Exchanges">Section&#160;4.6.1, &#8220;Predeclared Exchanges&#8221;</a>.</p><p>Applications can make use of the pre-declared exchanges, or they may declare their own. The number of exchanges within a <span class="emphasis"><em>Virtualhost</em></span> is
+  limited only by resource constraints.</p><p>The behaviour when an <span class="emphasis"><em>Exchange</em></span> is unable to route a message to any queue is defined in <a class="xref" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-UnroutableMessage" title="4.6.4.&#160;Unrouteable Messages">Section&#160;4.6.4, &#8220;Unrouteable Messages&#8221;</a></p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Exchanges-Predeclared"></a>4.6.1.&#160;Predeclared Exchanges</h3></div></div></div><p>Each <span class="emphasis"><em>Virtualhost</em></span> pre-declares the following exchanges:
+   </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>amq.direct (an instance of a direct exchange)</p></li><li class="listitem"><p>amq.topic (an instance of a topic exchange)</p></li><li class="listitem"><p>amq.fanout (an instance of a fanout exchange)</p></li><li class="listitem"><p>amq.match (an instance of a headers exchange)</p></li></ul></div><p>
+  </p><p>The conceptual "<code class="literal">default exchange</code>" always exists, effectively a special instance of
+   direct exchange which uses the empty string as its name. All queues are automatically bound to it upon their creation
+   using the queue name as the binding key, and unbound upon their deletion. It is not possible to manually add or remove
+   bindings within this exchange.</p><p>Applications may not declare exchanges with names beginning with "<code class="literal">amq.</code>". Such names are reserved for system use.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Exchanges-Types"></a>4.6.2.&#160;Exchange Types</h3></div></div></div><p>
+   The following Exchange types are supported.
+   </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Direct</p></li><li class="listitem"><p>Topic</p></li><li class="listitem"><p>Fanout</p></li><li class="listitem"><p>Headers</p></li></ul></div><p>
+   These exchange types are described in the following sub-sections.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Concepts-Exchanges-Types-Direct"></a>4.6.2.1.&#160;Direct</h4></div></div></div><p>The direct exchange type routes messages to queues based on an exact match between
+    the routing key of the message, and the binding key used to bind the queue to the exchange. Additional
+    filter rules may be specified using a <a class="link" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-BindingArguments-JMSSelector" title="4.6.3.1.&#160;JMS Selector">
+    binding argument specifying a JMS message selector</a>.
+   </p><p>This exchange type is often used to implement point to point messaging. When used in this manner, the normal
+   convention is that the binding key matches the name of the queue. It is also possible to use this exchange type
+   for multi-cast, in this case the same binding key is associated with many queues.</p><div class="figure"><a id="d0e624"></a><p class="title"><strong>Figure&#160;4.4.&#160;Direct exchange</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Direct exchange" src="images/Exchange-Direct.png" /></div></div></div><br class="figure-break" /><p>The figure above illustrates the operation of direct exchange type. The yellow messages published with the routing key
+    "<code class="literal">myqueue</code>" match the binding key corresponding to queue "<code class="literal">myqueue</code>" and so are routed there.  The red
+    messages published with the routing key "<code class="literal">foo</code>" match two bindings in the table so a copy of the message is
+    routed to both the "<code class="literal">bar1</code>" and "<code class="literal">bar2</code>" queues.</p><p>The routing key of the blue message matches no binding keys, so the message is unroutable. It is handled as described
+     in <a class="xref" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-UnroutableMessage" title="4.6.4.&#160;Unrouteable Messages">Section&#160;4.6.4, &#8220;Unrouteable Messages&#8221;</a>.</p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Concepts-Exchanges-Types-Topic"></a>4.6.2.2.&#160;Topic</h4></div></div></div><p>This exchange type is used to support the classic publish/subscribe paradigm.</p><p>The topic exchange is capable of routing messages to queues based on wildcard matches between the routing key and the
+     binding key pattern defined by the queue binding. Routing keys are formed from one or more words, with each word delimited
+     by a full-stop (.). The pattern matching characters are the * and # symbols. The * symbol matches a single word  and the #
+     symbol matches zero or more words.</p><p>Additional filter rules may be specified using a <a class="link" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-BindingArguments-JMSSelector" title="4.6.3.1.&#160;JMS Selector">
+     binding argument specifying a JMS message selector</a>.</p><p>The following three figures help explain how the topic exchange functions.</p><p /><div class="figure"><a id="d0e666"></a><p class="title"><strong>Figure&#160;4.5.&#160;Topic exchange - exact match on topic name</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Topic exchange - exact match on topic name" src="images/Exchange-Topic.png" /></div></div></div><br class="figure-break" /><p>The figure above illustrates publishing messages with routing key "<code class="literal">weather</code>". The exchange routes each
+    message to every bound queue whose binding key matches the routing key.</p><p>In the case illustrated, this means that each subscriber's queue receives every yellow message.</p><div class="figure"><a id="d0e679"></a><p class="title"><strong>Figure&#160;4.6.&#160;Topic exchange - matching on hierarchical topic patterns</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Topic exchange - matching on hierarchical topic patterns" src="images/Exchange-Topic-Hierarchical.png" /></div></div></div><br class="figure-break" /><p>The figure above illustrates publishing messages with hierarchical routing keys. As before, the exchange routes each
+    message to every bound queue whose binding key matches the routing key but as the binding keys contain wildcards, the
+    wildcard rules described above apply.</p><p>In the case illustrated, <code class="literal">sub1</code> has received the red and green message as "<code class="literal">news.uk</code>" and "<code class="literal">news.de</code>"
+    match binding key "<code class="literal">news.#</code>". The red message has also gone to <code class="literal">sub2</code> and <code class="literal">sub3</code> as it's routing key
+    is matched exactly by "<code class="literal">news.uk</code>" and by "<code class="literal">*.uk</code>".</p><p>The routing key of the yellow message matches no binding keys, so the message is unroutable. It is handled as described
+    in <a class="xref" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-UnroutableMessage" title="4.6.4.&#160;Unrouteable Messages">Section&#160;4.6.4, &#8220;Unrouteable Messages&#8221;</a>.</p><div class="figure"><a id="d0e717"></a><p class="title"><strong>Figure&#160;4.7.&#160;Topic exchange - matching on JMS message selector</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Topic exchange - matching on JMS message selector" src="images/Exchange-Topic-JMSSelector.png" /></div></div></div><br class="figure-break" /><p>The figure above illustrates messages with properties published with routing key "<code class="literal">shipping</code>".</p><p>As before, the exchange routes each message to every bound queue whose binding key matches the routing key but as a JMS selector
+    argument has been specified, the expression is evaluated against each matching message. Only messages whose message header values or properties
+    match the expression are routed to the queue.</p><p>In the case illustrated, <code class="literal">sub1</code> has received the yellow and blue message as their property "<code class="literal">area</code>"
+    cause expression "<code class="literal">area in ('Forties', 'Cromarty')</code>" to evaluate true.  Similarly, the yellow message has also gone to
+    <code class="literal">gale_alert</code> as its property "<code class="literal">speed</code>" causes expression "<code class="literal">speed &gt; 7 and speed &lt; 10</code>"
+    to evaluate true.</p><p>The properties of purple message cause no expressions to evaluate true, so the message is unroutable. It is handled as described in
+    <a class="xref" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-UnroutableMessage" title="4.6.4.&#160;Unrouteable Messages">Section&#160;4.6.4, &#8220;Unrouteable Messages&#8221;</a>.</p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Concepts-Exchanges-Types-Fanout"></a>4.6.2.3.&#160;Fanout</h4></div></div></div><p>The fanout exchange type routes messages to all queues bound to the exchange, regardless of the message's routing key.</p><p>Filter rules may be specified using a <a class="link" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-BindingArguments-JMSSelector" title="4.6.3.1.&#160;JMS Selector">
+    binding argument specifying a JMS message selector</a>.</p><div class="figure"><a id="d0e764"></a><p class="title"><strong>Figure&#160;4.8.&#160;Fanout exchange</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Fanout exchange" src="images/Exchange-Fanout.png" /></div></div></div><br class="figure-break" /></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Concepts-Exchanges-Types-Headers"></a>4.6.2.4.&#160;Headers</h4></div></div></div><p>The headers exchange type routes messages to queues based on header properties within the message. The message is passed to
+     a queue if the header properties of the message satisfy the <a class="link" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-BindingArguments-x-match" title="4.6.3.2.&#160;x-match">
+     x-match expression</a> specified by the binding arguments with which the queue was bound.
+   </p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Exchanges-BindingArguments"></a>4.6.3.&#160;Binding Arguments</h3></div></div></div><p>Binding arguments are used by certain exchange types to further filter messages.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Concepts-Exchanges-BindingArguments-JMSSelector"></a>4.6.3.1.&#160;JMS Selector</h4></div></div></div><p>The binding argument <code class="literal">x-filter-jms-selector</code> specifies a JMS selector conditional expression. The expression
+    is written in terms of message header and message property names.  If the expression evaluates to true, the message is routed to the queue.
+    This type of binding argument is understood by exchange types direct, topic and fanout.<a class="footnote" href="#ftn.d0e791" id="d0e791"><sup class="footnote">[4]</sup></a>.</p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Concepts-Exchanges-BindingArguments-x-match"></a>4.6.3.2.&#160;x-match</h4></div></div></div><p>The binding argument <code class="literal">x-match</code> is understood by exchange type headers.  It can take two values, dictating how the
+    rest of the name value pairs are treated during matching.</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><code class="literal">all</code> implies that all the other pairs must match the headers property of a message for that message to be routed
+      (i.e. an AND match)</p></li><li class="listitem"><p><code class="literal">any</code> implies that the message should be routed if any of the fields in the headers property match one of the
+      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 the AMQP 1.0 protocol, and an alternate binding has been set on the exchange, the message is routed to the alternate.
+     If the message is still unroutable after considering the alternate binding, 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 binding has been set on the exchange, the message is routed to the alternate.
+     If the message is still unroutable after considering the alternate binding,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.d0e791"><p><a class="para" href="#d0e791"><sup class="para">[4] </sup></a>
+    This is a Qpid specific extension.</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-Virtualhosts.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-Queues.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">4.5.&#160;Virtualhosts&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;4.7.&#160;Queues</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Other-Services.html
new file mode 100644
index 0000000..e14de38
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Other-Services.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>4.10.&#160;Other Services - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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>
+        The Broker can also have <span class="emphasis"><em>Access Control Providers</em></span>, <span class="emphasis"><em>Group Providers</em></span>,
+        <span class="emphasis"><em>Keystores</em></span>, <span class="emphasis"><em>Trustores</em></span> and [Management] <span class="emphasis"><em>Plugins</em></span> configured.
+    </p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Access-Control-Providers"></a>4.10.1.&#160;Access Control Providers</h3></div></div></div><p><span class="emphasis"><em>Access Control Providers</em></span> are used to authorize various operations relating to Broker objects.</p><p>Access Control Provider configuration and management details are covered in <a class="xref" href="Java-Broker-Security-AccessControlProviders.html" title="8.3.&#160;Access Control Providers">Section&#160;8.3, &#8220;Access Control Providers&#8221;</a>.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Group-Providers"></a>4.10.2.&#160;Group Providers</h3></div></div></div><p><span class="emphasis"><em>Group Providers</em></span> are used to aggregate authenticated user principals into groups
+        which can be then be used in Access Control rules applicable to the whole group.</p><p>Group Provider configuration and management is covered in <a class="xref" href="Java-Broker-Security-Group-Providers.html" title="8.2.&#160;Group Providers">Section&#160;8.2, &#8220;Group Providers&#8221;</a>.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Keystores"></a>4.10.3.&#160;Keystores</h3></div></div></div><p><span class="emphasis"><em>Keystores</em></span> are used to configure SSL private and public keys and certificates
+        for the SSL transports on Ports.</p><p>Keystore configuration and management is covered in <a class="xref" href="Java-Broker-Management-Managing-Keystores.html" title="7.11.&#160;Keystores">Section&#160;7.11, &#8220;Keystores&#8221;</a>.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Truststores"></a>4.10.4.&#160;Truststores</h3></div></div></div><p><span class="emphasis"><em>Truststores</em></span> are used to configure SSL certificates for trusting Client Certificate
+            on SSL ports or making SSL connections to other external services like LDAP, etc.</p><p>Truststore configuration and management is covered in <a class="xref" href="Java-Broker-Management-Managing-Truststores.html" title="7.12.&#160;Truststores">Section&#160;7.12, &#8220;Truststores&#8221;</a>.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Loggers"></a>4.10.5.&#160;Loggers</h3></div></div></div><p><span class="emphasis"><em>Loggers</em></span> are responsible for producing a log of events from either the Broker as a whole, or
+            an individual Virtualhost. These are described in <a class="xref" href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging" title="9.1.&#160;Logging">Section&#160;9.1, &#8220;Logging&#8221;</a>.</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-Concepts-Authentication-Providers.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-Initial-Configuration.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">4.9.&#160;Authentication Providers&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Chapter&#160;5.&#160;Initial Configuration</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Ports.html
new file mode 100644
index 0000000..3faa44c
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Ports.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>4.8.&#160;Ports - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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
+        AMQP messaging and HTTP management connectivity it offers for use. </p><p> Each Port is configured with the particular <span class="emphasis"><em>Protocols</em></span> and
+            <span class="emphasis"><em>Transports</em></span> it supports, as well as the <span class="emphasis"><em>Authentication
+            Provider</em></span> to be used to authenticate connections. Where SSL is in use, the
+            <span class="emphasis"><em>Port</em></span> configuration also defines which <span class="emphasis"><em>Keystore</em></span>
+        to use and (where supported) which <span class="emphasis"><em>TrustStore(s)</em></span> and whether Client
+        Certificates should be requested/required. </p><p> Different <span class="emphasis"><em>Ports</em></span> can support different protocols, and many
+            <span class="emphasis"><em>Ports</em></span> can be configured on the Broker.</p><p> The following AMQP protocols are currently supported by the Broker: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>AMQP 0-8</em></span></p></li><li class="listitem"><p><span class="emphasis"><em>AMQP 0-9</em></span></p></li><li class="listitem"><p><span class="emphasis"><em>AMQP 0-9-1</em></span></p></li><li class="listitem"><p><span class="emphasis"><em>AMQP 0-10</em></span></p></li><li class="listitem"><p><span class="emphasis"><em>AMQP 1.0</em></span></p></li></ul></div><p>
+    </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="d0e1296"></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="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;4.9.&#160;Au
 thentication Providers</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Queues.html
new file mode 100644
index 0000000..6e0b0dc
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Queues.html
@@ -0,0 +1,322 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>4.7.&#160;Queues - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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
+     hold/buffer messages for later delivery to consumer applications.</p><p>Messages arrive on queues either from <a class="link" href="Java-Broker-Concepts-Exchanges.html" title="4.6.&#160;Exchanges">Exchanges</a>, or when
+     using the AMQP 1.0 protocol, the producing application can direct messages straight to the queue.  For
+     AMQP 0-8, 0-9, 0-9-1,  or 0-10, the exchange is the only way ingressing a message into a queue.</p><p>Consumers subscribe to a queue in order to receive messages from it.</p><p>The Broker supports different queue types, each with different delivery semantics.  Queues also have a range of other
+   features such as the ability to group messages together for delivery to a single consumer.  These additional features
+   are described below too.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Queues-Types"></a>4.7.1.&#160;Types</h3></div></div></div><p>The Broker supports four different queue types, each with different delivery semantics.</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><a class="link" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-Standard" title="4.7.1.1.&#160;Standard">Standard</a> - a simple First-In-First-Out (FIFO) queue</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-Priority" title="4.7.1.2.&#160;Priority">Priority</a> - delivery order depends on the priority of each message</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-Sorted" title="4.7.1.3.&#160;Sorted Queues">Sorted</a> -
+            delivery order depends on the value of the sorting key property in each message</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-LVQ" title="4.7.1.4.&#160;Last Value Queues (LVQ)">Last Value
+              Queue</a> - also known as an LVQ, retains only the last (newest) message received
+            with a given LVQ key value</p></li></ul></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Concepts-Queues-Types-Standard"></a>4.7.1.1.&#160;Standard</h4></div></div></div><p>A simple First-In-First-Out (FIFO) queue</p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Concepts-Queues-Types-Priority"></a>4.7.1.2.&#160;Priority</h4></div></div></div><p>In a priority queue, messages on the queue are delivered in an order determined by the
+          <a class="link" href="http://docs.oracle.com/javaee/6/api/javax/jms/Message.html#getJMSPriority()" target="_top">JMS priority message
+          header</a> within the message. By default Qpid supports the 10 priority levels
+        mandated by JMS, with priority value 0 as the lowest priority and 9 as the highest. </p><p>It is possible to reduce the effective number of priorities if desired.</p><p>JMS defines the <a class="link" href="http://docs.oracle.com/javaee/6/api/javax/jms/Message.html#DEFAULT_PRIORITY" target="_top">
+          default message priority</a> as 4. Messages sent without a specified priority use this
+        default. </p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Concepts-Queues-Types-Sorted"></a>4.7.1.3.&#160;Sorted Queues</h4></div></div></div><p>Sorted queues allow the message delivery order to be determined by value of an arbitrary
+          <a class="link" href="http://docs.oracle.com/javaee/6/api/javax/jms/Message.html#getStringProperty()" target="_top">JMS message
+          property</a>. Sort order is alpha-numeric and the property value must have a type
+        java.lang.String.</p><p>Messages sent to a sorted queue without the specified JMS message property will be
+        put at the head of the queue.</p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Concepts-Queues-Types-LVQ"></a>4.7.1.4.&#160;Last Value Queues (LVQ)</h4></div></div></div><p>LVQs (or conflation queues) are special queues that automatically discard any message
+        when a newer message arrives with the same key value. The key is specified by arbitrary
+          <a class="link" href="http://docs.oracle.com/javaee/6/api/javax/jms/Message.html#getPropertyNames()" target="_top">JMS message
+          property</a>.</p><p>An example of an LVQ might be where a queue represents prices on a stock exchange: when
+        you first consume from the queue you get the latest quote for each stock, and then as new
+        prices come in you are sent only these updates. </p><p>Like other queues, LVQs can either be browsed or consumed from. When browsing an
+        individual subscriber does not remove the message from the queue when receiving it. This
+        allows for many subscriptions to browse the same LVQ (i.e. you do not need to create and
+        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-Message-Grouping"></a>4.7.2.&#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
+      of messages should be considered a single logical operation with respect to the application. </p><p> The broker can use this group identification to enforce policies controlling how messages
+      from a given group can be distributed to consumers. For instance, the broker can be configured
+      to guarantee all the messages from a particular group are processed in order across multiple
+      consumers. </p><p> For example, assume we have a shopping application that manages items in a virtual
+      shopping cart. A user may add an item to their shopping cart, then change their mind and
+      remove it. If the application sends an <span class="emphasis"><em>add</em></span> message to the broker,
+      immediately followed by a <span class="emphasis"><em>remove</em></span> message, they will be queued in the
+      proper order - <span class="emphasis"><em>add</em></span>, followed by <span class="emphasis"><em>remove</em></span>. </p><p> However, if there are multiple consumers, it is possible that once a consumer acquires
+      the <span class="emphasis"><em>add</em></span> message, a different consumer may acquire the
+        <span class="emphasis"><em>remove</em></span> message. This allows both messages to be processed in parallel,
+      which could result in a "race" where the <span class="emphasis"><em>remove</em></span> operation is incorrectly
+      performed before the <span class="emphasis"><em>add</em></span> operation. </p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Concepts-Queues-GroupingMessages"></a>4.7.2.1.&#160;Grouping Messages</h4></div></div></div><p>In order to group messages, JMS applications can set the JMS standard header
+            <code class="literal">JMSXGroupId</code> to specify the <span class="emphasis"><em>group identifier</em></span>
+            when publishing messages.
+        </p><p>Alternatively, the application may designate a particular message header
+            as containing a message's <span class="emphasis"><em>group identifier</em></span>. The group identifier stored
+            in that header field would be a string value set by the message producer. Messages from the
+            same group would have the same group identifier value. The key that identifies the header
+            must also be known to the message consumers. This allows the consumers to determine a
+            message's assigned group.
+        </p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Concepts-Queues-BrokerRole"></a>4.7.2.2.&#160; The Role of the Broker in Message Grouping </h4></div></div></div><p> The broker will apply the following processing on each grouped message: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Enqueue a received message on the destination queue.</p></li><li class="listitem"><p>Determine the message's group by examining the message's group identifier
+              header.</p></li><li class="listitem"><p>Enforce <span class="emphasis"><em>consumption ordering</em></span> among messages belonging to the
+              same group. <span class="emphasis"><em>Consumption ordering</em></span> means one of two things
+              depending on how the queue has been configured. </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; "><li class="listitem"><p> In default mode, a group gets assigned to a single consumer for the lifetime
+                  of that consumer, and the broker will pass all subsequent messages in the group to
+                  that consumer. </p></li><li class="listitem"><p>In 'shared groups' mode (which gives the same behaviour as the Qpid C++
+                  Broker) the broker enforces a looser guarantee, namely that all the
+                    <span class="emphasis"><em>currently unacknowledged messages</em></span> in a group are sent to
+                  the same consumer, but the consumer used may change over time even if the
+                  consumers do not. This means that only one consumer can be processing messages
+                  from a particular group at any given time, however if the consumer acknowledges
+                  all of its acquired messages then the broker <span class="emphasis"><em>may</em></span> pass the
+                  next pending message in that group to a different consumer. </p></li></ul></div></li></ul></div><p>
+      </p><p> The absence of a value in the designated group header field of a message is treated as
+        follows: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p> In default mode, failure for a message to specify a group is treated as a desire
+              for the message not to be grouped at all. Such messages will be distributed to any
+              available consumer, without the ordering guarantees imposed by grouping. </p></li><li class="listitem"><p> In 'shared groups' mode (which gives the same behaviour as the Qpid C++ Broker)
+              the broker assigns messages without a group value to a 'default group'. Therefore, all
+              such "unidentified" messages are considered by the broker as part of the same group,
+              which will handled like any other group. The name of this default group is
+              "qpid.no-group", although it can be customised as detailed below. </p></li></ul></div><p>
+      </p><p> Note that message grouping has no effect on queue browsers.</p><p> Note well that distinct message groups would not block each other from delivery. For
+        example, assume a queue contains messages from two different message groups - say group "A"
+        and group "B" - and they are enqueued such that "A"'s messages are in front of "B". If the
+        first message of group "A" is in the process of being consumed by a client, then the
+        remaining "A" messages are blocked, but the messages of the "B" group are available for
+        consumption by other consumers - even though it is "behind" group "A" in the queue. </p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Queue-EnsureNonDestructiveConsumers"></a>4.7.3.&#160;Forcing all consumers to be non-destructive</h3></div></div></div><p>When a consumer attaches to a queue, the normal behaviour is that messages are
+          sent to that consumer are acquired exclusively by that consumer, and when the consumer
+          acknowledges them, the messages are removed from the queue.</p><p>Another common pattern is to have queue "browsers" which send all messages to the
+          browser, but do not prevent other consumers from receiving the messages, and do not
+          remove them from the queue when the browser is done with them.  Such a browser is an
+          instance of a "non-destructive" consumer.</p><p>If every consumer on a queue is non destructive then we can obtain some interesting
+          behaviours. In the case of a LVQ
+           then the queue will always contain the most up to date value for every key. For
+          a standard queue, if every consumer is non-destructive then we have something that
+          behaves like a topic (every consumer receives every message) except that instead of
+          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.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e1051"></a>4.7.3.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. 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="d0e1064"></a>4.7.3.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
+            are already in the queue. This can be achieved by using a filter on the arrival
+            time.</p><p>A special parameter <code class="varname">x-qpid-replay-period</code> can be used in the
+            consumer declaration to control the messages the consumer wishes to receive. The
+            value of <code class="varname">x-qpid-replay-period</code> is the time, in seconds, for which
+            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><p>When using the Qpid JMS AMQP 0-x, the consumer declaration can be hinted using the
+            address.</p><div class="table"><a id="d0e1079"></a><p class="title"><strong>Table&#160;4.1.&#160;Setting the replay period using a Qpid JMS AMQP 0-x address</strong></p><div class="table-contents"><table border="1" summary="Setting the replay period using a Qpid JMS AMQP 0-x address"><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="d0e1100"></a>4.7.3.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
+            period get a default (in this case the desired default would be 0).</p><p>The default filter set for a queue can be set via the REST API using the attribute named
+            <code class="varname">defaultFilters</code>. This value is a map from filter name to type and arguments.
+            To set the default behaviour for the queue to be that consumers only receive newly arrived
+            messages, then you should set this attribute to the value:</p><pre class="screen">
+            { "x-qpid-replay-period" : { "x-qpid-replay-period" : [ "0" ] } }
+        </pre><p>
+            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 class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Queue-HoldingEntries"></a>4.7.4.&#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="d0e1121"></a>4.7.4.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 class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Queue-OverflowPolicy"></a>4.7.5.&#160;Controlling Queue Size</h3></div></div></div><p>
+            <span class="emphasis"><em>Overflow Policy</em></span>
+            can be configured on an individual <span class="emphasis"><em>Queue</em></span> to limit the queue size.  The size
+            can be expressed in terms of a <span class="emphasis"><em>maximum number of bytes</em></span> and/or
+            <span class="emphasis"><em>maximum number of messages</em></span>.
+            The <span class="emphasis"><em>Overflow Policy</em></span> defines the Queue behaviour when any of the limits is reached.
+        </p><p>
+            The following <span class="emphasis"><em>Overflow Policies</em></span> are supported:
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
+                        <span class="emphasis"><em>None</em></span>
+                        - Queue is unbounded and the capacity limits are not applied.
+                        This is a default policy applied implicitly when policy is not set explicitly.
+                    </p></li><li class="listitem"><p>
+                        <span class="emphasis"><em>Ring</em></span>
+                        - If a newly arriving message takes the queue over a limit, message(s) are
+                        deleted from the queue until the queue falls within its limit again.  When deleting
+                        messages, the oldest messages are deleted first.  For a
+                        <a class="link" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-Priority" title="4.7.1.2.&#160;Priority">Priority Queue</a>
+                        the oldest messages with lowest priorities are removed.
+                    </p></li><li class="listitem"><p>
+                        <span class="emphasis"><em>Producer Flow Control</em></span>
+                        -The producing sessions
+                        are blocked until queue depth falls below the <span class="emphasis"><em>resume threshold</em></span> set as a
+                        context variable <span class="emphasis"><em>${queue.queueFlowResumeLimit}</em></span>
+                        (specifying the percentage from the limit values. Default is 80%).
+                    </p></li><li class="listitem"><p>
+                        <span class="emphasis"><em>Flow to Disk</em></span>
+                        -If the queue breaches a limit, newly arriving messages are written to disk and the in-memory
+                        representation of the message is minimised. The Broker will transparently retrieve messages
+                        from disk as they are required by a consumer or management.  The flow to disk policy does not
+                        actually restrict the overall size of the queue, merely the space occupied in memory.
+                        The Broker's other <a class="link" href="Java-Broker-Runtime-Flow-To-Disk.html" title="9.6.&#160;Flow to Disk">Flow to Disk feature</a>
+                        operates completely independent of this Queue Overflow Policy.
+                    </p></li><li class="listitem"><p>
+                        <span class="emphasis"><em>Reject</em></span>
+                        -A newly arriving message is rejected when queue limit is breached.
+                    </p></li></ul></div><p>
+        </p><p>
+            A negative value for <span class="emphasis"><em>maximum number of messages</em></span> or
+            <span class="emphasis"><em>maximum number of bytes</em></span> disables the limit.
+        </p><p>
+            The Broker issues Operational log messages when the queue sizes are breached.  These are documented
+            at <a class="xref" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Queue" title="Table&#160;C.6.&#160;Queue Log Messages">Table&#160;C.6, &#8220;Queue Log Messages&#8221;</a>.
+        </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Concepts-Queues-SetLowPrefetch"></a>4.7.6.&#160;Using low pre-fetch with special queue types</h3></div></div></div><p>Messaging clients may buffered messages for performance reasons.  In Qpid, this is commonly known as
+            <span class="emphasis"><em>pre-fetch</em></span></p><p>When using some of the messaging features described on this section, using prefetch can give
+            unexpected behaviour. Once the broker has sent a message to the client its delivery order is then fixed,
+            regardless of the special behaviour of the queue. </p><p>For example, if using a priority queue and a prefetch of 100, and 100 messages arrive with
+            priority 2, the broker will send these messages to the client. If then a new message arrives
+            with priority 1, the broker cannot leap frog messages of lower priority. The priority 1 will
+            be delivered at the front of the next batch of messages to be sent to the client.</p><p>Using pre-fetch of 1 will give exact queue-type semantics as perceived by the
+            client however, this brings a performance cost. You could test with a slightly higher
+            pre-fetch to trade-off between throughput and exact semantics.</p><p>See the messaging client documentation for details of how to configure prefetch.</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-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="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;4.8.&#160;Ports</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-RemoteReplicationNodes.html
new file mode 100644
index 0000000..cb28b3c
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-RemoteReplicationNodes.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>4.4.&#160;Remote Replication Nodes - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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
+    another virtualhost node in the group.</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-Virtualhost-Nodes.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-Virtualhosts.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">4.3.&#160;Virtualhost Nodes&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;4.5.&#160;Virtualhosts</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[28/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/chapter-Managing-CPP-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/chapter-Managing-CPP-Broker.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/chapter-Managing-CPP-Broker.html
index c1992b9..9e95eb2 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/chapter-Managing-CPP-Broker.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/chapter-Managing-CPP-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/chapter-ha.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/chapter-ha.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/chapter-ha.html
index 091ca42..0b44121 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/chapter-ha.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/chapter-ha.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/ha-queue-replication.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/ha-queue-replication.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/ha-queue-replication.html
index 36e6373..783fb2e 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/ha-queue-replication.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/ha-queue-replication.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/index.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/index.html
index 2bd67d1..70150fc 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/index.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/pr01.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/pr01.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/pr01.html
index b8a2355..db076cb 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/pr01.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/pr01.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/producer-flow-control.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/producer-flow-control.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/producer-flow-control.html
index f83e908..428aa6f 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/producer-flow-control.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/producer-flow-control.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/queue-state-replication.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/queue-state-replication.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/queue-state-replication.html
index ca3b3b7..a4d6bf8 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/queue-state-replication.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/queue-state-replication.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/index.html b/content/releases/qpid-cpp-0.34/index.html
index 3594304..f7865c7 100644
--- a/content/releases/qpid-cpp-0.34/index.html
+++ b/content/releases/qpid-cpp-0.34/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/release-notes.html b/content/releases/qpid-cpp-0.34/release-notes.html
index 6919ee0..e71f7f5 100644
--- a/content/releases/qpid-cpp-0.34/release-notes.html
+++ b/content/releases/qpid-cpp-0.34/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/AMQP-Compatibility.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/AMQP-Compatibility.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/AMQP-Compatibility.html
index 1b3e8fd..6acc0b5 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/AMQP-Compatibility.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/AMQP-Compatibility.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html
index 0685962..9e552a6 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/Using-message-groups.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/Using-message-groups.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/Using-message-groups.html
index a406de8..5dab957 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/Using-message-groups.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/Using-message-groups.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01.html
index 9a2e3e5..bd2a00a 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s02.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s02.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s02.html
index f3defdb..9a5bc20 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s02.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s02.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s03.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s03.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s03.html
index e272535..ff21a0c 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s03.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s03.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s06.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s06.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s06.html
index 812ee48..7f57989 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s06.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch01s06.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch02s02.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch02s02.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch02s02.html
index 0f991ea..0516c6d 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch02s02.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch02s02.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch02s03.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch02s03.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch02s03.html
index 63f2d82..65e460d 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch02s03.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ch02s03.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html
index 160e3c7..4c98c05 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chap-Messaging_User_Guide-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chap-Messaging_User_Guide-Security.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chap-Messaging_User_Guide-Security.html
index 3ea2239..48eaa5f 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chap-Messaging_User_Guide-Security.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chap-Messaging_User_Guide-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chapter-Managing-CPP-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chapter-Managing-CPP-Broker.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chapter-Managing-CPP-Broker.html
index daa8941..6cddd62 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chapter-Managing-CPP-Broker.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chapter-Managing-CPP-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chapter-ha.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chapter-ha.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chapter-ha.html
index a20ca30..685e742 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chapter-ha.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/chapter-ha.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ha-queue-replication.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ha-queue-replication.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ha-queue-replication.html
index 64e2ea3..ac86c00 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ha-queue-replication.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/ha-queue-replication.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/index.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/index.html
index 7297dbe..7285657 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/index.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/pr01.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/pr01.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/pr01.html
index fde0699..7daa466 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/pr01.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/pr01.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/producer-flow-control.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/producer-flow-control.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/producer-flow-control.html
index 3494d99..9cd54d3 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/producer-flow-control.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/producer-flow-control.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/cpp-broker/book/queue-state-replication.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/queue-state-replication.html b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/queue-state-replication.html
index 9a87e51..6284e28 100644
--- a/content/releases/qpid-cpp-1.35.0/cpp-broker/book/queue-state-replication.html
+++ b/content/releases/qpid-cpp-1.35.0/cpp-broker/book/queue-state-replication.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/index.html b/content/releases/qpid-cpp-1.35.0/index.html
index c747e8f..b062215 100644
--- a/content/releases/qpid-cpp-1.35.0/index.html
+++ b/content/releases/qpid-cpp-1.35.0/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/OptionParser.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/OptionParser.cpp.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/OptionParser.cpp.html
index 850aae8..9a553fb 100644
--- a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/OptionParser.cpp.html
+++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/OptionParser.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/OptionParser.h.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/OptionParser.h.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/OptionParser.h.html
index e754b5a..1fc85f8 100644
--- a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/OptionParser.h.html
+++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/OptionParser.h.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/client.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/client.cpp.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/client.cpp.html
index c3e0579..43fcb6a 100644
--- a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/client.cpp.html
+++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/client.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/drain.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/drain.cpp.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/drain.cpp.html
index 3b43b3c..5b9c4bf 100644
--- a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/drain.cpp.html
+++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/drain.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/hello_world.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/hello_world.cpp.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/hello_world.cpp.html
index 7651cdd..ba82c91 100644
--- a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/hello_world.cpp.html
+++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/hello_world.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/hello_xml.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/hello_xml.cpp.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/hello_xml.cpp.html
index b0086ba..91f3476 100644
--- a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/hello_xml.cpp.html
+++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/hello_xml.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/index.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/index.html
index 2d18982..de9c71c 100644
--- a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/index.html
+++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/map_receiver.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/map_receiver.cpp.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/map_receiver.cpp.html
index 020b1f6..ba4d344 100644
--- a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/map_receiver.cpp.html
+++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/map_receiver.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/map_sender.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/map_sender.cpp.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/map_sender.cpp.html
index b86e10c..25d7dbd 100644
--- a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/map_sender.cpp.html
+++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/map_sender.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/server.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/server.cpp.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/server.cpp.html
index 768d04b..28fe65d 100644
--- a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/server.cpp.html
+++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/server.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/server_reconnect.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/server_reconnect.cpp.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/server_reconnect.cpp.html
index 106692f..6ce14d1 100644
--- a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/server_reconnect.cpp.html
+++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/server_reconnect.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/spout.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/spout.cpp.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/spout.cpp.html
index 2e07006..1faad1d 100644
--- a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/spout.cpp.html
+++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/examples/spout.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.35.0/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.35.0/release-notes.html b/content/releases/qpid-cpp-1.35.0/release-notes.html
index ebb92cc..059eb33 100644
--- a/content/releases/qpid-cpp-1.35.0/release-notes.html
+++ b/content/releases/qpid-cpp-1.35.0/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/AMQP-Compatibility.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/AMQP-Compatibility.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/AMQP-Compatibility.html
index d4e9247..3f4505f 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/AMQP-Compatibility.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/AMQP-Compatibility.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html
index 3ecef70..71c89e0 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/Using-message-groups.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/Using-message-groups.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/Using-message-groups.html
index fb27c18..67ea119 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/Using-message-groups.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/Using-message-groups.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01.html
index b201db2..65623c9 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s02.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s02.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s02.html
index d2a7f9d..be83f42 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s02.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s02.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s03.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s03.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s03.html
index 4734b85..749310d 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s03.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s03.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s06.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s06.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s06.html
index 31f01d4..a2d82f2 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s06.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch01s06.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch02s02.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch02s02.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch02s02.html
index 60e9653..c966f75 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch02s02.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch02s02.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch02s03.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch02s03.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch02s03.html
index 5f9cb72..ebdf34e 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch02s03.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ch02s03.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html
index b39758b..8104b31 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chap-Messaging_User_Guide-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chap-Messaging_User_Guide-Security.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chap-Messaging_User_Guide-Security.html
index 5137402..27bf6b5 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chap-Messaging_User_Guide-Security.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chap-Messaging_User_Guide-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chapter-Managing-CPP-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chapter-Managing-CPP-Broker.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chapter-Managing-CPP-Broker.html
index dc01d6f..c82cedd 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chapter-Managing-CPP-Broker.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chapter-Managing-CPP-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chapter-ha.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chapter-ha.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chapter-ha.html
index 2b8e169..57bd184 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chapter-ha.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/chapter-ha.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ha-queue-replication.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ha-queue-replication.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ha-queue-replication.html
index b98f8ef..cb2d019 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ha-queue-replication.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/ha-queue-replication.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/index.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/index.html
index 517f41d..f38b411 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/index.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/pr01.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/pr01.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/pr01.html
index 4bd887c..52224d2 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/pr01.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/pr01.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/producer-flow-control.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/producer-flow-control.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/producer-flow-control.html
index dcf89ea..8e05db8 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/producer-flow-control.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/producer-flow-control.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/cpp-broker/book/queue-state-replication.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/queue-state-replication.html b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/queue-state-replication.html
index 53cbd0b..6a6b702 100644
--- a/content/releases/qpid-cpp-1.36.0/cpp-broker/book/queue-state-replication.html
+++ b/content/releases/qpid-cpp-1.36.0/cpp-broker/book/queue-state-replication.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/index.html b/content/releases/qpid-cpp-1.36.0/index.html
index 329ccd4..eb973a5 100644
--- a/content/releases/qpid-cpp-1.36.0/index.html
+++ b/content/releases/qpid-cpp-1.36.0/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/Message-Groups-Guide.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/Message-Groups-Guide.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/Message-Groups-Guide.html
index dbb3f50..def66df 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/Message-Groups-Guide.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/Message-Groups-Guide.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/acknowledgements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/acknowledgements.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/acknowledgements.html
index 570552f..765fc28 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/acknowledgements.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/acknowledgements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s02.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s02.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s02.html
index 86d34df..d33961c 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s02.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s02.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s03.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s03.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s03.html
index f05577a..9df7bc8 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s03.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s03.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s08.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s08.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s08.html
index 2ffcf10..826cf24 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s08.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s08.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s09.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s09.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s09.html
index 5999360..3638874 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s09.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s09.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s12.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s12.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s12.html
index 4f2f3b2..6a72458 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s12.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s12.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s13.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s13.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s13.html
index 4d7c55e..6f567f7 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s13.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s13.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s14.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s14.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s14.html
index 1db2f3f..28d0d0c 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s14.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s14.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s15.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s15.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s15.html
index 8b469a8..df82780 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s15.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch01s15.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02.html
index 7aefef3..81ca7b6 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02s02.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02s02.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02s02.html
index 4aa6c6d..580098e 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02s02.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02s02.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02s03.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02s03.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02s03.html
index 37939e5..a29dadd 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02s03.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/ch02s03.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/connections.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/connections.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/connections.html
index 4b19141..4833aa8 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/connections.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/connections.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/index.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/index.html
index 849d701..a902c9c 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/index.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/prefetch.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/prefetch.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/prefetch.html
index 19c92e3..25e9c2b 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/prefetch.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/prefetch.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/replay.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/replay.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/replay.html
index c7951f3..9493259 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/replay.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/replay.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-Maps.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-Maps.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-Maps.html
index f15e6a4..08574b2 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-Maps.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-Maps.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-addresses.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-addresses.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-addresses.html
index 3a18dac..8aa4fb0 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-addresses.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-addresses.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-amqp0-10-mapping.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-amqp0-10-mapping.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-amqp0-10-mapping.html
index 7cf8e6c..53f7bea 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-amqp0-10-mapping.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/section-amqp0-10-mapping.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/book/using-the-qpid-messaging-api.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/book/using-the-qpid-messaging-api.html b/content/releases/qpid-cpp-1.36.0/messaging-api/book/using-the-qpid-messaging-api.html
index 43534f5..3160ee0 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/book/using-the-qpid-messaging-api.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/book/using-the-qpid-messaging-api.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/OptionParser.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/OptionParser.cpp.html b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/OptionParser.cpp.html
index aa9aef5..16b1660 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/OptionParser.cpp.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/OptionParser.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/OptionParser.h.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/OptionParser.h.html b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/OptionParser.h.html
index 23c64b6..d9b66dc 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/OptionParser.h.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/OptionParser.h.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/client.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/client.cpp.html b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/client.cpp.html
index 747908f..66b4292 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/client.cpp.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/client.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[12/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index 593c4f7..a5e8694 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index dc974de..2e3d579 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Broker.html
index 264051f..1ba31cf 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index 7422758..3e9e2ca 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index 25e91b1..27963f1 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Entities.html
index 9ef0684..4320e50 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index 23ffedb..8c3b536 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index 64ca1bd..65ba027 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index 97526fd..792627d 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index 8c5bb1e..d1b2527 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Ports.html
index a2bc09f..66d1088 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Queues.html
index d6127c7..e0136c2 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index 87ea0db..00999df 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index 74de287..a9fda51 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index 896a272..1c93ff4 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index 0ef342d..456775a 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index 57eaa28..2d9078a 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index f99e4c8..3b54ed1 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous.html
index 28b8fa3..d8711e8 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index c4d4c24..1c1c93d 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index acdc7ed..c83d274 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index c3f0443..e66ce05 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index 09813f2..718c552 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index 5916dee..e56f5ec 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index fb65be3..00912a1 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Memory.html
index 5dd78de..0b85af9 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index 8655559..b72b1e3 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index 5ad9093..c9e9e35 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime.html
index 80a77bc..9b5cc72 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-ACLs.html
index 6c78a36..92bf2be 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index d3a314c..f945ff9 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-Group-Providers.html
index 57881a7..a9a1718 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security.html
index f27d74e..d4b0e98 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/index.html b/content/releases/qpid-java-6.0.7/java-broker/book/index.html
index 7cdcd2f..82226ba 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Book.html b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Book.html
index 1eaf9ee..8bc30b7 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Book.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
index 5c82580..7fe3eeb 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
index b471d5b..8a03a5d 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
index b8ef0c8..641d54c 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
index a39f69d..781be95 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring.html b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
index 3854e70..f286ba3 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Configuring.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Example.html b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Example.html
index 6e8fc22..a96ca1a 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Example.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
index 7d3b06a..5475850 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
index a2262c5..4a68c10 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-10/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/index.html b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/index.html
index 5ec4225..f8b2d3e 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-10/book/index.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-10/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index ee8ee27..c0cd9d1 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index 225c8d9..f0a6a4b 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index b34c1f7..4377451 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index 9df8014..dd47740 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index 3f9b4ef..80108e0 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index c59464e..ecfed9d 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index cce0117..3e3498e 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index e9aa47e..19942fd 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index 5e65c46..d5019c6 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index 59d2b9b..43a9404 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index c613c33..d422b57 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index ed36f28..aa098d1 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index 06ccf94..db7169d 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index 0e89a68..6700840 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index 0fd36e6..49dd379 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index dac0d48..6afc4c8 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index dac561a..5ca84a9 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index 6cbb188..6dd0e95 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index e825822..7f97c72 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index e03b51c..4940e6a 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index 42fa714..daf1bcb 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index cce6297..255bd24 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index df3b974..dbdb58e 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index bd4029a..9449603 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index cd95472..dc555ec 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index 6fde38c..75f4762 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index 615e17b..bf8de9f 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index 46d1458..5147036 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-Book.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-Book.html
index 7029a32..16f94f3 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-Book.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/JMS-Client-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/index.html
index 84a1485..d35cc2e 100644
--- a/content/releases/qpid-java-6.0.7/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.0.7/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.0.7/qpid-jms/examples/Drain.java.html
index a512495..f002002 100644
--- a/content/releases/qpid-java-6.0.7/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.0.7/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.0.7/qpid-jms/examples/Hello.java.html
index 0846c33..d85e4ae 100644
--- a/content/releases/qpid-java-6.0.7/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.0.7/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[33/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-Hierarchical.svg
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-Hierarchical.svg b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-Hierarchical.svg
new file mode 100755
index 0000000..28ac5a0
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-Hierarchical.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<!--
+ 
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+ 
+   http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ 
+-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="52 209 464 364" width="464pt" height="364pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2013-10-01 22:37Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.4 --></metadata><defs><filter id="Shadow" filterUnits="userSpaceOnUse"><feGaussianBlur in="SourceAlpha" result="blur" stdDeviation="3.488"/><feOffset in="blur" result="offset" dx="0" dy="4"/><feFlood flood-color="black" flood-opacity=".75" result="flood"/><feComposite in="flood" in2="offset" operator="in"/></filter><font-face font-family="Helvetica" font-size="12" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="0" x-height="532.22656" cap-height="719.72656" ascent="770.01953" descent="-229.98047" font-weight="bold"><font-face-src><font-face-name name="Helvetica-Bold"/></font-face-src></font-face><font-face font-family="Helvetica" font-size="9" units-per-em="1000
 " underline-position="-75.683594" underline-thickness="49.316406" slope="0" x-height="522.94922" cap-height="717.28516" ascent="770.01953" descent="-229.98047" font-weight="500"><font-face-src><font-face-name name="Helvetica"/></font-face-src></font-face><font-face font-family="Helvetica" font-size="9" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="-1333.3334" x-height="539.55078" cap-height="719.72656" ascent="770.01953" descent="-229.98047" font-style="italic" font-weight="bold"><font-face-src><font-face-name name="Helvetica-BoldOblique"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -3 6 6" markerWidth="6" markerHeight="6" color="black"><g><path d="M 3.2 0 L 0 -1.2 L 0 1.2 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canv
 as 3</title><g><title>Layer 1</title><g><use xl:href="#id2069_Graphic" filter="url(#Shadow)"/><use xl:href="#id2082_Graphic" filter="url(#Shadow)"/><use xl:href="#id2083_Graphic" filter="url(#Shadow)"/><use xl:href="#id2120_Graphic" filter="url(#Shadow)"/><use xl:href="#id2158_Graphic" filter="url(#Shadow)"/><use xl:href="#id2196_Graphic" filter="url(#Shadow)"/><use xl:href="#id2235_Graphic" filter="url(#Shadow)"/><use xl:href="#id2236_Graphic" filter="url(#Shadow)"/><use xl:href="#id2237_Graphic" filter="url(#Shadow)"/></g><g id="id2069_Graphic"><path d="M 81.699857 247.80647 L 163.69994 247.80647 C 168.6705 247.80647 172.69994 251.83591 172.69994 256.80647 L 172.69994 276.80647 C 172.69994 281.77704 168.6705 285.80647 163.69994 285.80647 L 81.699857 285.80647 C 76.729294 285.80647 72.699857 281.77704 72.699857 276.80647 L 72.699857 256.80647 C 72.699857 251.83591 76.729294 247.80647 81.699857 247.80647 Z" fill="#acffa2"/><path d="M 81.699857 247.80647 L 163.69994 247.80647 C 168.6
 705 247.80647 172.69994 251.83591 172.69994 256.80647 L 172.69994 276.80647 C 172.69994 281.77704 168.6705 285.80647 163.69994 285.80647 L 81.699857 285.80647 C 76.729294 285.80647 72.699857 281.77704 72.699857 276.80647 L 72.699857 256.80647 C 72.699857 251.83591 76.729294 247.80647 81.699857 247.80647 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(77.699857 252.80647)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="56.015625">Producer </tspan><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="55.576172" y="11" textLength="8.6660156">A</tspan></text></g><g id="id2082_Graphic"><path d="M 170.34993 308.80649 L 389.34993 308.80649 C 394.3205 308.80649 398.34993 312.83592 398.34993 317.80649 L 398.34993 539.7315 C 398.34993 544.70205 394.3205 548.7315 389.34993 548.7315 L 170.34993 548.7315 C 165.37937 548.7315 161.34993 544.70205 161.34993 539.7315 L 
 161.34993 317.80649 C 161.34993 312.83592 165.37937 308.80649 170.34993 308.80649 Z" fill="#78caff"/><path d="M 170.34993 308.80649 L 389.34993 308.80649 C 394.3205 308.80649 398.34993 312.83592 398.34993 317.80649 L 398.34993 539.7315 C 398.34993 544.70205 394.3205 548.7315 389.34993 548.7315 L 170.34993 548.7315 C 165.37937 548.7315 161.34993 544.70205 161.34993 539.7315 L 161.34993 317.80649 C 161.34993 312.83592 165.37937 308.80649 170.34993 308.80649 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(166.34993 313.80649)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="69.345703">Qpid Broker</tspan></text></g><g id="id2083_Graphic"><path d="M 178.70493 355.91948 L 285.70493 355.91948 C 290.67549 355.91948 294.70493 359.94892 294.70493 364.91948 L 294.70493 432.91948 C 294.70493 437.89005 290.67549 441.91948 285.70493 441.91948 L 178.70493 441.91948 C 173.73437 441.9
 1948 169.70493 437.89005 169.70493 432.91948 L 169.70493 364.91948 C 169.70493 359.94892 173.73437 355.91948 178.70493 355.91948 Z" fill="#a788ff"/><path d="M 178.70493 355.91948 L 285.70493 355.91948 C 290.67549 355.91948 294.70493 359.94892 294.70493 364.91948 L 294.70493 432.91948 C 294.70493 437.89005 290.67549 441.91948 285.70493 441.91948 L 178.70493 441.91948 C 173.73437 441.91948 169.70493 437.89005 169.70493 432.91948 L 169.70493 364.91948 C 169.70493 359.94892 173.73437 355.91948 178.70493 355.91948 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(174.70493 360.91948)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="56.671875">amq.topic</tspan></text></g><rect x="176.20493" y="419.31606" width="64" height="13.6119995" fill="white"/><rect x="176.20493" y="419.31606" width="64" height="13.6119995" stroke="black" stroke-linecap="round" stroke-linejoin="round" st
 roke-width="1"/><text transform="translate(181.20493 420.62206)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="19.24585" y="9" textLength="15.508301">*.uk</tspan></text><rect x="240.20493" y="419.31606" width="48.000015" height="13.6119995" fill="white"/><rect x="240.20493" y="419.31606" width="48.000015" height="13.6119995" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(245.20493 420.62206)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="9.241951" y="9" textLength="19.516113">sub3</tspan></text><rect x="240.20493" y="405.70406" width="48.000015" height="13.6119995" fill="white"/><rect x="240.20493" y="405.70406" width="48.000015" height="13.6119995" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(245.20493 407.01006)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="9.241
 951" y="9" textLength="19.516113">sub2</tspan></text><rect x="176.20493" y="405.70406" width="64" height="13.6119995" fill="white"/><rect x="176.20493" y="405.70406" width="64" height="13.6119995" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(181.20493 407.01006)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="10.4919434" y="9" textLength="33.016113">news.uk</tspan></text><rect x="240.20493" y="392.09218" width="48.000015" height="13.6118774" fill="white"/><rect x="240.20493" y="392.09218" width="48.000015" height="13.6118774" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(245.20493 393.39812)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="9.241951" y="9" textLength="19.516113">sub1</tspan></text><rect x="176.20493" y="392.09218" width="64" height="13.6118774" fill="white"/><rect x="176.20493" y="392
 .09218" width="64" height="13.6118774" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(181.20493 393.39812)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="12.741943" y="9" textLength="28.516113">news.#</tspan></text><rect x="240.20493" y="381.31612" width="48.000015" height="10.776062" fill="white"/><rect x="240.20493" y="381.31612" width="48.000015" height="10.776062" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(245.20493 381.20415)" fill="black"><tspan font-family="Helvetica" font-size="9" font-style="italic" font-weight="bold" x="5.7482986" y="9" textLength="26.503418">queue</tspan></text><rect x="176.20493" y="381.31612" width="64" height="10.776062" fill="white"/><rect x="176.20493" y="381.31612" width="64" height="10.776062" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="trans
 late(181.20493 381.20415)" fill="black"><tspan font-family="Helvetica" font-size="9" font-style="italic" font-weight="bold" x=".74487305" y="9" textLength="52.510254">binding_key</tspan></text><path d="M 153.46981 286.07181 C 161.04743 290.81623 166.92217 293.43473 176.20493 300.30649 C 185.48769 307.17824 202.16984 318.1179 209.17193 327.30649 C 211.60625 330.50095 213.07719 333.74156 214.08712 337.0042" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id2120_Graphic"><path d="M 323.26993 354.34449 L 382.26993 354.34449 C 387.2405 354.34449 391.26993 358.37392 391.26993 363.34449 L 391.26993 398.34449 C 391.26993 403.31505 387.2405 407.34449 382.26993 407.34449 L 323.26993 407.34449 C 318.29937 407.34449 314.26993 403.31505 314.26993 398.34449 L 314.26993 363.34449 C 314.26993 358.37392 318.29937 354.34449 323.26993 354.34449 Z" fill="#93d9ff"/><path d="M 323.26993 354.34449 L 382.26993 354.34449 C 387.2405
  354.34449 391.26993 358.37392 391.26993 363.34449 L 391.26993 398.34449 C 391.26993 403.31505 387.2405 407.34449 382.26993 407.34449 L 323.26993 407.34449 C 318.29937 407.34449 314.26993 403.31505 314.26993 398.34449 L 314.26993 363.34449 C 314.26993 358.37392 318.29937 354.34449 323.26993 354.34449 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(319.26993 359.34449)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="19.496094" y="11" textLength="28.007812">sub1</tspan></text></g><path d="M 283.20617 355.59578 C 289.20516 350.49986 296.27813 343.43139 301.20493 340.30649 C 306.13173 337.18158 308.24742 334.5667 312.76993 336.84449 C 313.84402 337.38546 314.99355 338.31366 316.19163 339.49113" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id2158_Graphic"><path d="M 323.26993 417.26849 L 382.26993 417.26849 C 387.2
 405 417.26849 391.26993 421.29792 391.26993 426.26849 L 391.26993 461.26849 C 391.26993 466.23905 387.2405 470.2685 382.26993 470.2685 L 323.26993 470.2685 C 318.29937 470.2685 314.26993 466.23905 314.26993 461.26849 L 314.26993 426.26849 C 314.26993 421.29792 318.29937 417.26849 323.26993 417.26849 Z" fill="#93d9ff"/><path d="M 323.26993 417.26849 L 382.26993 417.26849 C 387.2405 417.26849 391.26993 421.29792 391.26993 426.26849 L 391.26993 461.26849 C 391.26993 466.23905 387.2405 470.2685 382.26993 470.2685 L 323.26993 470.2685 C 318.29937 470.2685 314.26993 466.23905 314.26993 461.26849 L 314.26993 426.26849 C 314.26993 421.29792 318.29937 417.26849 323.26993 417.26849 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(319.26993 422.26849)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="19.496094" y="11" textLength="28.007812">sub2</tspan></text></g><path d="M 295.20184 391.88853 C 299.91
 74 391.36223 302.1593 387.06715 309.34993 390.30949 C 313.65869 392.25235 321.3357 397.83387 327.92422 402.946" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id2196_Graphic"><path d="M 323.26993 480.1935 L 382.26993 480.1935 C 387.2405 480.1935 391.26993 484.22292 391.26993 489.1935 L 391.26993 524.1935 C 391.26993 529.16405 387.2405 533.1935 382.26993 533.1935 L 323.26993 533.1935 C 318.29937 533.1935 314.26993 529.16405 314.26993 524.1935 L 314.26993 489.1935 C 314.26993 484.22292 318.29937 480.1935 323.26993 480.1935 Z" fill="#93d9ff"/><path d="M 323.26993 480.1935 L 382.26993 480.1935 C 387.2405 480.1935 391.26993 484.22292 391.26993 489.1935 L 391.26993 524.1935 C 391.26993 529.16405 387.2405 533.1935 382.26993 533.1935 L 323.26993 533.1935 C 318.29937 533.1935 314.26993 529.16405 314.26993 524.1935 L 314.26993 489.1935 C 314.26993 484.22292 318.29937 480.1935 323.26993 480.1935 Z" stroke="black" str
 oke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(319.26993 485.1935)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="19.496094" y="11" textLength="28.007812">sub3</tspan></text></g><path d="M 272.52525 442.28566 C 276.13311 446.16607 278.5463 451.01454 283.34993 453.92806 C 288.15356 456.84157 294.6819 455.44752 301.34993 459.76849 C 303.9937 461.48168 306.84803 463.9417 309.78764 466.7043" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id2235_Graphic"><path d="M 190.46685 247.91247 L 272.46693 247.91247 C 277.4375 247.91247 281.46693 251.94191 281.46693 256.91247 L 281.46693 276.91247 C 281.46693 281.88304 277.4375 285.91247 272.46693 285.91247 L 190.46685 285.91247 C 185.49629 285.91247 181.46685 281.88304 181.46685 276.91247 L 181.46685 256.91247 C 181.46685 251.94191 185.49629 247.91247 190.46685 247.91247 Z" fill="#acffa2"/><pat
 h d="M 190.46685 247.91247 L 272.46693 247.91247 C 277.4375 247.91247 281.46693 251.94191 281.46693 256.91247 L 281.46693 276.91247 C 281.46693 281.88304 277.4375 285.91247 272.46693 285.91247 L 190.46685 285.91247 C 185.49629 285.91247 181.46685 281.88304 181.46685 276.91247 L 181.46685 256.91247 C 181.46685 251.94191 185.49629 247.91247 190.46685 247.91247 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(186.46685 252.91247)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="64.68164">Producer B</tspan></text></g><g id="id2236_Graphic"><path d="M 296.99493 247.80649 L 378.99501 247.80649 C 383.96558 247.80649 387.99501 251.83592 387.99501 256.80649 L 387.99501 276.80649 C 387.99501 281.77705 383.96558 285.80649 378.99501 285.80649 L 296.99493 285.80649 C 292.02437 285.80649 287.99493 281.77705 287.99493 276.80649 L 287.99493 256.80649 C 287.99493 251.83592 292.02437 24
 7.80649 296.99493 247.80649 Z" fill="#acffa2"/><path d="M 296.99493 247.80649 L 378.99501 247.80649 C 383.96558 247.80649 387.99501 251.83592 387.99501 256.80649 L 387.99501 276.80649 C 387.99501 281.77705 383.96558 285.80649 378.99501 285.80649 L 296.99493 285.80649 C 292.02437 285.80649 287.99493 281.77705 287.99493 276.80649 L 287.99493 256.80649 C 287.99493 251.83592 292.02437 247.80649 296.99493 247.80649 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(292.99493 252.80649)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="64.68164">Producer C</tspan></text></g><rect x="107.088896" y="232.4977" width="31.222" height="16.5076" fill="#ee0026"/><rect x="107.088896" y="232.4977" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="108.507896" y1="233.8737" x2="115.603896" y2="233.8737" stroke="black
 " stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="108.507896" y1="235.2497" x2="115.603896" y2="235.2497" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="108.507896" y1="236.6247" x2="115.603896" y2="236.6247" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="117.022896" y1="240.7517" x2="128.3769" y2="240.7517" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="117.022896" y1="242.1277" x2="128.3769" y2="242.1277" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="117.022896" y1="243.5027" x2="128.3769" y2="243.5027" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="134.0529" y="233.8737" width="2.83837" height="2.75126" fill="none"/><rect x="134.0529" y="233.8737" width="2.83837" height="2.75126" stroke="black" stroke-linecap="ro
 und" stroke-linejoin="round" stroke-width=".24"/><g id="id2237_Graphic"><path d="M 404.967 247.91247 L 486.96707 247.91247 C 491.93764 247.91247 495.96707 251.94191 495.96707 256.91247 L 495.96707 276.91247 C 495.96707 281.88304 491.93764 285.91247 486.96707 285.91247 L 404.967 285.91247 C 399.99643 285.91247 395.967 281.88304 395.967 276.91247 L 395.967 256.91247 C 395.967 251.94191 399.99643 247.91247 404.967 247.91247 Z" fill="#acffa2"/><path d="M 404.967 247.91247 L 486.96707 247.91247 C 491.93764 247.91247 495.96707 251.94191 495.96707 256.91247 L 495.96707 276.91247 C 495.96707 281.88304 491.93764 285.91247 486.96707 285.91247 L 404.967 285.91247 C 399.99643 285.91247 395.967 281.88304 395.967 276.91247 L 395.967 256.91247 C 395.967 251.94191 399.99643 247.91247 404.967 247.91247 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(400.967 252.91247)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight
 ="bold" x="0" y="11" textLength="64.68164">Producer D</tspan></text></g><text transform="translate(81.111363 218.61297)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x=".099365234" y="9" textLength="84.80127">routing_key=news.uk</tspan></text><text transform="translate(189.37836 218.61297)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x=".34667969" y="9" textLength="85.30664">routing_key=news.de</tspan></text><text transform="translate(292.90649 218.61297)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x=".3413086" y="9" textLength="83.80371">routing_key=weather</tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="83.65283" y="9" textLength="12.0058594">.uk</tspan></text><text transform="translate(398.87849 218.61297)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x=".088623047" y="9" textLength="83.80371">routing_key=weather</tspan><tspan fon
 t-family="Helvetica" font-size="9" font-weight="500" x="83.400146" y="9" textLength="12.5112305">.de</tspan></text><rect x="215.85588" y="232.4977" width="31.222" height="16.5076" fill="#17ee07"/><rect x="215.85588" y="232.4977" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="217.27588" y1="233.8737" x2="224.37188" y2="233.8737" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="217.27588" y1="235.2497" x2="224.37188" y2="235.2497" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="217.27588" y1="236.6247" x2="224.37188" y2="236.6247" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="225.79088" y1="240.7517" x2="237.14388" y2="240.7517" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="225.79088" y1="242.1277" x2="237.14388" y2
 ="242.1277" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="225.79088" y1="243.5027" x2="237.14388" y2="243.5027" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="242.82088" y="233.8737" width="2.83837" height="2.75126" fill="none"/><rect x="242.82088" y="233.8737" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="322.38399" y="234.99617" width="31.222" height="16.5076" fill="#151fee"/><rect x="322.38399" y="234.99617" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="323.80299" y1="236.37217" x2="330.89899" y2="236.37217" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="323.80299" y1="237.74817" x2="330.89899" y2="237.74817" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".720
 00003"/><line x1="323.80299" y1="239.12317" x2="330.89899" y2="239.12317" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="332.31799" y1="243.25017" x2="343.67199" y2="243.25017" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="332.31799" y1="244.62617" x2="343.67199" y2="244.62617" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="332.31799" y1="246.00117" x2="343.67199" y2="246.00117" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="349.34799" y="236.37217" width="2.83837" height="2.75126" fill="none"/><rect x="349.34799" y="236.37217" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="430.35602" y="233.30401" width="31.222" height="16.5076" fill="#ff9"/><rect x="430.35602" y="233.30401" width="31.222" height="16.5076" stroke="black" st
 roke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="431.77502" y1="234.68001" x2="438.87102" y2="234.68001" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="431.77502" y1="236.056" x2="438.87102" y2="236.056" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="431.77502" y1="237.431" x2="438.87102" y2="237.431" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="440.29002" y1="241.558" x2="451.64302" y2="241.558" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="440.29002" y1="242.934" x2="451.64302" y2="242.934" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="440.29002" y1="244.309" x2="451.64302" y2="244.309" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="457.32002" y="234.68001" width="2.838
 37" height="2.75126" fill="none"/><rect x="457.32002" y="234.68001" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><path d="M 238.00501 286.38647 C 239.78647 291.69261 242.7925 295.82047 243.34993 302.30649 C 243.90736 308.7925 242.30674 316.45457 241.34993 325.30649 C 240.97244 328.79884 240.50454 332.66089 239.99976 336.67375" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><path d="M 321.99586 286.19211 C 317.01305 292.22963 315.81937 297.62143 307.04593 304.30649 C 298.27248 310.99155 278.11851 317.77936 269.34993 326.30649 C 265.69521 329.86056 263.35894 333.83017 261.51688 337.95542" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><path d="M 402.4166 285.86763 C 389.06238 291.68 380.30008 296.0674 362.34993 303.30649 C 344.39978 310.54557 309.90419 320.60053 294.70493 329.
 30649 C 288.48867 332.86708 284.7298 336.44155 281.92084 340.0213" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><rect x="349.73893" y="379.80949" width="31.222" height="16.5076" fill="#17ee07"/><rect x="349.73893" y="379.80949" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="351.15893" y1="381.18549" x2="358.25493" y2="381.18549" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="351.15893" y1="382.56149" x2="358.25493" y2="382.56149" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="351.15893" y1="383.93649" x2="358.25493" y2="383.93649" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="359.67393" y1="388.06349" x2="371.02693" y2="388.06349" stroke="black" stroke-linecap="round" stroke-linejoin=
 "round" stroke-width=".24"/><line x1="359.67393" y1="389.43949" x2="371.02693" y2="389.43949" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="359.67393" y1="390.81449" x2="371.02693" y2="390.81449" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="376.70393" y="381.18549" width="2.83837" height="2.75126" fill="none"/><rect x="376.70393" y="381.18549" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="355.41593" y="386.30949" width="31.222" height="16.5076" fill="#ee0026"/><rect x="355.41593" y="386.30949" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="356.83493" y1="387.68549" x2="363.93093" y2="387.68549" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="356.83493" y1="389.06149" x2="363.93093" y2="389.0
 6149" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="356.83493" y1="390.43649" x2="363.93093" y2="390.43649" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="365.34993" y1="394.56349" x2="376.70393" y2="394.56349" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="365.34993" y1="395.93949" x2="376.70393" y2="395.93949" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="365.34993" y1="397.31449" x2="376.70393" y2="397.31449" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="382.37993" y="387.68549" width="2.83837" height="2.75126" fill="none"/><rect x="382.37993" y="387.68549" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="355.41593" y="441.28849" width="31.222" height="16.5076" fill="#ee0
 026"/><rect x="355.41593" y="441.28849" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="356.83493" y1="442.66449" x2="363.93093" y2="442.66449" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="356.83493" y1="444.04049" x2="363.93093" y2="444.04049" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="356.83493" y1="445.41549" x2="363.93093" y2="445.41549" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="365.34993" y1="449.54249" x2="376.70393" y2="449.54249" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="365.34993" y1="450.91849" x2="376.70393" y2="450.91849" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="365.34993" y1="452.29349" x2="376.70393" y2="452.29349" stroke="black" stro
 ke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="382.37993" y="442.66449" width="2.83837" height="2.75126" fill="none"/><rect x="382.37993" y="442.66449" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="349.73893" y="498.4395" width="31.222" height="16.5076" fill="#ee0026"/><rect x="349.73893" y="498.4395" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="351.15793" y1="499.8155" x2="358.25393" y2="499.8155" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="351.15793" y1="501.1915" x2="358.25393" y2="501.1915" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="351.15793" y1="502.5665" x2="358.25393" y2="502.5665" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="359.67293" 
 y1="506.6935" x2="371.02693" y2="506.6935" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="359.67293" y1="508.0695" x2="371.02693" y2="508.0695" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="359.67293" y1="509.4445" x2="371.02693" y2="509.4445" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="376.70293" y="499.8155" width="2.83837" height="2.75126" fill="none"/><rect x="376.70293" y="499.8155" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="355.41593" y="505.8065" width="31.222" height="16.5076" fill="#151fee"/><rect x="355.41593" y="505.8065" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="356.83493" y1="507.1825" x2="363.93093" y2="507.1825" stroke="black" stroke-linecap="round" stroke-linejoin="round"
  stroke-width=".72000003"/><line x1="356.83493" y1="508.5585" x2="363.93093" y2="508.5585" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="356.83493" y1="509.9335" x2="363.93093" y2="509.9335" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="365.34993" y1="514.0605" x2="376.70393" y2="514.0605" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="365.34993" y1="515.4365" x2="376.70393" y2="515.4365" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="365.34993" y1="516.8115" x2="376.70393" y2="516.8115" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="382.37993" y="507.1825" width="2.83837" height="2.75126" fill="none"/><rect x="382.37993" y="507.1825" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><
 /g></g></svg>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-JMSSelector.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-JMSSelector.png b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-JMSSelector.png
new file mode 100755
index 0000000..7272949
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-JMSSelector.png differ

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-JMSSelector.svg
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-JMSSelector.svg b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-JMSSelector.svg
new file mode 100755
index 0000000..568761a
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic-JMSSelector.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<!--
+ 
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+ 
+   http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ 
+-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="100 43 404 422" width="404pt" height="422pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2013-10-01 22:37Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.4 --></metadata><defs><filter id="Shadow" filterUnits="userSpaceOnUse"><feGaussianBlur in="SourceAlpha" result="blur" stdDeviation="3.488"/><feOffset in="blur" result="offset" dx="0" dy="4"/><feFlood flood-color="black" flood-opacity=".75" result="flood"/><feComposite in="flood" in2="offset" operator="in"/></filter><font-face font-family="Helvetica" font-size="12" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="0" x-height="532.22656" cap-height="719.72656" ascent="770.01953" descent="-229.98047" font-weight="bold"><font-face-src><font-face-name name="Helvetica-Bold"/></font-face-src></font-face><font-face font-family="Helvetica" font-size="9" units-per-em="1000
 " underline-position="-75.683594" underline-thickness="49.316406" slope="0" x-height="522.94922" cap-height="717.28516" ascent="770.01953" descent="-229.98047" font-weight="500"><font-face-src><font-face-name name="Helvetica"/></font-face-src></font-face><font-face font-family="Helvetica" font-size="9" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="-1333.3334" x-height="539.55078" cap-height="719.72656" ascent="770.01953" descent="-229.98047" font-style="italic" font-weight="bold"><font-face-src><font-face-name name="Helvetica-BoldOblique"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -3 6 6" markerWidth="6" markerHeight="6" color="black"><g><path d="M 3.2 0 L 0 -1.2 L 0 1.2 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canv
 as 4</title><g><title>Layer 1</title><g><use xl:href="#id2069_Graphic" filter="url(#Shadow)"/><use xl:href="#id2082_Graphic" filter="url(#Shadow)"/><use xl:href="#id2083_Graphic" filter="url(#Shadow)"/><use xl:href="#id2120_Graphic" filter="url(#Shadow)"/><use xl:href="#id2158_Graphic" filter="url(#Shadow)"/><use xl:href="#id2196_Graphic" filter="url(#Shadow)"/><use xl:href="#id2711_Graphic" filter="url(#Shadow)"/></g><g id="id2069_Graphic"><path d="M 139 132 L 451.288 132 C 456.25856 132 460.288 136.02944 460.288 141 L 460.288 161 C 460.288 165.97056 456.25856 170 451.288 170 L 139 170 C 134.02944 170 130 165.97056 130 161 L 130 141 C 130 136.02944 134.02944 132 139 132 Z" fill="#acffa2"/><path d="M 139 132 L 451.288 132 C 456.25856 132 460.288 136.02944 460.288 141 L 460.288 161 C 460.288 165.97056 456.25856 170 451.288 170 L 139 170 C 134.02944 170 130 165.97056 130 161 L 130 141 C 130 136.02944 134.02944 132 139 132 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round
 " stroke-width="1"/><text transform="translate(135 137)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="52.68164">Producer</tspan></text></g><g id="id2082_Graphic"><path d="M 143.000015 185.848 L 451.288 185.848 C 456.25857 185.848 460.288 189.87744 460.288 194.848 L 460.288 431.424 C 460.288 436.39456 456.25857 440.424 451.288 440.424 L 143.000015 440.424 C 138.02945 440.424 134.000015 436.39456 134.000015 431.424 L 134.000015 194.848 C 134.000015 189.87744 138.02945 185.848 143.000015 185.848 Z" fill="#78caff"/><path d="M 143.000015 185.848 L 451.288 185.848 C 456.25857 185.848 460.288 189.87744 460.288 194.848 L 460.288 431.424 C 460.288 436.39456 456.25857 440.424 451.288 440.424 L 143.000015 440.424 C 138.02945 440.424 134.000015 436.39456 134.000015 431.424 L 134.000015 194.848 C 134.000015 189.87744 138.02945 185.848 143.000015 185.848 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><te
 xt transform="translate(139.000015 190.848)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="0" y="11" textLength="69.345703">Qpid Broker</tspan></text></g><g id="id2083_Graphic"><path d="M 152.39604 234.424 L 312 234.424 C 316.97056 234.424 321 238.45344 321 243.424 L 321 409 C 321 413.97057 316.97056 418 312 418 L 152.39604 418 C 147.42548 418 143.39604 413.97057 143.39604 409 L 143.39604 243.424 C 143.39604 238.45344 147.42548 234.424 152.39604 234.424 Z" fill="#a788ff"/><path d="M 152.39604 234.424 L 312 234.424 C 316.97056 234.424 321 238.45344 321 243.424 L 321 409 C 321 413.97057 316.97056 418 312 418 L 152.39604 418 C 147.42548 418 143.39604 413.97057 143.39604 409 L 143.39604 243.424 C 143.39604 238.45344 147.42548 234.424 152.39604 234.424 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(148.39604 239.424)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bo
 ld" x="0" y="11" textLength="56.671875">amq.topic</tspan></text></g><rect x="149.727025" y="391.12524" width="49.897038" height="21.874771" fill="white"/><rect x="149.727025" y="391.12524" width="49.897038" height="21.874771" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(154.72703 396.56262)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="3.1855793" y="9" textLength="33.525879">shipping</tspan></text><rect x="239.35857" y="391.12524" width="72.732437" height="21.874771" fill="white"/><rect x="239.35857" y="391.12524" width="72.732437" height="21.874771" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(244.35857 396.56262)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="6.3437576" y="9" textLength="50.044922">speed &gt;= 10</tspan></text><rect x="199.62406" y="391.12523" width="39.734509" height="21.8747
 71" fill="white"/><rect x="199.62406" y="391.12523" width="39.734509" height="21.874771" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(204.62406 391.06261)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="1.1145687" y="9" textLength="27.505371">storm_</tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="6.113348" y="20" textLength="17.507812">alert</tspan></text><rect x="239.35857" y="353.12523" width="72.732437" height="37.999992" fill="white"/><rect x="239.35857" y="353.12523" width="72.732437" height="37.999992" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(244.35857 361.12523)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="2.7160721" y="9" textLength="59.80078">speed &gt; 7 and </tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="8.9716873" y="20" textLeng
 th="44.789062">speed &lt; 10</tspan></text><rect x="239.35857" y="280" width="72.732437" height="35.125237" fill="white"/><rect x="239.35857" y="280" width="72.732437" height="35.125237" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(244.35857 281.06262)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="17.606941" y="9" textLength="30.019043">area in </tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="13.146492" y="20" textLength="38.939941">('Forties', </tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="9.648445" y="31" textLength="43.435547">'Cromarty')</tspan></text><rect x="239.35857" y="315.12524" width="72.732437" height="38" fill="white"/><rect x="239.35857" y="315.12524" width="72.732437" height="38" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(244.35857 317.62524)" fill="black"><ts
 pan font-family="Helvetica" font-size="9" font-weight="500" x="17.606941" y="9" textLength="30.019043">area in </tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="12.144539" y="20" textLength="40.943848">('Rockall', </tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="17.396004" y="31" textLength="27.94043">'Malin')</tspan></text><rect x="239.35857" y="256.772" width="72.732437" height="23.227997" fill="white"/><rect x="239.35857" y="256.772" width="72.732437" height="23.227997" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(244.35857 262.886)" fill="black"><tspan font-family="Helvetica" font-size="9" font-style="italic" font-weight="bold" x="8.3608475" y="9" textLength="46.010742">arguments</tspan></text><rect x="149.727025" y="353.12523" width="49.897038" height="37.999992" fill="white"/><rect x="149.727025" y="353.12523" width="49.897038" height="37.999992" stroke="black" stroke
 -linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(154.72703 366.62523)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="3.1855793" y="9" textLength="33.525879">shipping</tspan></text><rect x="199.62406" y="353.12523" width="39.734509" height="37.999992" fill="white"/><rect x="199.62406" y="353.12523" width="39.734509" height="37.999992" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(204.62406 361.12523)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="3.8567562" y="9" textLength="22.020996">gale_</tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="6.113348" y="20" textLength="17.507812">alert</tspan></text><rect x="199.62406" y="315.12524" width="39.734509" height="38" fill="white"/><rect x="199.62406" y="315.12524" width="39.734509" height="38" stroke="black" stroke-linecap="round" stroke-linejoin="round" 
 stroke-width="1"/><text transform="translate(204.62406 328.62524)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="5.1091976" y="9" textLength="19.516113">sub2</tspan></text><rect x="149.727025" y="315.12524" width="49.897038" height="38" fill="white"/><rect x="149.727025" y="315.12524" width="49.897038" height="38" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(154.72703 328.62524)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="3.1855793" y="9" textLength="33.525879">shipping</tspan></text><rect x="199.62406" y="280" width="39.734509" height="35.125237" fill="white"/><rect x="199.62406" y="280" width="39.734509" height="35.125237" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(204.62406 292.06262)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="5.1091976" y="9" textLeng
 th="19.516113">sub1</tspan></text><rect x="149.727025" y="280" width="49.897038" height="35.125237" fill="white"/><rect x="149.727025" y="280" width="49.897038" height="35.125237" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(154.72703 292.06262)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="3.1855793" y="9" textLength="33.525879">shipping</tspan></text><rect x="199.62406" y="256.772" width="39.734509" height="23.227997" fill="white"/><rect x="199.62406" y="256.772" width="39.734509" height="23.227997" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(204.62406 262.886)" fill="black"><tspan font-family="Helvetica" font-size="9" font-style="italic" font-weight="bold" x="1.6155453" y="9" textLength="26.503418">queue</tspan></text><rect x="149.727025" y="256.772" width="49.897038" height="23.227997" fill="white"/><rect x="149.727025" y=
 "256.772" width="49.897038" height="23.227997" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(154.72703 257.386)" fill="black"><tspan font-family="Helvetica" font-size="9" font-style="italic" font-weight="bold" x="1.20144844" y="9" textLength="37.49414">binding_</tspan><tspan font-family="Helvetica" font-size="9" font-style="italic" font-weight="bold" x="12.440462" y="20" textLength="15.016113">key</tspan></text><path d="M 272.37818 170.32356 C 269.9827 172.35684 269.36995 170.70583 265.19101 176.424 C 261.01207 182.14217 250.88966 195.05299 247.30201 204.636 C 246.0141 208.07615 245.33821 211.56306 244.94479 215.07148" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id2120_Graphic"><path d="M 361.40001 194.424 L 420.4 194.424 C 425.37057 194.424 429.4 198.45344 429.4 203.424 L 429.4 238.424 C 429.4 243.39456 425.37057 247.424 420.4 247.424 L 361.4
 0001 247.424 C 356.42945 247.424 352.40001 243.39456 352.40001 238.424 L 352.40001 203.424 C 352.40001 198.45344 356.42945 194.424 361.40001 194.424 Z" fill="#93d9ff"/><path d="M 361.40001 194.424 L 420.4 194.424 C 425.37057 194.424 429.4 198.45344 429.4 203.424 L 429.4 238.424 C 429.4 243.39456 425.37057 247.424 420.4 247.424 L 361.40001 247.424 C 356.42945 247.424 352.40001 243.39456 352.40001 238.424 L 352.40001 203.424 C 352.40001 198.45344 356.42945 194.424 361.40001 194.424 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(357.40001 199.424)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="19.496094" y="11" textLength="28.007812">sub1</tspan></text></g><path d="M 319.89446 238.15621 C 324.70855 233.3224 330.2482 227.10227 334.897 222.58499" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id2158_Graphic"><path 
 d="M 361.40001 256.772 L 420.4 256.772 C 425.37057 256.772 429.4 260.80144 429.4 265.772 L 429.4 300.772 C 429.4 305.74256 425.37057 309.772 420.4 309.772 L 361.40001 309.772 C 356.42945 309.772 352.40001 305.74256 352.40001 300.772 L 352.40001 265.772 C 352.40001 260.80144 356.42945 256.772 361.40001 256.772 Z" fill="#93d9ff"/><path d="M 361.40001 256.772 L 420.4 256.772 C 425.37057 256.772 429.4 260.80144 429.4 265.772 L 429.4 300.772 C 429.4 305.74256 425.37057 309.772 420.4 309.772 L 361.40001 309.772 C 356.42945 309.772 352.40001 305.74256 352.40001 300.772 L 352.40001 265.772 C 352.40001 260.80144 356.42945 256.772 361.40001 256.772 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(357.40001 261.772)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="19.496094" y="11" textLength="28.007812">sub2</tspan></text></g><path d="M 321.4662 291.60405 C 324.97045 290.2455 328.1181 288.18294 331.9
 8001 287.528 C 332.3119 287.47172 332.65571 287.42685 333.00907 287.39181" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><g id="id2196_Graphic"><path d="M 361.40001 319.12 L 420.4 319.12 C 425.37057 319.12 429.4 323.14944 429.4 328.12 L 429.4 363.12 C 429.4 368.09056 425.37057 372.12 420.4 372.12 L 361.40001 372.12 C 356.42945 372.12 352.40001 368.09056 352.40001 363.12 L 352.40001 328.12 C 352.40001 323.14944 356.42945 319.12 361.40001 319.12 Z" fill="#93d9ff"/><path d="M 361.40001 319.12 L 420.4 319.12 C 425.37057 319.12 429.4 323.14944 429.4 328.12 L 429.4 363.12 C 429.4 368.09056 425.37057 372.12 420.4 372.12 L 361.40001 372.12 C 356.42945 372.12 352.40001 368.09056 352.40001 363.12 L 352.40001 328.12 C 352.40001 323.14944 356.42945 319.12 361.40001 319.12 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(357.40001 324.12)" fill="black"><tspan font-
 family="Helvetica" font-size="12" font-weight="bold" x="5.4833984" y="11" textLength="56.033203">gale_alert</tspan></text></g><path d="M 321.49778 334.65005 C 325.9914 335.07466 329.98347 333.76622 334.98001 335.924 C 335.44844 336.1263 335.94927 336.37619 336.47464 336.66459" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><rect x="143.39604" y="111.60699" width="31.222" height="16.5076" fill="#ee0026"/><rect x="143.39604" y="111.60699" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="144.81504" y1="112.98299" x2="151.91104" y2="112.98299" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="144.81504" y1="114.35899" x2="151.91104" y2="114.35899" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="144.81504" y1="115.73399" x2="151.91104" y2="115.7339
 9" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="153.33004" y1="119.86099" x2="164.68404" y2="119.86099" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="153.33004" y1="121.23699" x2="164.68404" y2="121.23699" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="153.33004" y1="122.61199" x2="164.68404" y2="122.61199" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="170.36004" y="112.98299" width="2.83837" height="2.75126" fill="none"/><rect x="170.36004" y="112.98299" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="214.53399" y="111.60699" width="31.222" height="16.5076" fill="#17ee07"/><rect x="214.53399" y="111.60699" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><li
 ne x1="215.95399" y1="112.98299" x2="223.04999" y2="112.98299" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="215.95399" y1="114.35899" x2="223.04999" y2="114.35899" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="215.95399" y1="115.73399" x2="223.04999" y2="115.73399" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="224.46899" y1="119.86099" x2="235.82199" y2="119.86099" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="224.46899" y1="121.23699" x2="235.82199" y2="121.23699" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="224.46899" y1="122.61199" x2="235.82199" y2="122.61199" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="241.49899" y="112.98299" width="2.83837" height="2.75126" fill="none"/><rect x="241.4
 9899" y="112.98299" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="280.869" y="111.607" width="31.222" height="16.5076" fill="#151fee"/><rect x="280.869" y="111.607" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="282.288" y1="112.983" x2="289.384" y2="112.983" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="282.288" y1="114.359" x2="289.384" y2="114.359" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="282.288" y1="115.734" x2="289.384" y2="115.734" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="290.803" y1="119.861" x2="302.157" y2="119.861" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="290.803" y1="121.237" x2="302.157" y2="121.237" stro
 ke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="290.803" y1="122.612" x2="302.157" y2="122.612" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="307.833" y="112.983" width="2.83837" height="2.75126" fill="none"/><rect x="307.833" y="112.983" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="355.61097" y="111.60699" width="31.222" height="16.5076" fill="#ff9"/><rect x="355.61097" y="111.60699" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="357.02997" y1="112.98299" x2="364.12597" y2="112.98299" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="357.02997" y1="114.35899" x2="364.12597" y2="114.35899" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="357.02997" y1
 ="115.73399" x2="364.12597" y2="115.73399" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="365.54497" y1="119.86099" x2="376.89797" y2="119.86099" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="365.54497" y1="121.23699" x2="376.89797" y2="121.23699" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="365.54497" y1="122.61199" x2="376.89797" y2="122.61199" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="382.57497" y="112.98299" width="2.83837" height="2.75126" fill="none"/><rect x="382.57497" y="112.98299" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="385.98" y="281.028" width="31.222" height="16.5076" fill="#17ee07"/><rect x="385.98" y="281.028" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="
 round" stroke-width=".24"/><line x1="387.4" y1="282.404" x2="394.496" y2="282.404" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="387.4" y1="283.78" x2="394.496" y2="283.78" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="387.4" y1="285.155" x2="394.496" y2="285.155" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="395.915" y1="289.282" x2="407.268" y2="289.282" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="395.915" y1="290.658" x2="407.268" y2="290.658" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="395.915" y1="292.033" x2="407.268" y2="292.033" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="412.945" y="282.404" width="2.83837" height="2.75126" fill="none"/><rect x="412.945" y="282.404" width="2.83837
 " height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="391.657" y="287.528" width="31.222" height="16.5076" fill="#ee0026"/><rect x="391.657" y="287.528" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="393.076" y1="288.904" x2="400.172" y2="288.904" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="393.076" y1="290.28" x2="400.172" y2="290.28" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="393.076" y1="291.655" x2="400.172" y2="291.655" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="401.591" y1="295.782" x2="412.945" y2="295.782" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="401.591" y1="297.158" x2="412.945" y2="297.158" stroke="black" stroke-linecap="round" st
 roke-linejoin="round" stroke-width=".24"/><line x1="401.591" y1="298.533" x2="412.945" y2="298.533" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="418.621" y="288.904" width="2.83837" height="2.75126" fill="none"/><rect x="418.621" y="288.904" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><text transform="translate(109.50705 74.72158)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="16.138916" y="9" textLength="66.722168">{area = 'Rockall',</tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="28.35791" y="20" textLength="42.28418">speed = 5,</tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="17.898926" y="31" textLength="63.20215">visibility = 'Fair'}</tspan></text><text transform="translate(180.64499 74.72158)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="20.140137"
  y="9" textLength="58.719727">{area = 'Malin',</tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="28.35791" y="20" textLength="42.28418">speed = 6,</tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="17.898926" y="31" textLength="63.20215">visibility = 'Fair'}</tspan></text><text transform="translate(250 74.7216)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="17.140869" y="9" textLength="64.71826">{area = 'Forties',</tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="28.35791" y="20" textLength="42.28418">speed = 7,</tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="16.143311" y="31" textLength="66.71338">visibility = 'Poor'}</tspan></text><text transform="translate(321.72198 74.7216)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="12.392578" y="9" textLength="74.214844">{area = 'Cromarty',</tspan><tspan font-family="Helvetica" font-s
 ize="9" font-weight="500" x="28.35791" y="20" textLength="42.28418">speed = 8,</tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="16.143311" y="31" textLength="66.71338">visibility = 'Poor'}</tspan></text><rect x="385.98" y="215.22" width="31.222" height="16.5076" fill="#151fee"/><rect x="385.98" y="215.22" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="387.399" y1="216.596" x2="394.495" y2="216.596" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="387.399" y1="217.972" x2="394.495" y2="217.972" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="387.399" y1="219.347" x2="394.495" y2="219.347" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="395.914" y1="223.474" x2="407.268" y2="223.474" stroke="black" stroke-linecap="round" stroke-linejoin="r
 ound" stroke-width=".24"/><line x1="395.914" y1="224.85" x2="407.268" y2="224.85" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="395.914" y1="226.225" x2="407.268" y2="226.225" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="412.944" y="216.596" width="2.83837" height="2.75126" fill="none"/><rect x="412.944" y="216.596" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="392.501" y="222.674" width="31.222" height="16.5076" fill="#ff9"/><rect x="392.501" y="222.674" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="393.92" y1="224.05" x2="401.016" y2="224.05" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="393.92" y1="225.426" x2="401.016" y2="225.426" stroke="black" stroke-linecap="round" stroke-linejoin
 ="round" stroke-width=".72000003"/><line x1="393.92" y1="226.801" x2="401.016" y2="226.801" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="402.435" y1="230.928" x2="413.788" y2="230.928" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="402.435" y1="232.304" x2="413.788" y2="232.304" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="402.435" y1="233.679" x2="413.788" y2="233.679" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="419.465" y="224.05" width="2.83837" height="2.75126" fill="none"/><rect x="419.465" y="224.05" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="430.485" y1="112.983" x2="437.581" y2="112.983" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><rect x="429.066" y="111.607" wi
 dth="31.222" height="16.5076" fill="#ff07f9"/><rect x="429.066" y="111.607" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="430.485" y1="114.359" x2="437.581" y2="114.359" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="430.485" y1="115.734" x2="437.581" y2="115.734" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="439" y1="119.861" x2="450.353" y2="119.861" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="439" y1="121.237" x2="450.353" y2="121.237" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="439" y1="122.612" x2="450.353" y2="122.612" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="456.03" y="112.983" width="2.83837" height="2.75126" fill="none"/><rect x="456.03" y="112.983" wid
 th="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><text transform="translate(395.177 74.721577)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="20.390625" y="9" textLength="58.21875">{area = 'Forth',</tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="28.35791" y="20" textLength="42.28418">speed = 6,</tspan><tspan font-family="Helvetica" font-size="9" font-weight="500" x="17.894531" y="31" textLength="63.210938">visibility = 'Fog'}</tspan></text><rect x="385.98" y="344.14" width="31.222" height="16.5076" fill="#ff9"/><rect x="385.98" y="344.14" width="31.222" height="16.5076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="387.399" y1="345.516" x2="394.495" y2="345.516" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="387.399" y1="346.892" x2="394.495" y2="346.892" stroke="black
 " stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="387.399" y1="348.267" x2="394.495" y2="348.267" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72000003"/><line x1="395.914" y1="352.394" x2="407.267" y2="352.394" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="395.914" y1="353.77" x2="407.267" y2="353.77" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><line x1="395.914" y1="355.145" x2="407.267" y2="355.145" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><rect x="412.944" y="345.516" width="2.83837" height="2.75126" fill="none"/><rect x="412.944" y="345.516" width="2.83837" height="2.75126" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".24"/><g id="id2711_Graphic"><path d="M 361.40001 378.924 L 420.4 378.924 C 425.37057 378.924 429.4 382.95344 429.4 387.924 L 429.4 422.924 C 4
 29.4 427.89456 425.37057 431.924 420.4 431.924 L 361.40001 431.924 C 356.42945 431.924 352.40001 427.89456 352.40001 422.924 L 352.40001 387.924 C 352.40001 382.95344 356.42945 378.924 361.40001 378.924 Z" fill="#93d9ff"/><path d="M 361.40001 378.924 L 420.4 378.924 C 425.37057 378.924 429.4 382.95344 429.4 387.924 L 429.4 422.924 C 429.4 427.89456 425.37057 431.924 420.4 431.924 L 361.40001 431.924 C 356.42945 431.924 352.40001 427.89456 352.40001 422.924 L 352.40001 387.924 C 352.40001 382.95344 356.42945 378.924 361.40001 378.924 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(357.40001 383.924)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x=".81933594" y="11" textLength="65.36133">storm_alert</tspan></text></g><text transform="translate(208.64398 52)" fill="black"><tspan font-family="Helvetica" font-size="9" font-weight="500" x="43.844482" y="9" textLength="85.311035">routing_key=ship
 ping</tspan></text></g></g></svg>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic.png
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic.png b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic.png
new file mode 100755
index 0000000..f631d73
Binary files /dev/null and b/content/releases/qpid-broker-j-7.0.0/book/images/Exchange-Topic.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[13/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index 881e647..20d1849 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index 89d0117..392a35b 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index e59fe95..932bf4b 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index 597045a..660bd04 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index b6f4e55..6f8ec4e 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index 672bd5e..9db24cc 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index 7635238..031ac09 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index 7554834..d11314f 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index 533f00c..cc05f6d 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-Book.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-Book.html
index 296229d..a0924f2 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-Book.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/index.html
index e041a73..817ccf1 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.0.6/qpid-jms/examples/Drain.java.html
index 7fe53e4..2ddfaf6 100644
--- a/content/releases/qpid-java-6.0.6/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.0.6/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.0.6/qpid-jms/examples/Hello.java.html
index 309d54e..77ddd2a 100644
--- a/content/releases/qpid-java-6.0.6/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.0.6/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.0.6/qpid-jms/examples/ListReceiver.java.html
index 20a9915..5565023 100644
--- a/content/releases/qpid-java-6.0.6/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.0.6/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.0.6/qpid-jms/examples/ListSender.java.html
index 7842911..c378579 100644
--- a/content/releases/qpid-java-6.0.6/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.0.6/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.0.6/qpid-jms/examples/MapReceiver.java.html
index 95c3993..231ac0a 100644
--- a/content/releases/qpid-java-6.0.6/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.0.6/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.0.6/qpid-jms/examples/MapSender.java.html
index 99fd124..1538a76 100644
--- a/content/releases/qpid-java-6.0.6/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.0.6/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.0.6/qpid-jms/examples/OptionParser.java.html
index eee1134..b27ad6d 100644
--- a/content/releases/qpid-java-6.0.6/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.0.6/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.0.6/qpid-jms/examples/Spout.java.html
index c9cb8e5..b51161a 100644
--- a/content/releases/qpid-java-6.0.6/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.0.6/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.0.6/qpid-jms/examples/hello.properties.html
index a789dcc..7ff9408 100644
--- a/content/releases/qpid-java-6.0.6/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.0.6/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/qpid-jms/examples/index.html b/content/releases/qpid-java-6.0.6/qpid-jms/examples/index.html
index 94231e3..4d2e8ba 100644
--- a/content/releases/qpid-java-6.0.6/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.0.6/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/release-notes.html b/content/releases/qpid-java-6.0.6/release-notes.html
index db573d7..edc78a3 100644
--- a/content/releases/qpid-java-6.0.6/release-notes.html
+++ b/content/releases/qpid-java-6.0.6/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/index.html b/content/releases/qpid-java-6.0.7/index.html
index a0c14be..017fa49 100644
--- a/content/releases/qpid-java-6.0.7/index.html
+++ b/content/releases/qpid-java-6.0.7/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.0.7/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index af6be06..8dd04b9 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index 1369c9b..0b39106 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index ff47ec7..2a3613e 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index 6445a90..8cde4cb 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-System-Properties.html
index 80ee92c..53c5468 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index 60a149c..8233cdd 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index cff99f1..97a89ab 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Backup-And-Recovery.html
index 24e48e9..2783eae 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index 23c6f43..57b053b 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Broker.html
index 4cdc4b4..523bb7c 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Exchanges.html
index a4c7a6f..936fc64 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 608bedd..58fb876 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Ports.html
index 43c3675..1c0c329 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Queues.html
index 1f9308a..82a21d3 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index e960cb5..a4ccb32 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index 1213da6..c3968d8 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index 0979a17..f919d40 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts.html
index 7a08c7d..17e8a3c 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.0.7/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index 297d9d7..e5a3c0a 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Logging.html
index 0e37219..52064ca 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index ef7ead8..b11c33b 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index 18dbec4..505d9bc 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started.html
index 76231e3..a5b30ce 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Backup.html
index 180f99e..d01fb05 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index 4669615..8b15d03 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 0cc7257..5cb113d 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index 24b8183..85d8820 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index c51e898..86156df 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index e24584e..cfc373e 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index 0fcb135..99498d9 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index 548e01a..1537e45 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index 4b5cdd1..64547f5 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Security.html
index d9af2c7..ae0d52b 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability.html
index 2ee6bc3..59302cb 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index 54c6c9b..8bc1b7b 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index 6745844..d0fe53b 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index 486c2ef..9ef6f2e 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index cdee9f2..47af74f 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index 5e55a97..aa2d4a5 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index d666fb2..a0382e4 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index 579c88b..bd9b2f4 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration.html
index 35d0ce2..e8b59c7 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-Download.html
index 96d4736..daa4f92 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index 8c2f910..7562737 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index e115e69..58dee4b 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index 9ba097d..cebf6c4 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-Prerequistes.html
index de01d36..a7eaa62 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation.html
index 2613c2f..a0f784b 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Introduction.html
index f01ccf8..90e64de 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index aadd1d9..4305aba 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-QMF.html
index b96e89d..4be750e 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index 4c21dc4..e138d5c 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index 48baebf..df2f1b0 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel.html
index 08af2db..32c8f95 100644
--- a/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.0.7/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[06/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
index 69d6aa1..bacfe9f 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
index 44cd97d..24a68e0 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
index 8277912..9397d85 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
index 7a720c5..ca315bc 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring.html b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
index dabd313..c726312 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Configuring.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Example.html b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Example.html
index c2d68b4..fb62ae7 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Example.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
index e9c1771..e13ce4d 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
index c5502f4..b14fd56 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-10/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/index.html b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/index.html
index af6b079..2d26984 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-10/book/index.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-10/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index f739c4a..5fc52c0 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index 9920716..1775a4e 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index cc78035..5cf34f2 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index 97afd18..d6685f9 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index 5da8fa3..d4a2120 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index cae11c3..2e14a9f 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index 0f1186a..6e4f8b7 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index 59ef8f8..811f540 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index 3b96ade..e6e1d35 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index 359955c..821a50f 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index 296e068..589b70c 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index df64010..c20c0a7 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index 46a005a..ea835a6 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index bd135d8..536e1d7 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index ac95cbe..1c25379 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index 99a8267..64f077a 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index 8c90caf..8d1269e 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index 600de4f..dae2420 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index 8a25e2d..721f5cc 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index d7ca18c..16df968 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index e0c929a..bf5ce47 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index a276859..b5d2f43 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index ebe047b..e86c59c 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index c7c81ac..cbc3068 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index 46407e7..68ca9eb 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index e0cf086..0c4285f 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index b8f1ce1..d3f51c3 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index 91a491f..afa348d 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Book.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Book.html
index e7c5caa..79de1f7 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Book.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html
index b90160e..f999207 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html
index 9b6873a..6596259 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html
index da74862..27c95eb 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption.html
index 9cd7234..8c2d02a 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/JMS-Client-Message-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/index.html
index 5bbf3f5..d883530 100644
--- a/content/releases/qpid-java-6.1.1/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.1.1/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.1.1/qpid-jms/examples/Drain.java.html
index cdd20d2..9bb816c 100644
--- a/content/releases/qpid-java-6.1.1/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.1.1/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.1.1/qpid-jms/examples/Hello.java.html
index c9b4649..85aac21 100644
--- a/content/releases/qpid-java-6.1.1/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.1.1/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.1.1/qpid-jms/examples/ListReceiver.java.html
index 5b6d84d..4540cba 100644
--- a/content/releases/qpid-java-6.1.1/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.1.1/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.1.1/qpid-jms/examples/ListSender.java.html
index 7de5448..9204a4e 100644
--- a/content/releases/qpid-java-6.1.1/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.1.1/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.1.1/qpid-jms/examples/MapReceiver.java.html
index 84a9dbd..8c8922f 100644
--- a/content/releases/qpid-java-6.1.1/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.1.1/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.1.1/qpid-jms/examples/MapSender.java.html
index 63362c0..d6ee5b1 100644
--- a/content/releases/qpid-java-6.1.1/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.1.1/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.1.1/qpid-jms/examples/OptionParser.java.html
index 9f8e9c2..1648f79 100644
--- a/content/releases/qpid-java-6.1.1/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.1.1/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.1.1/qpid-jms/examples/Spout.java.html
index da5d970..0ce1ff6 100644
--- a/content/releases/qpid-java-6.1.1/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.1.1/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.1.1/qpid-jms/examples/hello.properties.html
index f657cc0..9988c3c 100644
--- a/content/releases/qpid-java-6.1.1/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.1.1/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/qpid-jms/examples/index.html b/content/releases/qpid-java-6.1.1/qpid-jms/examples/index.html
index d679eba..35eab59 100644
--- a/content/releases/qpid-java-6.1.1/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.1.1/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/release-notes.html b/content/releases/qpid-java-6.1.1/release-notes.html
index bae6bfd..7eba49e 100644
--- a/content/releases/qpid-java-6.1.1/release-notes.html
+++ b/content/releases/qpid-java-6.1.1/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/index.html b/content/releases/qpid-java-6.1.2/index.html
index 527e744..f8e0159 100644
--- a/content/releases/qpid-java-6.1.2/index.html
+++ b/content/releases/qpid-java-6.1.2/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.1.2/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index 1145b2a..c2b7477 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index ef360fd..efbafce 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index 7e4a1c3..22aef1d 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index b0b4da7..e3dc575 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-System-Properties.html
index 482c85d..a794c9f 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index 8c87910..7529d9b 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index 6557424..62f85fb 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Backup-And-Recovery.html
index ea19f01..152f237 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index c74f8df..8b14cb7 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Broker.html
index 4ab0ad3..920e129 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Exchanges.html
index b9dc166..418142f 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 191c4f1..cefadb0 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Ports.html
index 57ffc7b..fc39dfc 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Queues.html
index a47137b..e6050d8 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index 4911691..432623a 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index 775fc2a..0f0783a 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index d7c628a..1836ecb 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts.html
index 43cff2b..441abe4 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.1.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index ffca452..3e83ac2 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Logging.html
index bfdf984..4341888 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index 4d600bc..4f5e2d0 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index 498471c..b9ea3c5 100644
--- a/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[36/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Message-Compression.html
new file mode 100644
index 0000000..b32b758
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Message-Compression.html
@@ -0,0 +1,158 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>9.9.&#160;Message Compression - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>9.9.&#160;Message Compression</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">9.9.&#160;Message Compression</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime-Background-Recovery.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;9.&#160;Runtime</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Connection-Limit.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-Runtime-Message-Compression"></a>9.9.&#160;Message Compression</h2></div></div></div><p>The Apache Qpid Broker-J supports<a class="footnote" href="#ftn.d0e6087" id="d0e6087"><sup class="footnote">[10]</sup></a> message compression. This feature works in co-operation with Qpid
+  Clients implementing the same feature.</p><p>Once the feature is enabled (using Broker context variable
+   <span class="emphasis"><em>broker.messageCompressionEnabled</em></span>), the Broker will advertise support for the
+  message compression feature to the client at connection time. This allows clients to opt to turn
+  on message compression, allowing message payload sizes to be reduced.</p><p>If the Broker has connections from clients who have message compression enabled and others who
+  do not, it will internally, on-the-fly, decompress compressed messages when sending to clients
+  without support and conversely, compress uncomressed messages when sending to clients who do.</p><p>The Broker has a threshold below which it will not consider compressing a message, this is
+  controlled by Broker content variable
+   (<code class="literal">connection.messageCompressionThresholdSize</code>) and expresses a size in bytes.</p><p>This feature <span class="emphasis"><em>may</em></span> have a beneficial effect on performance by:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Reducing the number of bytes transmitted over the wire, both between Client and Broker, and
+    in the HA case, Broker to Broker, for replication purposes.</p></li><li class="listitem"><p>Reducing storage space when data is at rest within the Broker, both on disk and in
+    memory.</p></li></ul></div><p>Of course, compression and decompression is computationally expensive. Turning on the feature
+  may have a negative impact on CPU utilization on Broker and/or Client. Also for small messages
+  payloads, message compression may increase the message size. It is recommended to test the feature
+  with representative data.</p><div class="footnotes"><br /><hr style="width:100; text-align:left;margin-left: 0" /><div class="footnote" id="ftn.d0e6087"><p><a class="para" href="#d0e6087"><sup class="para">[10] </sup></a>Message compression is not yet supported for the 1.0
+    protocol.</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-Runtime-Background-Recovery.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Runtime.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Connection-Limit.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">9.8.&#160;Background Recovery&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;9.10.&#160;Connection Limits</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
new file mode 100644
index 0000000..84dbcaa
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
@@ -0,0 +1,203 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>9.3.&#160;Producer Transaction Timeout - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>9.3.&#160;Producer Transaction Timeout</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">9.3.&#160;Producer Transaction Timeout</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime-Disk-Space-Management.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;9.&#160;Runtime</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Handling-Undeliverable-Messages.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-Runtime-Producer-Transaction-Timeout"></a>9.3.&#160;Producer Transaction Timeout</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Producer-Transaction-Timeout-GeneralInformation"></a>9.3.1.&#160;General Information</h3></div></div></div><div class="note" style="margin-left: 0.5in; margi
 n-right: 0.5in;"><h3 class="title">Note</h3><p>
+    This feature is not implemented for producing applications using AMQP 1.0.  If a long running transaction is suspected
+    examine the connection statistic <code class="literal">oldestTransactionStartTime</code> to confirm if this is the case.
+   </p></div><p> The transaction timeout mechanism is used to control broker resources when clients
+   producing messages using transactional sessions hang or otherwise become unresponsive, or simply
+   begin a transaction and keep using it without ever calling <a class="link" href="http://docs.oracle.com/javaee/6/api/javax/jms/Session.html#commit" target="_top">Session#commit()</a>.</p><p>Users can choose to configure an idleWarn or openWarn threshold, after which the identified
+   transaction should be logged as a WARN level alert as well as (more importantly) an idleClose or
+   openClose threshold after which the transaction and the connection it applies to will be
+   closed.</p><p>This feature is particularly useful in environments where the owner of the broker does not
+   have full control over the implementation of clients, such as in a shared services
+   deployment.</p><p>The following section provide more details on this feature and its use.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Producer-Transaction-Timeout-Purpose"></a>9.3.2.&#160;Purpose</h3></div></div></div><p> This feature has been introduced to address the scenario where an open transaction on the
+   broker holds an open transaction on the persistent store. This can have undesirable consequences
+   if the store does not time out or close long-running transactions, such as with BDB. This can can
+   result in a rapid increase in disk usage size, bounded only by available space, due to growth of
+   the transaction log. </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Producer-Transaction-Timeout-Scope"></a>9.3.3.&#160;Scope</h3></div></div></div><p>Note that only <a class="link" href="http://docs.oracle.com/javaee/6/api/javax/jms/MessageProducer.html" target="_top">MessageProducer</a> clients will be affected by a transaction timeout, since store
+   transaction lifespan on a consumer only spans the execution of the call to Session#commit() and
+   there is no scope for a long-lived transaction to arise.</p><p>It is also important to note that the transaction timeout mechanism is purely a JMS
+   transaction timeout, and unrelated to any other timeouts in the Qpid client library and will have
+   no impact on any RDBMS your application may utilise.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Producer-Transaction-Timeout-Effect"></a>9.3.4.&#160;Effect</h3></div></div></div><p>Full details of configuration options are provided in the sections that follow. This section
+   gives a brief overview of what the Transaction Timeout feature can do.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Runtime-Producer-Transaction-Timeout-Effect-Broker-Side"></a>9.3.4.1.&#160;Broker Logging and Connection Close</h4></div></div></div><p>When the openWarn or idleWarn specified threshold is exceeded, the broker will log a WARN
+    level alert with details of the connection and channel on which the threshold has been exceeded,
+    along with the age of the transaction.</p><p>When the openClose or idleClose specified threshold value is exceeded, the broker will
+    throw an exception back to the client connection via the <a class="link" href="http://docs.oracle.com/javaee/6/api/javax/jms/ExceptionListener.html" target="_top">ExceptionListener</a>, log the
+    action and then close the connection.</p><p>The example broker log output shown below is where the idleWarn threshold specified is
+    lower than the idleClose threshold and the broker therefore logs the idle transaction 3 times
+    before the close threshold is triggered and the connection closed out.</p><pre class="screen">CHN-1008 : Idle Transaction : 13,116 ms
+CHN-1008 : Idle Transaction : 14,116 ms
+CHN-1008 : Idle Transaction : 15,118 ms
+CHN-1003 : Close
+   </pre><p>The second example broker log output shown below illustrates the same mechanism operating
+    on an open transaction.</p><pre class="screen">
+CHN-1007 : Open Transaction : 12,406 ms
+CHN-1007 : Open Transaction : 13,406 ms
+CHN-1007 : Open Transaction : 14,406 ms
+CHN-1003 : Close
+   </pre></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Runtime-Producer-Transaction-Timeout-Effect-Client-Side"></a>9.3.4.2.&#160;Client Side Effect</h4></div></div></div><p>After a Close threshold has been exceeded, the trigger client will receive this exception
+    on its <a class="link" href="http://docs.oracle.com/javaee/6/api/javax/jms/ExceptionListener.html" target="_top">exception
+    listener</a>, prior to being disconnected:</p><code class="computeroutput">org.apache.qpid.AMQConnectionClosedException: Error: Idle transaction timed out
+    [error code 506: resource error]</code><p>Any later attempt to use the connection will result in this exception being thrown:</p><pre class="screen">Producer: Caught an Exception: javax.jms.IllegalStateException: Object org.apache.qpid.client.AMQSession_0_8@129b0e1 has been closed
+    javax.jms.IllegalStateException: Object org.apache.qpid.client.AMQSession_0_8@129b0e1 has been closed
+    at org.apache.qpid.client.Closeable.checkNotClosed(Closeable.java:70)
+    at org.apache.qpid.client.AMQSession.checkNotClosed(AMQSession.java:555)
+    at org.apache.qpid.client.AMQSession.createBytesMessage(AMQSession.java:573)
+   </pre><p>Thus clients must be able to handle this case successfully, reconnecting where required and
+    registering an exception listener on all connections. This is critical, and must be communicated
+    to client applications by any broker owner switching on transaction timeouts.</p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Producer-Transaction-Timeout-Configuration"></a>9.3.5.&#160;Configuration</h3></div></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Runtime-Producer-Transaction-Timeout-Configuration-Overview"></a>9.3.5.1.&#160;Configuration</h4></div></div></div><p>The transaction timeouts can be specified when a new virtualhost is created or an exiting
+    virtualhost is edited.</p><p>We would recommend that only warnings are configured at first, which should allow broker
+    administrators to obtain an idea of the distribution of transaction lengths on their systems,
+    and configure production settings appropriately for both warning and closure. Ideally
+    establishing thresholds should be achieved in a representative UAT environment, with clients and
+    broker running, prior to any production deployment.</p><p>It is impossible to give suggested values, due to the large variation in usage depending on
+    the applications using a broker. However, clearly transactions should not span the expected
+    lifetime of any client application as this would indicate a hung client.</p><p>When configuring warning and closure timeouts, it should be noted that these only apply to
+    message producers that are connected to the broker, but that a timeout will cause the connection
+    to be closed - this disconnecting all producers and consumers created on that connection.</p><p>This should not be an issue for environments using Mule or Spring, where connection
+    factories can be configured appropriately to manage a single MessageProducer object per JMS
+    Session and Connection. Clients that use the JMS API directly should be aware that sessions
+    managing both consumers and producers, or multiple producers, will be affected by a single
+    producer hanging or leaving a transaction idle or open, and closed, and must take appropriate
+    action to handle that scenario.</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-Runtime-Disk-Space-Management.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Runtime.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">9.2.&#160;Disk Space Management&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;9.4.&#160;Handing Undeliverable Messages</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime.html
new file mode 100644
index 0000000..7f5ad19
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime.html
@@ -0,0 +1,240 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Chapter&#160;9.&#160;Runtime - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Chapter&#160;9.&#160;Runtime</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;9.&#160;Runtime</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Security-Configuration-Encryption.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Disk-Space-Management.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Runtime"></a>Chapter&#160;9.&#160;Runtime</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-Runtime.html#Java-Broker-Runtime-Logging">9.1. Logging</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Concepts">9.1.1. Concepts</a></span></dt><dt><span class="section"
 ><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Default-Configuration">9.1.2. Default Configuration</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Loggers">9.1.3. Loggers</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-InclusionRules">9.1.4. Inclusion Rules</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Management">9.1.5. Logging Management</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Disk-Space-Management.html">9.2. Disk Space Management</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Disk-Space-Management.html#Java-Broker-Runtime-Disk-Space-Management-Producer-Flow-Control">9.2.1. Disk quota-based flow control</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html">9.3. Producer T
 ransaction Timeout</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-GeneralInformation">9.3.1. General Information</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Purpose">9.3.2. Purpose</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Scope">9.3.3. Scope</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Effect">9.3.4. Effect</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Configuration">9.3.5. Configuration</a></span></dt></dl></dd><dt><span class="section"><a hr
 ef="Java-Broker-Runtime-Handling-Undeliverable-Messages.html">9.4. Handing Undeliverable Messages</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Introduction">9.4.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Maximum-Delivery-Count">9.4.2. Maximum Delivery Count</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Dead-Letter-Queues">9.4.3. Alternate Binding</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Close-Connection-When-No-Route.html">9.5. Closing client connections on unroutable mandatory messages</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Close-Connection-When
 -No-Route.html#Java-Broker-Runtime-Close-Connection-When-No-Route-Summary">9.5.1. Summary</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Close-Connection-When-No-Route.html#Java-Broker-Runtime-Close-Connection-When-No-Route-Configuration">9.5.2. Configuring
+        <span class="emphasis"><em>closeWhenNoRoute</em></span>
+    </a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Flow-To-Disk.html">9.6. Flow to Disk</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Consumers.html">9.7. Consumers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Consumers.html#Java-Broker-Runtime-Consumers-Prioirty">9.7.1. Priority</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Background-Recovery.html">9.8. Background Recovery</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Message-Compression.html">9.9. Message Compression</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Connection-Limit.html">9.10. Connection Limits</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html">9.11. Memory</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Introduction">9.11.1. Introduction</a></spa
 n></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Types">9.11.2. Types of Memory</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Usage">9.11.3. Memory Usage in the Broker</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Low-Memory">9.11.4. Low Memory Conditions</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Defaults">9.11.5. Defaults</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Tuning">9.11.6. Memory Tuning the Broker</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-Runtime-Logging"></a>9.1.&#160;Logging</h2></div></div></div><p>This section describes the flexible logging capabilities of the Ap
 ache Qpid Broker-J.</p><p>
+    </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>The Broker is capable of sending logging events to a variety of destinations including
+          plain files, remote syslog daemons, and an in-memory buffer (viewable from Management).
+          The system is also open for extension meaning it is possible to produce a plugin to log to
+          a bespoke destination.</p></li><li class="listitem"><p>Logging can be dynamically configured at runtime. For instance, it is possible to
+          temporarily increase the logging verbosity of the system whilst a problem is investigated
+          and then revert later, all without the need to restart the Broker.</p></li><li class="listitem"><p>Virtualhosts can be configured to generate their own separate log, and the Broker is
+          capable of generating a log either inclusive or exclusive of virtualhost events.</p></li><li class="listitem"><p>Logs are accessible over Management, removing the need for those operating the Broker
+          to have shell level access.</p></li></ul></div><p>
+  </p><p>In the remainder of this section you will first find a description of the concepts used in
+    the logging subsystem. Next, you find a description of the default configuration. The section
+    then concludes with a in-depth description of the loggers themselves and how they may be
+    configured.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Logging-Concepts"></a>9.1.1.&#160;Concepts</h3></div></div></div><p>The logging subsystem uses two concepts:</p><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>A <span class="emphasis"><em>Logger</em></span> is responsible for production of a log. The Broker
+            ships a variety of loggers, for instance, a file logger, which is capable of writing a
+            log file to the file system, a Syslog Logger capable of writing to a remote syslog
+            daemon and console logger capable of writing to stdout or stderr.</p><p>Loggers are attached at two points within the Broker Model; the Broker itself and
+            the virtualhosts. Loggers attached at the Broker can capture log events for the system
+            as a whole, or can exclude events related to virtualhosts.</p><p>Loggers attached to a virtualhost capture log events relating to that virtualhost
+            only.</p><p>The Broker and virtualhosts can have zero or more Loggers. If no loggers are
+            configured, no logging is generated at all.</p></li><li class="listitem"><p><span class="emphasis"><em>Inclusion rules</em></span> govern what appears within a log. Inclusion
+            rules are associated with Loggers. This means it is possible for different Loggers to
+            have different contents.</p><p>A Logger with no inclusion rules will produce an empty log.</p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Logging-Default-Configuration"></a>9.1.2.&#160;Default Configuration</h3></div></div></div><p>The default configuration is designed to be suitable for use without change in small
+      production environments. It has the following characteristics:</p><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>The Broker generates a single log file <code class="literal">qpid.log</code>. This logfile is
+            rolled automatically when the file reaches 100MB. A maximum history of one file is
+            retained. On restart the the log will be appended to.</p><p>The log contains: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; "><li class="listitem"><p>All operational logging events. See <a class="xref" href="Java-Broker-Appendix-Operation-Logging.html" title="Appendix&#160;C.&#160;Operational Logging">Appendix&#160;C, <em>Operational Logging</em></a>.</p></li><li class="listitem"><p>Log events from Qpid itself deemed informational or
+                higher.</p></li><li class="listitem"><p>Log events from Qpid's dependencies (such as Derby or Jetty) that are
+                  deemed warning or higher.</p></li></ul></div><p>
+          </p><p>The default location for the log file is
+              <code class="literal">${QPID_WORK}/log/qpid.log</code>.</p></li><li class="listitem"><p>The Broker also caches the last 4096 log events in a memory cache. By default, the
+            memory logger logs the same things the file logger does.</p></li></ul></div><p>
+    </p><p>The configuration can be customised at runtime using Management. This makes it possible to
+      investigate unusual conditions <span class="emphasis"><em>without</em></span> the need to restart the Broker.
+      For instance, you may alter the logging level so that a verbose log is produced whilst an
+      investigation is in progress and revert the setting later, all without the need to restart the
+      Broker.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Logging-Loggers"></a>9.1.3.&#160;Loggers</h3></div></div></div><p>Loggers are responsible for the writing of a log. The log includes log events that match a
+      Logger's inclusion rules.</p><p>Loggers are associated with either the Broker or a virtualhost. Virtualhost loggers write
+      only log events related to that virtualhost. Broker Loggers write log events from the Broker
+      as a whole. Optionally a Broker Logger can be configured to exclude log events coming from
+      virtualhosts. These abilities can be usefully exploited together in managed service scenarios
+      to produce separate logs for separate user groups.</p><p>Loggers can be added or removed at runtime, without restarting the Broker. However changes
+      to a Logger's configuration such as filenames and rolling options don't take effect until the
+      next restart. Changes to a Logger's inclusion rules take effect immediately.</p><p>All loggers allow the log event layout to be customised. Loggers understand <a class="link" href="http://logback.qos.ch/manual/layouts.html#ClassicPatternLayout" target="_top"> Logback Classic
+        Pattern Layouts</a>. </p><p>The following sections describes each Logger implementation in detail.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Runtime-Logging-Loggers-FileLogger"></a>9.1.3.1.&#160;FileLogger</h4></div></div></div><p>A <span class="emphasis"><em>FileLogger</em></span> - writes a log file to the filesystem. The name and
+        location of the log file, the rolling configuration, and compression options can be
+        configured.</p><p>The <span class="emphasis"><em>roll daily</em></span> option, if enabled, will cause the log file will be
+        rolled at midnight local time. The rolled over file will have a suffix in the form
+          <code class="literal">yyyy-mm-dd</code>. In roll daily mode, <span class="emphasis"><em>maximum number of rolled
+          files</em></span> controls the maximum number of <span class="emphasis"><em>days</em></span> to be retained.
+        Older files will be deleted.</p><p>The <span class="emphasis"><em>maximum file size</em></span> option limits the size of any one log file.
+        Once a log file reaches the given size, it will be rolled. The rolled over file will have
+        the numeric suffix, beginning at <code class="literal">1</code>. If the log file rolls again, first
+        the existing file with the suffix <code class="literal">.1</code> is renamed to <code class="literal">.2</code>
+        and so forth. If roll daily is not in use, <span class="emphasis"><em>maximum number of rolled
+          files</em></span> governs the number of rolled <span class="emphasis"><em>files</em></span> that will be
+        retained.</p><p><span class="emphasis"><em>Roll on restart</em></span> governs whether the log file is rolled when the
+        Broker is restarted. If not ticked, the Broker will append to the existing log file until it
+        needs to be rolled.</p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Runtime-Logging-Loggers-ConsoleLogger"></a>9.1.3.2.&#160;ConsoleLogger</h4></div></div></div><p><span class="emphasis"><em>ConsoleLogger</em></span> - writes a log file standard out or standard
+        error.</p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Runtime-Logging-Loggers-SyslogLogger"></a>9.1.3.3.&#160;SyslogLogger</h4></div></div></div><p><span class="emphasis"><em>SyslogLogger</em></span> - writes a log file to a syslog daemon using the
+          <code class="literal">USER</code> facility. The hostname and port number of the syslog daemon can be
+        configured.</p><p>Log entries can be prefixed with a string. This string defaults to include the word
+          <code class="literal">Qpid</code> and the name of the Broker or virtualhost. This serves to
+        distinguish the logging generated by this Qpid instance, from other Qpid instances, or other
+        applications using the <code class="literal">USER</code>.</p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Runtime-Logging-Loggers-MemoryLogger"></a>9.1.3.4.&#160;MemoryLogger</h4></div></div></div><p><span class="emphasis"><em>MemoryLogger</em></span> - writes a log file to a circular in-memory buffer. By
+        default the circular buffer holds the last 4096 log events. The contents of the buffer can
+        be viewed via Management. See <a class="xref" href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Management-MemoryLogger" title="Figure&#160;9.3.&#160;Viewing a memory logger">Figure&#160;9.3, &#8220;Viewing a memory logger&#8221;</a></p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Logging-InclusionRules"></a>9.1.4.&#160;Inclusion Rules</h3></div></div></div><p>A <span class="emphasis"><em>Logger</em></span> has one or more <span class="emphasis"><em>inclusion rules</em></span>. These
+      govern what appears in the log. A Logger with no inclusion rules will log nothing.</p><p>Inclusion rules can be added, removed or changed at runtime. Changes take place
+      immediately.</p><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>The <span class="emphasis"><em>Name And Level</em></span> inclusion rule accepts log events that match
+            a given <span class="emphasis"><em>log event source name</em></span> and have a level that equals or
+            exceeds the specified value.</p><p>The log event source name refers to the fully qualified class name from which the
+            event originates. These names permit a trailing wild card <code class="literal">.*</code>. For
+            instance a source name of <code class="literal">org.apache.qpid.*</code> will match all events
+            from classes in the package <code class="literal">org.apache.qpid</code> and any sub packages
+            beneath.</p><p>The <span class="emphasis"><em>Level</em></span> governs the level of the events that will be included
+            in the log. It may take one of the following values: ERROR, WARN, INFO, DEBUG, TRACE
+            where ERROR is considered the highest and TRACE the lowest. In addition, there are two
+            special values: OFF and ALL, the former excludes all log events whereas the latter will
+            include everything. When considering whether a logging event should be included in the
+            log, the logging event must have a level that matches that of the inclusion rule or be
+            higher, otherwise the log event will not appear in the log.</p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Logging-Management"></a>9.1.5.&#160;Logging Management</h3></div></div></div><p>The logging subsystem can be completely managed from the Web Management Console or the
+      REST API. You can: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Add, remove, or change the configuration of Loggers.</p></li><li class="listitem"><p>Add, remove, or change the Inclusion Rules.</p></li><li class="listitem"><p>For FileLoggers, download the log file and rolled log files associated with
+            the Logger.</p></li><li class="listitem"><p>For MemoryLoggers, view the last <code class="literal">n</code> log
+          events</p></li></ul></div><p>
+    </p><p> The figure that follows shows a FileLogger. The attributes area shows the configuration
+      of the Logger. The inclusion rule table shows the rules that are associated with the Logger.
+      The area towards the bottom of the tab allows the log files to be downloaded to the browser.
+        </p><div class="figure"><a id="Java-Broker-Runtime-Logging-Management-FileLogger"></a><p class="title"><strong>Figure&#160;9.1.&#160;Viewing a file logger</strong></p><div class="figure-contents"><div class="mediaobject"><table border="0" style="cellpadding: 0; cellspacing: 0;" summary="manufactured viewport for HTML img" width="900"><tr><td><img alt="Viewing a file logger" src="images/Management-Web-Logging-FileLogger.png" width="900" /></td></tr></table></div></div></div><p><br class="figure-break" />
+    </p><p> The figure below shows the editing of the level of an inclusion rule. </p><div class="figure"><a id="Java-Broker-Runtime-Logging-Management-InclusionRule"></a><p class="title"><strong>Figure&#160;9.2.&#160;Editing an inclusion rule</strong></p><div class="figure-contents"><div class="mediaobject"><table border="0" style="cellpadding: 0; cellspacing: 0;" summary="manufactured viewport for HTML img" width="900"><tr><td><img alt="Editing an inclusion rule" src="images/Management-Web-Logging-InclusionRule.png" width="900" /></td></tr></table></div></div></div><p><br class="figure-break" />
+    </p><p> The figure below shows a Memory Logger. Note that the Memory Logger provides access to
+      the cached message via the viewer towards the bottom on the tab. </p><div class="figure"><a id="Java-Broker-Runtime-Logging-Management-MemoryLogger"></a><p class="title"><strong>Figure&#160;9.3.&#160;Viewing a memory logger</strong></p><div class="figure-contents"><div class="mediaobject"><table border="0" style="cellpadding: 0; cellspacing: 0;" summary="manufactured viewport for HTML img" width="900"><tr><td><img alt="Viewing a memory logger" src="images/Management-Web-Logging-MemoryLogger.png" width="900" /></td></tr></table></div></div></div><p><br class="figure-break" />
+    </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-Security-Configuration-Encryption.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Disk-Space-Management.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">8.4.&#160;Configuration Encryption&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;9.2.&#160;Disk Space Management</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-AccessControlProviders.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-AccessControlProviders.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-AccessControlProviders.html
new file mode 100644
index 0000000..f433406
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-AccessControlProviders.html
@@ -0,0 +1,364 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>8.3.&#160;Access Control Providers - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>8.3.&#160;Access Control 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">8.3.&#160;Access Control Providers</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Security-Group-Providers.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;8.&#160;Security</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Security-Configuration-Encryption.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-Security-AccessControlProviders"></a>8.3.&#160;Access Control Providers</h2></div></div></div><p>
+    The Access Control Provider governs the actions that a user may perform.
+  </p><p>There are two points within the hierarchy that enforce access control: the Broker itself and at each Virtual
+    Host. When an access decision needs to be made, the nearest control point configured with a provider is consulted
+    for a decision.  The example, when making a decision about the ability to say, consume from, a Queue, if the
+    Virtual Host is configured with Access Control Provider it is consulted.  Unless a decision is made, the decision
+    is delegated to the Access Control Provider configured at the Broker.
+  </p><p>Access Control Providers are configured with a list of ACL rules. The rules determine to which objects
+    the user has access and what actions the user may perform on those objects.  Rules are ordered and are considered
+    top to bottom.  The first matching rule makes the access decision.
+  </p><p>
+    ACL rules may be written in terms of user or group names. A rule written in terms of a group name applies to the
+    user if he is a member of that group. Groups information is obtained from the
+    <a class="link" href="Java-Broker-Security.html#Java-Broker-Security-Authentication-Providers" title="8.1.&#160;Authentication Providers">Authentication Providers</a>
+    and
+    <a class="link" href="Java-Broker-Security-Group-Providers.html" title="8.2.&#160;Group Providers">Group Providers</a>.  Writing ACL in terms of groups is
+    recommended.
+  </p><p>
+    The Access Control Providers can be configured using
+    <a class="link" href="Java-Broker-Management-Channel-REST-API.html" title="6.3.&#160;REST API">REST Management interfaces</a>
+    and <a class="link" href="Java-Broker-Management-Channel-Web-Console.html" title="6.2.&#160;Web Management Console">Web Management Console</a>.
+  </p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-AccessControlProviders-Types"></a>8.3.1.&#160;Types</h3></div></div></div><p>There are currently two types of Access Control Provider implementing ACL rules.
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>RulesBased</em></span> - a provider that stores the rules-set within
+           the Broker's or VirtualHost's configuration.  When used with HA, the Virtualhost
+           rules automatically propagated to all nodes participating within the HA group.</p></li><li class="listitem"><p>
+            </p><p><span class="emphasis"><em>ACLFile</em></span> - an older provider that references an externally provided
+              ACL file (or data url).  This provider is deprecated.</p><p>
+          </p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-AccessControlProviders-ACLRules"></a>8.3.2.&#160;
+       ACL Rules
+    </h3></div></div></div><p>
+      An ACL rule-set is an ordered list of ACL rules.</p><p>An ACL rule comprises matching criteria that determines if a rule applies to a situation and a decision
+      outcome. The rule produces an outcome only if the all matching criteria are satisfied.
+    </p><p>Matching criteria is composed of an ACL object type (e.g. <code class="literal">QUEUE</code>), an ACL action
+      (e.g. <code class="literal">UPDATE</code>) and other properties that further refine if a match is made. These properties
+      restrict the match based on additional criteria such as name or IP address. ACL Object type <code class="literal">ALL</code>
+      matches any object.  Likewise ACL Action <code class="literal">ALL</code> matches any action.
+    </p><p>Let's look at some examples.</p><pre class="programlisting">
+      ACL ALLOW alice CREATE QUEUE              # Grants alice permission to create all queues.
+      ACL DENY bob CREATE QUEUE name="myqueue"  # Denies bob permission to create a queue called "myqueue"
+    </pre><p>
+      As discussed, the ACL rule-set is considered in order with the first matching rule taking precedence over all those
+      that follow. In the following example, if the user bob tries to create an exchange "myexch", the action
+      will be allowed by the first rule. The second rule will never be considered.
+    </p><pre class="programlisting">
+      ACL ALLOW bob ALL EXCHANGE
+      ACL DENY bob CREATE EXCHANGE name="myexch"  # Dead rule
+    </pre><p>
+      If the desire is to allow bob to create all exchanges except "myexch", order of the rules must be reversed:
+    </p><pre class="programlisting">
+      ACL DENY bob CREATE EXCHANGE name="myexch"
+      ACL ALLOW bob ALL EXCHANGE
+    </pre><p>
+      If a rule-set fails to make a decision, the result is configurable. By default, the <code class="literal">RuleBased</code>
+      provider defers the decision allowing another provider further up the hierarchy to make a decision (i.e. allowing
+      the VirtualHost control point to delegate to the Broker). In the case of the ACLFile provider, by default, its
+      rule-set implicit have a rule denying all operations to all users. It is as if the rule-set ends with
+      <code class="literal">ACL DENY ALL ALL</code>.   If no access control provider makes a decision the default is to
+      deny the action.
+    </p><p>
+      When writing a new ACL, a useful approach is to begin with an rule-set containing only
+      </p><pre class="programlisting">ACL DENY-LOG ALL ALL</pre><p> at the Broker control point which will cause the Broker to
+      deny all operations with details of the denial logged. Build up the ACL rule by rule, gradually working through
+      the use-cases of your system. Once the ACL is complete, consider switching the DENY-LOG actions to DENY.
+    </p><p>
+      ACL rules are very powerful: it is possible to write very granular rules specifying many broker objects and their
+      properties.  Most projects probably won't need this degree of flexibility.  A reasonable approach is to choose to apply permissions
+      at a certain level of abstractions and apply them consistently across the whole system.
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-AccessControlProviders-Syntax"></a>8.3.3.&#160;
+       Syntax
+    </h3></div></div></div><p>
+       ACL rules follow this syntax:
+    </p><pre class="programlisting">
+     ACL {permission} {&lt;group-name&gt;|&lt;user-name&gt;|ALL} {action|ALL} [object|ALL] [property="&lt;property-value&gt;"]
+    </pre><p>
+       Comments may be introduced with the hash (#) character and are ignored.  Long lines can be broken with the slash (\) character.
+    </p><pre class="programlisting">
+      # A comment
+      ACL ALLOW admin CREATE ALL # Also a comment
+      ACL DENY guest \
+      ALL ALL   # A broken line
+    </pre></div><div class="table"><a id="table-Java-Broker-Security-AccessControlProviders-Syntax_permissions"></a><p class="title"><strong>Table&#160;8.1.&#160;List of ACL permission</strong></p><div class="table-contents"><table border="1" summary="List of ACL permission"><colgroup><col /><col /></colgroup><tbody><tr><td><span class="command"><strong>ALLOW</strong></span></td><td><p>Allow the action</p></td></tr><tr><td><span class="command"><strong>ALLOW-LOG</strong></span></td><td><p> Allow the action and log the action in the log </p></td></tr><tr><td><span class="command"><strong>DENY</strong></span></td><td><p> Deny the action</p></td></tr><tr><td><span class="command"><strong>DENY-LOG</strong></span></td><td><p> Deny the action and log the action in the log</p></td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="table-Java-Broker-Security-AccessControlProviders-Syntax_actions"></a><p class="title"><strong>Table&#160;8.2.&#160;List of ACL
  actions</strong></p><div class="table-contents"><table border="1" summary="List of ACL actions"><colgroup><col /><col /><col /><col /></colgroup><thead><tr><th><p>Action</p></th><th><p>Description</p></th><th><p>Supported object types</p></th><th><p>Supported properties</p></th></tr></thead><tbody><tr><td> <span class="command"><strong>CONSUME</strong></span> </td><td> <p> Applied when subscriptions are created </p> </td><td><p>QUEUE</p></td><td><p>name, autodelete, temporary, durable, exclusive, alternate, owner, virtualhost_name</p></td></tr><tr><td> <span class="command"><strong>PUBLISH</strong></span> </td><td> <p> Applied on a per message basis on publish message transfers</p> </td><td><p>EXCHANGE</p></td><td><p>name, routingkey, virtualhost_name</p></td></tr><tr><td> <span class="command"><strong>CREATE</strong></span> </td><td> <p> Applied when an object is created, such as bindings, queues, exchanges</p> </td><td><p>VIRTUALHOSTNODE, VIRTUALHOST, EXCHANGE, QUEUE, USER, GROUP
 </p></td><td><p>see properties on the corresponding object type</p></td></tr><tr><td> <span class="command"><strong>ACCESS</strong></span> </td><td> <p> Applied when a connection is made for messaging or management</p> </td><td><p>VIRTUALHOST, MANAGEMENT</p></td><td><p>name (for VIRTUALHOST only)</p></td></tr><tr><td> <span class="command"><strong>BIND</strong></span> </td><td> <p> Applied when queues are bound to exchanges</p> </td><td><p>EXCHANGE</p></td><td><p>name, routingKey, queue_name, virtualhost_name, temporary, durable</p></td></tr><tr><td> <span class="command"><strong>UNBIND</strong></span> </td><td> <p> Applied when queues are unbound from exchanges</p> </td><td><p>EXCHANGE</p></td><td><p>name, routingKey, queue_name, virtualhost_name, temporary, durable</p></td></tr><tr><td> <span class="command"><strong>DELETE</strong></span> </td><td> <p> Applied when objects are deleted </p> </td><td><p>VIRTUALHOSTNODE, VIRTUALHOST, EXCHANGE, QUEUE, USER, GROUP</p></td><td><p>see pr
 operties on the corresponding object type</p></td></tr><tr><td> <span class="command"><strong>PURGE</strong></span> </td><td>
+          <p>Applied when the contents of a queue is purged</p> </td><td><p>QUEUE</p></td><td><p> </p></td></tr><tr><td> <span class="command"><strong>UPDATE</strong></span> </td><td> <p> Applied when an object is updated </p> </td><td><p>VIRTUALHOSTNODE, VIRTUALHOST, EXCHANGE, QUEUE, USER, GROUP</p></td><td><p>see EXCHANGE and QUEUE properties</p></td></tr><tr><td> <span class="command"><strong>CONFIGURE</strong></span> </td><td> <p> Applied when a Broker/Port/Authentication Provider/Access Control Provider/BrokerLogger is created/update/deleted.</p> </td><td><p>BROKER</p></td><td><p> </p></td></tr><tr><td><span class="command"><strong>ACCESS_LOGS</strong></span> </td><td><p>Allows/denies the specific user to download log file(s).</p> </td><td><p>BROKER, VIRTUALHOST</p></td><td><p>name (for VIRTUALHOST only)</p></td></tr><tr><td><span class="command"><strong>SHUTDOWN</strong></span> </td><td><p>Allows/denies the specific user to shutdown the Broker.</p> </td><td><p>BROKER</p></td><
 td><p /></td></tr><tr><td><span class="command"><strong>INVOKE</strong></span> </td><td><p>Allows/denies the specific user to invoke the named operation.</p> </td><td><p>BROKER, VIRTUALHOSTNODE, VIRTUALHOST, EXCHANGE, QUEUE, USER, GROUP</p></td><td><p>method_name, name and virtualhost_name</p></td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="table-Java-Broker-Security-AccessControlProviders-Syntax_objects"></a><p class="title"><strong>Table&#160;8.3.&#160;List of ACL objects</strong></p><div class="table-contents"><table border="1" summary="List of ACL objects"><colgroup><col /><col /><col /><col /></colgroup><thead><tr><th><p>Object type</p></th><th><p>Description</p></th><th><p>Supported actions</p></th><th><p>Supported properties</p></th><th><p>Allowed in Virtualhost ACLs?</p></th></tr></thead><tbody><tr><td> <span class="command"><strong>VIRTUALHOSTNODE</strong></span> </td><td> <p>A virtualhostnode or remote replication node</p> </td><td>
 <p>ALL, CREATE, UPDATE, DELETE, INVOKE</p> </td><td><p>name</p> </td><td><p>No</p> </td></tr><tr><td> <span class="command"><strong>VIRTUALHOST</strong></span> </td><td> <p>A virtualhost</p> </td><td><p>ALL, CREATE, UPDATE, DELETE, ACCESS, ACCESS_LOGS, INVOKE</p> </td><td><p>name</p> </td><td><p>No</p> </td></tr><tr><td> <span class="command"><strong>QUEUE</strong></span> </td><td> <p>A queue </p> </td><td><p>ALL, CREATE, DELETE, PURGE, CONSUME, UPDATE, INVOKE</p></td><td><p>name, autodelete, temporary, durable, exclusive, alternate, owner, virtualhost_name</p></td><td><p>Yes</p> </td></tr><tr><td> <span class="command"><strong>EXCHANGE</strong></span> </td><td><p>An exchange</p></td><td><p>ALL, ACCESS, CREATE, DELETE, BIND, UNBIND, PUBLISH, UPDATE, INVOKE</p></td><td><p>name, autodelete, temporary, durable, type, virtualhost_name, queue_name(only for BIND and UNBIND), routingkey(only for BIND and UNBIND, PUBLISH)</p></td><td><p>Yes</p> </td></tr><tr><td> <span class="command"><stro
 ng>USER</strong></span> </td><td> <p>A user</p> </td><td><p>ALL, CREATE, DELETE, UPDATE, INVOKE</p></td><td><p>name</p></td><td><p>No</p> </td></tr><tr><td> <span class="command"><strong>GROUP</strong></span> </td><td> <p>A group</p> </td><td><p>ALL, CREATE, DELETE, UPDATE, INVOKE</p></td><td><p>name</p></td><td><p>No</p> </td></tr><tr><td> <span class="command"><strong>BROKER</strong></span> </td><td> <p>The broker</p> </td><td><p>ALL, CONFIGURE, ACCESS_LOGS, INVOKE</p></td><td><p /></td><td><p>No</p> </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="table-Java-Broker-Security-AccessControlProviders-Syntax_properties"></a><p class="title"><strong>Table&#160;8.4.&#160;List of ACL properties</strong></p><div class="table-contents"><table border="1" summary="List of ACL properties"><colgroup><col /><col /></colgroup><tbody><tr><td><span class="command"><strong>name</strong></span> </td><td> <p> String. Object name, such as a queue name or exchan
 ge name.</p> </td></tr><tr><td> <span class="command"><strong>durable</strong></span> </td><td> <p> Boolean. Indicates the object is durable </p> </td></tr><tr><td> <span class="command"><strong>routingkey</strong></span> </td><td> <p> String. Specifies routing key </p> </td></tr><tr><td> <span class="command"><strong>autodelete</strong></span> </td><td> <p> Boolean. Indicates whether or not the object gets deleted when the connection is closed </p> </td></tr><tr><td> <span class="command"><strong>exclusive</strong></span> </td><td> <p> Boolean. Indicates the presence of an <em class="parameter"><code>exclusive</code></em> flag </p> </td></tr><tr><td> <span class="command"><strong>temporary</strong></span> </td><td> <p> Boolean. Indicates the presence of an <em class="parameter"><code>temporary</code></em> flag </p> </td></tr><tr><td> <span class="command"><strong>type</strong></span> </td><td> <p> String. Type of object, such as topic, or fanout</p> </td></tr><tr><td> <span class="
 command"><strong>alternate</strong></span> </td><td> <p> String. Name of the alternate exchange </p> </td></tr><tr><td> <span class="command"><strong>queue_name</strong></span> </td><td> <p> String. Name of the queue (used only when the object is EXCHANGE for BIND and UNBIND actions)</p> </td></tr><tr><td> <span class="command"><strong>component</strong></span> </td><td> <p> String. component name</p> </td></tr><tr><td> <span class="command"><strong>from_network</strong></span> </td><td>
+            <p>
+              Comma-separated strings representing IPv4 address ranges.
+            </p>
+            <p>
+              Intended for use in ACCESS VIRTUALHOST rules to apply firewall-like restrictions.
+            </p>
+            <p>
+              The rule matches if any of the address ranges match the IPv4 address of the messaging client.
+              The address ranges are specified using either Classless Inter-Domain Routing notation
+              (e.g. 192.168.1.0/24; see <a class="link" href="http://tools.ietf.org/html/rfc4632" target="_top">RFC 4632</a>)
+              or wildcards (e.g. 192.169.1.*).
+            </p>
+          </td></tr><tr><td> <span class="command"><strong>from_hostname</strong></span> </td><td>
+            <p>
+              Comma-separated strings representing hostnames, specified using Perl-style regular
+              expressions, e.g. .*\.example\.company\.com
+            </p>
+            <p>
+              Intended for use in ACCESS VIRTUALHOST rules to apply firewall-like restrictions.
+            </p>
+            <p>
+              The rule matches if any of the patterns match the hostname of the messaging client.
+            </p>
+            <p>
+              To look up the client's hostname, Qpid uses Java's DNS support, which internally caches its results.
+            </p>
+            <p>
+              You can modify the time-to-live of cached results using the *.ttl properties described on the
+              Java <a class="link" href="http://docs.oracle.com/javase/8/docs/technotes/guides/net/properties.html" target="_top">Networking
+              Properties</a> page.
+            </p>
+            <p>
+              For example, you can either set system property sun.net.inetaddr.ttl from the command line
+              (e.g. export QPID_OPTS="-Dsun.net.inetaddr.ttl=0") or networkaddress.cache.ttl in
+              $JAVA_HOME/lib/security/java.security. The latter is preferred because it is JVM
+              vendor-independent.
+            </p>
+          </td></tr><tr><td><span class="command"><strong>virtualhost_name</strong></span></td><td>
+            <p>
+              String. A name of virtual host to which the rule is applied.
+            </p>
+          </td></tr><tr><td><span class="command"><strong>method_name</strong></span></td><td>
+            <p>
+              String. The name of the method. A trailing wildcard (*) is permitted.  Used with INVOKE ACL action.
+            </p>
+          </td></tr><tr><td><span class="command"><strong>attribute_names</strong></span></td><td>
+            <p>
+              Specifies attribute name criteria.  Used by UPDATE ACL actions only.  Rules with this criteria will match
+              if and only if the set of attributes being updated Comma separated list of attribute names .  This criteria
+              will match if all attributes included within the update appear in the set described by
+              <code class="literal">attribute_names</code>.
+            </p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Security-AccessControlProviders-WorkedExamples"></a>8.3.4.&#160;
+      Worked Examples
+    </h3></div></div></div><p>
+      Here are some example ACLs illustrating common use cases.
+    </p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Security-AccessControlProviders-WorkedExample1"></a>8.3.4.1.&#160;
+        Worked example 1 - Management rights
+      </h4></div></div></div><p>
+        Suppose you wish to permission two users: a user <code class="literal">operator</code> must be able to perform all
+        Management operations, and a user 'readonly' must be enable to perform only read-only actions. Neither
+        <code class="literal">operator</code> nor <code class="literal">readonly</code> should be allowed to connect clients for
+        messaging.
+      </p><div class="example"><a id="d0e5292"></a><p class="title"><strong>Example&#160;8.1.&#160;Worked example 1 - Management rights</strong></p><div class="example-contents"><pre class="programlisting">
+          # Deny operator/readonly permission to connect for messaging.
+          ACL DENY-LOG operator ACCESS VIRTUALHOST
+          ACL DENY-LOG readonly ACCESS VIRTUALHOST
+          # Give operator permission to perfom all actions
+          ACL ALLOW operator ALL ALL
+          # Give readonly access permission to virtualhost. (Read permission for all objects implicit)
+          ACL ALLOW readonly ACCESS MANAGEMENT
+          ...
+          ... rules for other users
+          ...
+        </pre></div></div><br class="example-break" /></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Security-AccessControlProviders-WorkedExample2"></a>8.3.4.2.&#160;
+        Worked example 2 - Simple Messaging
+      </h4></div></div></div><p>
+        Suppose you wish to permission a system for application messaging.  User <code class="literal">publisher</code>
+        needs permission to publish to <code class="literal">appqueue</code> and consumer needs permission to consume
+        from the same queue object. We also want <code class="literal">operator</code> to be able to inspect messages
+        and delete messages in case of the need to intervene.  This example assumes that the queue exists on
+        the Broker.
+      </p><p>
+        We use this ACL to illustrate separate Broker and Virtualhost access control providers.
+      </p><p>
+        The following ACL rules are given to the Broker.
+      </p><div class="example"><a id="d0e5315"></a><p class="title"><strong>Example&#160;8.2.&#160;Worked example 2 - Simple Messaging - Broker ACL rules</strong></p><div class="example-contents"><pre class="programlisting">
+# This gives the operate permission to delete messages on all queues on all virtualhost
+ACL ALLOW operator ACCESS MANAGEMENT
+ACL ALLOW operator INVOKE QUEUE method_name="deleteMessages"
+ACL ALLOW operator INVOKE QUEUE method_name="getMessage*"
+        </pre></div></div><br class="example-break" /><p>
+        And the following ACL rule-set is applied to the Virtualhost.  The default outcome of the
+        Access Control Provider must be <code class="literal">DEFERED</code>.  This means that if a request for
+        access is made for which there are no matching rules, the decision will be deferred to the
+        Broker so it can make a decision instead.
+      </p><div class="example"><a id="d0e5325"></a><p class="title"><strong>Example&#160;8.3.&#160;Worked example 2 - Simple Messaging - Virtualhost ACL rules</strong></p><div class="example-contents"><pre class="programlisting">
+# Configure the rule-set to DEFER decisions that have no matching rules.
+CONFIG DEFAULTDEFER=TRUE
+# Allow client and server to connect to the virtual host.
+ACL ALLOW publisher ACCESS VIRTUALHOST
+ACL ALLOW consumer ACCESS VIRTUALHOST
+
+ACL ALLOW publisher PUBLISH EXCHANGE name="" routingKey="appqueue"
+ACL ALLOW consumer CONSUME QUEUE name="appqueue"
+# In some addressing configurations, the Qpid JMS AMQP 0-x client, will declare the queue as a side effect of creating the consumer.
+# The following line allows for this.  For the Qpid JMS AMQP 1.0 client, this is not required.
+ACL ALLOW consumer CREATE QUEUE name="appqueue"
+        </pre></div></div><br class="example-break" /></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Security-AccessControlProviders-WorkedExample3"></a>8.3.4.3.&#160;
+        Worked example 3 - firewall-like access control
+      </h4></div></div></div><p>
+        This example illustrates how to set up an ACL that restricts the IP addresses and hostnames
+        of messaging clients that can access a virtual host.
+      </p><div class="example"><a id="d0e5335"></a><p class="title"><strong>Example&#160;8.4.&#160;Worked example 3 - firewall-like access control</strong></p><div class="example-contents"><pre class="programlisting">
+          ################
+          # Hostname rules
+          ################
+
+          # Allow messaging clients from company1.com and company1.co.uk to connect
+          ACL ALLOW all ACCESS VIRTUALHOST from_hostname=".*\.company1\.com,.*\.company1\.co\.uk"
+
+          # Deny messaging clients from hosts within the dev subdomain
+          ACL DENY-LOG all ACCESS VIRTUALHOST from_hostname=".*\.dev\.company1\.com"
+
+          ##################
+          # IP address rules
+          ##################
+
+          # Deny access to all users in the IP ranges 192.168.1.0-192.168.1.255 and 192.168.2.0-192.168.2.255,
+          # using the notation specified in RFC 4632, "Classless Inter-domain Routing (CIDR)"
+          ACL DENY-LOG messaging-users ACCESS VIRTUALHOST \
+          from_network="192.168.1.0/24,192.168.2.0/24"
+
+          # Deny access to all users in the IP ranges 192.169.1.0-192.169.1.255 and 192.169.2.0-192.169.2.255,
+          # using wildcard notation.
+          ACL DENY-LOG messaging-users ACCESS VIRTUALHOST \
+          from_network="192.169.1.*,192.169.2.*"
+        </pre></div></div><br class="example-break" /></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-Security-Group-Providers.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Security.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Security-Configuration-Encryption.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">8.2.&#160;Group Providers&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;8.4.&#160;Configuration Encryption</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[27/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/drain.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/drain.cpp.html b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/drain.cpp.html
index 910afd9..51d96f3 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/drain.cpp.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/drain.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/hello_world.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/hello_world.cpp.html b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/hello_world.cpp.html
index 4ef9fec..7f4fc54 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/hello_world.cpp.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/hello_world.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/hello_xml.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/hello_xml.cpp.html b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/hello_xml.cpp.html
index 1de25a8..37b0bd0 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/hello_xml.cpp.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/hello_xml.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/index.html b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/index.html
index 3a30687..926687f 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/index.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/map_receiver.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/map_receiver.cpp.html b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/map_receiver.cpp.html
index 3d23d62..d120b2f 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/map_receiver.cpp.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/map_receiver.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/map_sender.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/map_sender.cpp.html b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/map_sender.cpp.html
index f14cc18..368c2d5 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/map_sender.cpp.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/map_sender.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/server.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/server.cpp.html b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/server.cpp.html
index 4424895..92daf56 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/server.cpp.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/server.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/server_reconnect.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/server_reconnect.cpp.html b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/server_reconnect.cpp.html
index fa53140..e20f4ad 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/server_reconnect.cpp.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/server_reconnect.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/spout.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/spout.cpp.html b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/spout.cpp.html
index 59b4635..ff5cd64 100644
--- a/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/spout.cpp.html
+++ b/content/releases/qpid-cpp-1.36.0/messaging-api/cpp/examples/spout.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-1.36.0/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-1.36.0/release-notes.html b/content/releases/qpid-cpp-1.36.0/release-notes.html
index caeb960..6fe61dc 100644
--- a/content/releases/qpid-cpp-1.36.0/release-notes.html
+++ b/content/releases/qpid-cpp-1.36.0/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/AMQP-Compatibility.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/AMQP-Compatibility.html b/content/releases/qpid-cpp-master/cpp-broker/book/AMQP-Compatibility.html
index 0b79f65..d68300f 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/AMQP-Compatibility.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/AMQP-Compatibility.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html b/content/releases/qpid-cpp-master/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html
index 39e6241..77a376a 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/Using-message-groups.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/Using-message-groups.html b/content/releases/qpid-cpp-master/cpp-broker/book/Using-message-groups.html
index 3ea04d3..18c5065 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/Using-message-groups.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/Using-message-groups.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/ch01.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/ch01.html b/content/releases/qpid-cpp-master/cpp-broker/book/ch01.html
index 5653832..af09c21 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/ch01.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/ch01.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/ch01s02.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/ch01s02.html b/content/releases/qpid-cpp-master/cpp-broker/book/ch01s02.html
index 839cd73..d8ea01a 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/ch01s02.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/ch01s02.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/ch01s03.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/ch01s03.html b/content/releases/qpid-cpp-master/cpp-broker/book/ch01s03.html
index 8ea83c1..b5fe621 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/ch01s03.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/ch01s03.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/ch01s06.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/ch01s06.html b/content/releases/qpid-cpp-master/cpp-broker/book/ch01s06.html
index fdae8b7..979fe98 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/ch01s06.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/ch01s06.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/ch02s02.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/ch02s02.html b/content/releases/qpid-cpp-master/cpp-broker/book/ch02s02.html
index 422e936..00e98fb 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/ch02s02.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/ch02s02.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/ch02s03.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/ch02s03.html b/content/releases/qpid-cpp-master/cpp-broker/book/ch02s03.html
index b1ddb20..717414e 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/ch02s03.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/ch02s03.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html b/content/releases/qpid-cpp-master/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html
index 8e7e64e..a55e7f4 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/chap-Messaging_User_Guide-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/chap-Messaging_User_Guide-Security.html b/content/releases/qpid-cpp-master/cpp-broker/book/chap-Messaging_User_Guide-Security.html
index 954bfe9..61d1535 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/chap-Messaging_User_Guide-Security.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/chap-Messaging_User_Guide-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/chapter-Managing-CPP-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/chapter-Managing-CPP-Broker.html b/content/releases/qpid-cpp-master/cpp-broker/book/chapter-Managing-CPP-Broker.html
index 3f51f92..12941f5 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/chapter-Managing-CPP-Broker.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/chapter-Managing-CPP-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/chapter-ha.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/chapter-ha.html b/content/releases/qpid-cpp-master/cpp-broker/book/chapter-ha.html
index e9ea977..61272c8 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/chapter-ha.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/chapter-ha.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/ha-queue-replication.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/ha-queue-replication.html b/content/releases/qpid-cpp-master/cpp-broker/book/ha-queue-replication.html
index 4bb10ce..d962d42 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/ha-queue-replication.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/ha-queue-replication.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/index.html b/content/releases/qpid-cpp-master/cpp-broker/book/index.html
index f6e11c3..fa029bc 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/index.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/pr01.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/pr01.html b/content/releases/qpid-cpp-master/cpp-broker/book/pr01.html
index a80a188..ba109d9 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/pr01.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/pr01.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/producer-flow-control.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/producer-flow-control.html b/content/releases/qpid-cpp-master/cpp-broker/book/producer-flow-control.html
index eba951d..abf9d3d 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/producer-flow-control.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/producer-flow-control.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/cpp-broker/book/queue-state-replication.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/cpp-broker/book/queue-state-replication.html b/content/releases/qpid-cpp-master/cpp-broker/book/queue-state-replication.html
index 1058f64..2f4645c 100644
--- a/content/releases/qpid-cpp-master/cpp-broker/book/queue-state-replication.html
+++ b/content/releases/qpid-cpp-master/cpp-broker/book/queue-state-replication.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/index.html b/content/releases/qpid-cpp-master/index.html
index 55328e3..b7d2b52 100644
--- a/content/releases/qpid-cpp-master/index.html
+++ b/content/releases/qpid-cpp-master/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/messaging-api/cpp/examples/OptionParser.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/OptionParser.cpp.html b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/OptionParser.cpp.html
index 6577d2c..3ba888a 100644
--- a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/OptionParser.cpp.html
+++ b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/OptionParser.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/messaging-api/cpp/examples/OptionParser.h.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/OptionParser.h.html b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/OptionParser.h.html
index 8b0cccf..e4b83c7 100644
--- a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/OptionParser.h.html
+++ b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/OptionParser.h.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/messaging-api/cpp/examples/client.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/client.cpp.html b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/client.cpp.html
index 88fb36b..cd55641 100644
--- a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/client.cpp.html
+++ b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/client.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/messaging-api/cpp/examples/drain.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/drain.cpp.html b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/drain.cpp.html
index ed4b6c9..5440d45 100644
--- a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/drain.cpp.html
+++ b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/drain.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/messaging-api/cpp/examples/hello_world.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/hello_world.cpp.html b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/hello_world.cpp.html
index a3f97e4..b52ebd4 100644
--- a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/hello_world.cpp.html
+++ b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/hello_world.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/messaging-api/cpp/examples/hello_xml.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/hello_xml.cpp.html b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/hello_xml.cpp.html
index fc5b33d..58cff29 100644
--- a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/hello_xml.cpp.html
+++ b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/hello_xml.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/messaging-api/cpp/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/index.html b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/index.html
index 9e976e7..b24557e 100644
--- a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/index.html
+++ b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/messaging-api/cpp/examples/map_receiver.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/map_receiver.cpp.html b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/map_receiver.cpp.html
index 56a861d..8f98104 100644
--- a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/map_receiver.cpp.html
+++ b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/map_receiver.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/messaging-api/cpp/examples/map_sender.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/map_sender.cpp.html b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/map_sender.cpp.html
index bbc32b9..a735053 100644
--- a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/map_sender.cpp.html
+++ b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/map_sender.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/messaging-api/cpp/examples/server.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/server.cpp.html b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/server.cpp.html
index e67ace7..b8455aa 100644
--- a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/server.cpp.html
+++ b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/server.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/messaging-api/cpp/examples/server_reconnect.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/server_reconnect.cpp.html b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/server_reconnect.cpp.html
index 24c2787..222bafb 100644
--- a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/server_reconnect.cpp.html
+++ b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/server_reconnect.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/messaging-api/cpp/examples/spout.cpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/spout.cpp.html b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/spout.cpp.html
index 9767029..69ed9ff 100644
--- a/content/releases/qpid-cpp-master/messaging-api/cpp/examples/spout.cpp.html
+++ b/content/releases/qpid-cpp-master/messaging-api/cpp/examples/spout.cpp.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-master/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-master/release-notes.html b/content/releases/qpid-cpp-master/release-notes.html
index 6d2f023..7c31759 100644
--- a/content/releases/qpid-cpp-master/release-notes.html
+++ b/content/releases/qpid-cpp-master/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.3/book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.3/book.html b/content/releases/qpid-dispatch-0.3/book.html
index 6ae49d6..1030b86 100644
--- a/content/releases/qpid-dispatch-0.3/book.html
+++ b/content/releases/qpid-dispatch-0.3/book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.3/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.3/index.html b/content/releases/qpid-dispatch-0.3/index.html
index 599e110..14fbc31 100644
--- a/content/releases/qpid-dispatch-0.3/index.html
+++ b/content/releases/qpid-dispatch-0.3/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.3/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.3/release-notes.html b/content/releases/qpid-dispatch-0.3/release-notes.html
index 034425b..dbf4fa5 100644
--- a/content/releases/qpid-dispatch-0.3/release-notes.html
+++ b/content/releases/qpid-dispatch-0.3/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/book/addressing.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/book/addressing.html b/content/releases/qpid-dispatch-0.4/book/addressing.html
index 703dafa..bf98686 100644
--- a/content/releases/qpid-dispatch-0.4/book/addressing.html
+++ b/content/releases/qpid-dispatch-0.4/book/addressing.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/book/amqp-mapping.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/book/amqp-mapping.html b/content/releases/qpid-dispatch-0.4/book/amqp-mapping.html
index 5e77837..98a0112 100644
--- a/content/releases/qpid-dispatch-0.4/book/amqp-mapping.html
+++ b/content/releases/qpid-dispatch-0.4/book/amqp-mapping.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/book/basic_usage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/book/basic_usage.html b/content/releases/qpid-dispatch-0.4/book/basic_usage.html
index 6e0da83..822ee20 100644
--- a/content/releases/qpid-dispatch-0.4/book/basic_usage.html
+++ b/content/releases/qpid-dispatch-0.4/book/basic_usage.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/book/book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/book/book.html b/content/releases/qpid-dispatch-0.4/book/book.html
index 903e31a..81d31eb 100644
--- a/content/releases/qpid-dispatch-0.4/book/book.html
+++ b/content/releases/qpid-dispatch-0.4/book/book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/book/client_compatibility.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/book/client_compatibility.html b/content/releases/qpid-dispatch-0.4/book/client_compatibility.html
index c39012b..b89b89d 100644
--- a/content/releases/qpid-dispatch-0.4/book/client_compatibility.html
+++ b/content/releases/qpid-dispatch-0.4/book/client_compatibility.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/book/default_config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/book/default_config.html b/content/releases/qpid-dispatch-0.4/book/default_config.html
index ae6c22a..376db04 100644
--- a/content/releases/qpid-dispatch-0.4/book/default_config.html
+++ b/content/releases/qpid-dispatch-0.4/book/default_config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/book/introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/book/introduction.html b/content/releases/qpid-dispatch-0.4/book/introduction.html
index e5178e6..668b0e4 100644
--- a/content/releases/qpid-dispatch-0.4/book/introduction.html
+++ b/content/releases/qpid-dispatch-0.4/book/introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/book/link_routing.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/book/link_routing.html b/content/releases/qpid-dispatch-0.4/book/link_routing.html
index 5092100..5e89288 100644
--- a/content/releases/qpid-dispatch-0.4/book/link_routing.html
+++ b/content/releases/qpid-dispatch-0.4/book/link_routing.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/book/schema.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/book/schema.html b/content/releases/qpid-dispatch-0.4/book/schema.html
index 8c20326..095daf2 100644
--- a/content/releases/qpid-dispatch-0.4/book/schema.html
+++ b/content/releases/qpid-dispatch-0.4/book/schema.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/book/technical_details.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/book/technical_details.html b/content/releases/qpid-dispatch-0.4/book/technical_details.html
index 0757830..0ffe5a2 100644
--- a/content/releases/qpid-dispatch-0.4/book/technical_details.html
+++ b/content/releases/qpid-dispatch-0.4/book/technical_details.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/book/tools.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/book/tools.html b/content/releases/qpid-dispatch-0.4/book/tools.html
index d14f0e3..3bdf2b4 100644
--- a/content/releases/qpid-dispatch-0.4/book/tools.html
+++ b/content/releases/qpid-dispatch-0.4/book/tools.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/book/using.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/book/using.html b/content/releases/qpid-dispatch-0.4/book/using.html
index 493518e..3fc7f90 100644
--- a/content/releases/qpid-dispatch-0.4/book/using.html
+++ b/content/releases/qpid-dispatch-0.4/book/using.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/index.html b/content/releases/qpid-dispatch-0.4/index.html
index 91a50c3..7daaf15 100644
--- a/content/releases/qpid-dispatch-0.4/index.html
+++ b/content/releases/qpid-dispatch-0.4/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/man/qdmanage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/man/qdmanage.html b/content/releases/qpid-dispatch-0.4/man/qdmanage.html
index cf0a89f..98315a6 100644
--- a/content/releases/qpid-dispatch-0.4/man/qdmanage.html
+++ b/content/releases/qpid-dispatch-0.4/man/qdmanage.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/man/qdrouterd.conf.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/man/qdrouterd.conf.html b/content/releases/qpid-dispatch-0.4/man/qdrouterd.conf.html
index 7d008f3..bc02e98 100644
--- a/content/releases/qpid-dispatch-0.4/man/qdrouterd.conf.html
+++ b/content/releases/qpid-dispatch-0.4/man/qdrouterd.conf.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/man/qdrouterd.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/man/qdrouterd.html b/content/releases/qpid-dispatch-0.4/man/qdrouterd.html
index aa4d392..f27dfbc 100644
--- a/content/releases/qpid-dispatch-0.4/man/qdrouterd.html
+++ b/content/releases/qpid-dispatch-0.4/man/qdrouterd.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/man/qdstat.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/man/qdstat.html b/content/releases/qpid-dispatch-0.4/man/qdstat.html
index c341d44..c2ee04c 100644
--- a/content/releases/qpid-dispatch-0.4/man/qdstat.html
+++ b/content/releases/qpid-dispatch-0.4/man/qdstat.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.4/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.4/release-notes.html b/content/releases/qpid-dispatch-0.4/release-notes.html
index 188c6d4..490acfa 100644
--- a/content/releases/qpid-dispatch-0.4/release-notes.html
+++ b/content/releases/qpid-dispatch-0.4/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/book/addressing.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/addressing.html b/content/releases/qpid-dispatch-0.5/book/addressing.html
index 569e4d3..908d973 100644
--- a/content/releases/qpid-dispatch-0.5/book/addressing.html
+++ b/content/releases/qpid-dispatch-0.5/book/addressing.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/book/amqp-mapping.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/amqp-mapping.html b/content/releases/qpid-dispatch-0.5/book/amqp-mapping.html
index 32ff36b..798b2f5 100644
--- a/content/releases/qpid-dispatch-0.5/book/amqp-mapping.html
+++ b/content/releases/qpid-dispatch-0.5/book/amqp-mapping.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/book/basic_usage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/basic_usage.html b/content/releases/qpid-dispatch-0.5/book/basic_usage.html
index 7dd4e53..6afa14d 100644
--- a/content/releases/qpid-dispatch-0.5/book/basic_usage.html
+++ b/content/releases/qpid-dispatch-0.5/book/basic_usage.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/book/book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/book.html b/content/releases/qpid-dispatch-0.5/book/book.html
index d08c964..ddcaa13 100644
--- a/content/releases/qpid-dispatch-0.5/book/book.html
+++ b/content/releases/qpid-dispatch-0.5/book/book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/book/client_compatibility.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/client_compatibility.html b/content/releases/qpid-dispatch-0.5/book/client_compatibility.html
index 573fe94..8724998 100644
--- a/content/releases/qpid-dispatch-0.5/book/client_compatibility.html
+++ b/content/releases/qpid-dispatch-0.5/book/client_compatibility.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/book/default_config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/default_config.html b/content/releases/qpid-dispatch-0.5/book/default_config.html
index 5b41d1c..f15c2ef 100644
--- a/content/releases/qpid-dispatch-0.5/book/default_config.html
+++ b/content/releases/qpid-dispatch-0.5/book/default_config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/book/introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/introduction.html b/content/releases/qpid-dispatch-0.5/book/introduction.html
index 2a1c3c5..41eff58 100644
--- a/content/releases/qpid-dispatch-0.5/book/introduction.html
+++ b/content/releases/qpid-dispatch-0.5/book/introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/book/link_routing.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/link_routing.html b/content/releases/qpid-dispatch-0.5/book/link_routing.html
index 9672feb..83ca42d 100644
--- a/content/releases/qpid-dispatch-0.5/book/link_routing.html
+++ b/content/releases/qpid-dispatch-0.5/book/link_routing.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/book/schema.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/schema.html b/content/releases/qpid-dispatch-0.5/book/schema.html
index d0d0caf..95bc738 100644
--- a/content/releases/qpid-dispatch-0.5/book/schema.html
+++ b/content/releases/qpid-dispatch-0.5/book/schema.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/book/technical_details.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/technical_details.html b/content/releases/qpid-dispatch-0.5/book/technical_details.html
index 7a05684..08be46e 100644
--- a/content/releases/qpid-dispatch-0.5/book/technical_details.html
+++ b/content/releases/qpid-dispatch-0.5/book/technical_details.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/book/tools.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/tools.html b/content/releases/qpid-dispatch-0.5/book/tools.html
index 2ebf17e..4d01944 100644
--- a/content/releases/qpid-dispatch-0.5/book/tools.html
+++ b/content/releases/qpid-dispatch-0.5/book/tools.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/book/using.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/using.html b/content/releases/qpid-dispatch-0.5/book/using.html
index 6593db4..fa0ed58 100644
--- a/content/releases/qpid-dispatch-0.5/book/using.html
+++ b/content/releases/qpid-dispatch-0.5/book/using.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/index.html b/content/releases/qpid-dispatch-0.5/index.html
index 1bd9184..3072dfe 100644
--- a/content/releases/qpid-dispatch-0.5/index.html
+++ b/content/releases/qpid-dispatch-0.5/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/man/qdmanage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/man/qdmanage.html b/content/releases/qpid-dispatch-0.5/man/qdmanage.html
index a58e151..0eb88d0 100644
--- a/content/releases/qpid-dispatch-0.5/man/qdmanage.html
+++ b/content/releases/qpid-dispatch-0.5/man/qdmanage.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html b/content/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html
index e6f30c6..a303e52 100644
--- a/content/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html
+++ b/content/releases/qpid-dispatch-0.5/man/qdrouterd.conf.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/man/qdrouterd.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/man/qdrouterd.html b/content/releases/qpid-dispatch-0.5/man/qdrouterd.html
index 1100e20..71b1132 100644
--- a/content/releases/qpid-dispatch-0.5/man/qdrouterd.html
+++ b/content/releases/qpid-dispatch-0.5/man/qdrouterd.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/man/qdstat.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/man/qdstat.html b/content/releases/qpid-dispatch-0.5/man/qdstat.html
index e67b859..a537c7f 100644
--- a/content/releases/qpid-dispatch-0.5/man/qdstat.html
+++ b/content/releases/qpid-dispatch-0.5/man/qdstat.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.5/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/release-notes.html b/content/releases/qpid-dispatch-0.5/release-notes.html
index ecffd10..2859b80 100644
--- a/content/releases/qpid-dispatch-0.5/release-notes.html
+++ b/content/releases/qpid-dispatch-0.5/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/addressing.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/addressing.html b/content/releases/qpid-dispatch-0.6.0/book/addressing.html
index 89083fb..95d03d7 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/addressing.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/addressing.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/amqp-mapping.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/amqp-mapping.html b/content/releases/qpid-dispatch-0.6.0/book/amqp-mapping.html
index 1fe2c2c..10c1bdf 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/amqp-mapping.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/amqp-mapping.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/auto_links.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/auto_links.html b/content/releases/qpid-dispatch-0.6.0/book/auto_links.html
index 1ed000b..a914a1b 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/auto_links.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/auto_links.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/basic_usage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/basic_usage.html b/content/releases/qpid-dispatch-0.6.0/book/basic_usage.html
index 3b0a80c..6b70567 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/basic_usage.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/basic_usage.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/book.html b/content/releases/qpid-dispatch-0.6.0/book/book.html
index 7cf57a0..ec1c852 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/book.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/client_compatibility.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/client_compatibility.html b/content/releases/qpid-dispatch-0.6.0/book/client_compatibility.html
index c8d3968..de413df 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/client_compatibility.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/client_compatibility.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[20/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index 4eb0fd1..62e26b7 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index 6c4822c..c63956a 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-System-Properties.html
index f175ecf..d1942be 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index 880aaa0..2098c25 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index 9236508..0208626 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Backup-And-Recovery.html
index 76a3cc8..d85b1d8 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index 857f059..f58aec0 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Broker.html
index f8000ff..6529f7e 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Exchanges.html
index 9d44c20..3437deb 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 3602119..eb05e80 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Ports.html
index 1be6bc5..98977d2 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Queues.html
index 62dd064..51750c7 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index 3db3929..64443af 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index 9c91bd4..6384c1b 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index a71a992..0dea85d 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts.html
index 4717d38..2bac927 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index ed3486b..e698386 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Logging.html
index 72d05b9..f1119ba 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index 6f5e36c..dcd6468 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index 17bee37..35178c9 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started.html
index 8f9142e..e19159f 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Backup.html
index 6e48e71..0b5d30a 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index 9fcce9c..685f9fa 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 37d715b..7a9ad72 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index 2729bc3..d2e1526 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index 61b4acf..e295f66 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index 0b98f08..7d25581 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index 620f712..09765e5 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index 296c821..ba217a4 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index 7a1842b..193cb12 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Security.html
index 779551a..058f11d 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability.html
index cb11d32..6b61176 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index 5b9cb6c..673a80f 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index 5ece0a8..94e5a39 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index 46c7420..e8c4c6a 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index 24349f0..bbf3f46 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index d262903..26f60a1 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index 981b0ed..54cb84b 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index 9e3c211..865d751 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration.html
index 2535e3f..7d288e2 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-Download.html
index 9a4a19d..f996fed 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index 8faf7ca..8c9ed78 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index e641d53..2b129eb 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index 49c6f33..26a0531 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-Prerequistes.html
index 8e779c4..4a5dd78 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation.html
index 66322b9..5cd261d 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Introduction.html
index 62a0585..35cb10d 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index 6a002ec..73d8194 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-QMF.html
index 2b9c6be..c8e47cc 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index 871420b..cc175f7 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index abbcb73..77cc860 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel.html
index 2fb4d05..a5c6fb9 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index 3e9f351..462f609 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index 9ade1bf..cfbfacc 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Broker.html
index ddf5c88..db4989e 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index 327562d..b5f1a49 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index 7065269..926c44e 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Entities.html
index 05b86c9..1678d05 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index 4974945..fa624c9 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index 057aedd..743db8f 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index 8c0a30e..11a9c62 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index f3a8c36..52baf96 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Ports.html
index d08bc99..9a60351 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Queues.html
index 0460b46..a33442a 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index 7993471..3e52855 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index 396c7a4..ec269a9 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index 78cddbf..0c9ecdf 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index c6ea9a7..68f94c1 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index 32f5146..43f3300 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index 8c154a1..6bbc73f 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous.html
index 011b1ec..33cb8a2 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index fe1a1f4..62a0071 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index c09672e..4465ee8 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index facd1cf..dea59fb 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index 4e2b4ef..52bdbfb 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[47/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Queue-Declare-Arguments.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Queue-Declare-Arguments.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Queue-Declare-Arguments.html
new file mode 100644
index 0000000..44e437e
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Queue-Declare-Arguments.html
@@ -0,0 +1,224 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Appendix&#160;G.&#160;Queue Declaration Arguments supported by the Broker - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Appendix&#160;G.&#160;Queue Declaration Arguments supported by the 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">Appendix&#160;G.&#160;Queue Declaration Arguments supported by the Broker</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;</td></tr></table><hr /></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Appendix-Queue-Declare-Arguments"></a>Appendix&#160;G.&#160;Queue Declaration Arguments supported by the Broker</h1></div></div></div><p>
+        <span class="emphasis"><em>Qpid Broker-J</em></span>
+        supports a number of custom arguments which can be specified as part of <span class="emphasis"><em>queue.declare</em></span>
+        commands for AMQP 0-x protocols. This section provides an overview of the supported arguments.
+    </p><div class="table"><a id="Java-Broker-Appendix-Supported-Queue-Declare-Arguments"></a><p class="title"><strong>Table&#160;G.1.&#160;Queue declare arguments</strong></p><div class="table-contents"><table border="1" summary="Queue declare arguments"><colgroup><col class="col1" /><col class="col2" /></colgroup><thead><tr><th>Argument Name</th><th>Description</th></tr></thead><tbody><tr><td colspan="2"><a id="Java-Broker-Appendix-Queue-Declare-Arguments-Overflow-Policy"></a>
+                        <p>Declaration of overflow policy.
+                            See
+                            <a class="xref" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy" title="4.7.5.&#160;Controlling Queue Size">Section&#160;4.7.5, &#8220;Controlling Queue Size&#8221;</a>
+                            for more details.
+                        </p>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-Policy-Type"></a>
+                        <p>qpid.policy_type</p>
+                    </td><td>
+                        <p>Defines queue overflow policy.</p>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-Max-Count"></a>
+                        <p>qpid.max_count</p>
+                    </td><td>
+                        <p>Defines <span class="emphasis"><em>maximum number of messages</em></span>.
+                        </p>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-Max-Size"></a>
+                        <p>qpid.max_size</p>
+                    </td><td>
+                        <p>Defines <span class="emphasis"><em>maximum number of bytes</em></span>.
+                        </p>
+                    </td></tr><tr><td colspan="2">
+                        <p>The <span class="emphasis"><em>Overflow Policy</em></span> and the limits can be specified using
+                            <span class="emphasis"><em>Address</em></span>
+                            based syntax as in the example below:
+                            </p><pre class="screen">
+my-queue; {create: always, node: {x-declare: {arguments:{'qpid.max_count': 10000, 'qpid.max_size': 102400, 'qpid.policy_type: 'ring'}}}}
+</pre><p>
+                        </p>
+                    </td></tr><tr><td colspan="2"><a id="Java-Broker-Appendix-Queue-Declare-Arguments-Overflow-Policy-Producer-Flow-Control"></a>
+                        <p>Alternative declaration of <span class="emphasis"><em>Producer Flow Control</em></span> overflow policy.
+                            See
+                            <a class="xref" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy" title="4.7.5.&#160;Controlling Queue Size">Section&#160;4.7.5, &#8220;Controlling Queue Size&#8221;</a>
+                            for more details.
+                        </p>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-Capacity"></a>
+                        <p>x-qpid-capacity</p>
+                    </td><td>
+                        <p>Defines <span class="emphasis"><em>maximum number of bytes</em></span>.
+                        </p>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-Flow-Resume-Capacity"></a>
+                        <p>x-qpid-flow-resume-capacity</p>
+                    </td><td>
+                        <p>Defines flow resume threshold in bytes</p>
+                    </td></tr><tr><td colspan="2">
+                        <p>The <span class="emphasis"><em>Producer Flow Control</em></span> can be specified using
+                            <span class="emphasis"><em>Address</em></span> based syntax as in the example below:
+                            </p><pre class="screen">
+my-queue; {create: always, node: {x-declare: {arguments:{'x-qpid-capacity': 102400, 'x-qpid-flow-resume-capacity': 8192000}}}}
+</pre><p>
+                        </p>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-X-Qpid-Priorities"></a>
+                        <p>x-qpid-priorities</p>
+                    </td><td>
+                        <p>Specifies a priority queue with given number priorities</p>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-Qpid-Sort-Key"></a>
+                        <p>qpid.queue_sort_key</p>
+                    </td><td>
+                        <p>Specifies sorted queue with given message property used to sort the entries</p>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-Qpid-Last-Value-Key"></a>
+                        <p>qpid.last_value_queue_key</p>
+                    </td><td>
+                        <p>Specifies lvq queue with given message property used to conflate the entries</p>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-Qpid-Ensure-Nondestructive-Consumers"></a>
+                        <p>qpid.ensure_nondestructive_consumers</p>
+                    </td><td>
+                        <p>Set to true if the queue should make all consumers attached to it behave
+                            non-destructively. (Default is false).</p>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-X-Qpid-Maximum-Delivery-Count"></a>
+                        <p>x-qpid-maximum-delivery-count</p>
+                    </td><td>
+                        <p>Specifies this queue's maximum delivery count.</p>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-X-Qpid-Maximum-Delivery-Count"></a>
+                        <p>x-qpid-dlq-enabled</p>
+                    </td><td>
+                        <p>If set <code class="literal">true</code>, a dead letter queue will be automatically created
+                        and assigned as this queue's <code class="literal">alternateBinding</code>.</p>
+                    </td></tr></tbody></table></div></div><br class="table-break" /></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;</td></tr><tr><td align="left" valign="top" width="40%">F.2.&#160;Installing External JDBC Driver&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Statistics-Reporting.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Statistics-Reporting.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Statistics-Reporting.html
new file mode 100644
index 0000000..84e5c11
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Statistics-Reporting.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Appendix&#160;D.&#160;Statistics Reporting - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Appendix&#160;D.&#160;Statistics Reporting</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;Statistics Reporting</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="apds02.html">Next</a></td></tr></table><hr /></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Appendix-Statistics-Reporting"></a>Appendix&#160;D.&#160;Statistics Reporting</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-Appendix-Statistics-Reporting.html#d0e9500">D.1. Statistics Report Period</a></span></dt><dt><span class="section"><a href="apds02.html">D.2. Statistic Report Patterns</a></span></dt><dt><span class="section"><a href="apds0
 3.html">D.3. Examples</a></span></dt></dl></div><p>The Broker has the ability to periodically write statistics of any entity within the system to
+    the log.  Statistics reporting can be configured for a single entity  (e.g. a queue) or for all entities of a
+    particular category (e.g. for all queues). The system can be configured dynamically at runtime without the need
+    for the system to be restarted.</p><p>This feature helps allow the behaviour of the overall system to be understood and can aid real-time problem
+    diagnosis.</p><p>It can be configured Broker-wide or separately for each virtual host.</p><p>The format of the statistics report is configurable.</p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="d0e9500"></a>D.1.&#160;Statistics Report Period</h2></div></div></div><p>This governs the period with which statistics reports will be written to the log.  The period is defined
+      in seconds.  By default the statistics report period is zero, meaning the system is disabled.   To enable the
+      statistics report set the <span class="emphasis"><em>statistics reporting period</em></span> on either the Broker or virtualhost to
+      a non-zero value.</p><p>Once the period is defined, the system will respond to the statistic report patterns defined described next.</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-Appendix-Operation-Logging.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="apds02.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Appendix&#160;C.&#160;Operational Logging&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;D.2.&#160;Statistic Report Patterns</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-System-Properties.html
new file mode 100644
index 0000000..4c43357
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-System-Properties.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Appendix&#160;B.&#160;System Properties - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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="d0e7318"></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-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;Alternate Binding">Section&#160;9.4.3, &#8220;Alternate Binding&#8221;</a>
+            feature. Governs the suffix used when generating a name for a Dead Letter Queue.</td></tr><tr><td><a id="Java-Broker-Appendix-System-Properties-Broker-Status-Updates"></a>qpid.broker_status_updates</td><td>true</td><td>
+            <p>If set true, the Broker will produce operational logging messages.</p>
+          </td></tr><tr><td><a id="Java-Broker-Appendix-System-Properties-Broker-Disabled-Features"></a>qpid.broker_disabled_features</td><td>none</td><td>
+            <p>Allows optional Broker features to be disabled. Currently understood feature
+              names are: <code class="literal">qpid.jms-selector</code></p>
+            <p>Feature names should be comma separated.</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Appendix-Environment-Variables.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Appendix-Operation-Logging.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Appendix&#160;A.&#160;Environment Variables&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Appendix&#160;C.&#160;Operational Logging</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
new file mode 100644
index 0000000..dde640b
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
@@ -0,0 +1,156 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>11.2.&#160;Virtualhost Node - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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),
+      simply copy all the files the exist beneath
+        <code class="literal">${QPID_WORK}/&lt;nodename&gt;/config</code>, assuming the virtualhost node is in
+      the standard location. This will copy all configuration that belongs to that virtualhost
+      node.</p><p>The technique for backing up a virtualhost node whilst it is running depends on its
+      type.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Backup-And-Recovery-Virtualhost-Node-BDB"></a>11.2.1.&#160;BDB</h3></div></div></div><p>BDB module includes the "hot" backup utility <code class="literal">org.apache.qpid.server.store.berkeleydb.BDBBackup</code>.
+        This utility can perform the backup when the broker is running.</p><p>You can run this class from command line like in an example below:</p><div class="example"><a id="d0e7048"></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 <em class="replaceable"><code>"${QPID_HOME}/lib/*"</code></em>   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 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></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-right: 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="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;11.3.&#160;Virtualhost</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
new file mode 100644
index 0000000..0d0df6c
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>11.3.&#160;Virtualhost - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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),
+      simply copy all the files the exist beneath
+        <code class="literal">${QPID_WORK}/&lt;name&gt;/messages</code>, assuming the virtualhost is in the
+      standard location. This will copy all messages that belongs to that virtualhost.</p><p>The technique for backing up a virtualhost whilst it is running depends on its
+      type.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Backup-And-Recovery-Virtualhost-BDB"></a>11.3.1.&#160;BDB</h3></div></div></div><p>Use the same backup utility described above, but use the path
+          <code class="literal">${QPID_WORK}/&lt;name&gt;/messages</code> instead.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Backup-And-Recovery-Virtualhost-Derby"></a>11.3.2.&#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-JDBC"></a>11.3.3.&#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-Provided"></a>11.3.4.&#160;Provided</h3></div></div></div><p>The contents of the virtualhost will be backed up as part of virtualhost node that
+        contains it.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Backup-And-Recovery-Virtualhost-BDBHA"></a>11.3.5.&#160;BDB-HA</h3></div></div></div><p>The contents of the virtualhost will be backed up as part of virtualhost node that
+        contains it.</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-Virtualhost-Node.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-Appendix-Environment-Variables.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">11.2.&#160;Virtualhost Node&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Appendix&#160;A.&#160;Environment Variables</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Backup-And-Recovery.html
new file mode 100644
index 0000000..dbcdd68
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Backup-And-Recovery.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Chapter&#160;11.&#160;Backup And Recovery - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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
+      exist beneath <code class="literal">${QPID_WORK}</code>, assuming all virtualhost nodes and virtualhost
+      are in their standard location, this will copy all configuration and persistent message data. </p><p>There is currently no safe mechanism to take a complete copy of the entire Broker whilst
+      it is running.</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-High-Availability-Reset-Group-Infomational.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">10.11.&#160;Reset Group Information&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;11.2.&#160;Virtualhost Node</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Authentication-Providers.html
new file mode 100644
index 0000000..157e9b4
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Authentication-Providers.html
@@ -0,0 +1,148 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>4.9.&#160;Authentication Providers - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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>
+        <span class="emphasis"><em>Authentication Providers</em></span> are used by <span class="emphasis"><em>Ports</em></span> to authenticate connections.
+        Many <span class="emphasis"><em>Authentication Providers</em></span> can be configured on the Broker at the same time, from which
+        each <span class="emphasis"><em>Port</em></span> can be assigned one.
+    </p><p>Some Authentication Providers offer facilities for creation and deletion of users.</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-Ports.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-Other-Services.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">4.8.&#160;Ports&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;4.10.&#160;Other Services</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Broker.html
new file mode 100644
index 0000000..533aa75
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Broker.html
@@ -0,0 +1,144 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>4.2.&#160;Broker - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;4.3.&#160;Virtualhost Nodes</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[02/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index 2dababf..08f4315 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index 85e1ffe..acbd7be 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index bc91260..8ff07f0 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index 33ca1a0..65c0117 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index b4ac00e..d5b39c6 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index f9d7e81..c058d83 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index 5bf4e02..3d09374 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index f12c544..b4b73c4 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index 1fb0eb0..69d1593 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index ae805b9..95a9459 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index d05eb9d..fbfc1b4 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index 781f1c4..227d215 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index 6bfd3c7..a1ac5d4 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index c220e6f..9e272e2 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index 1508d99..7bfcfe8 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index 12b3e98..4404d1a 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index 495bd66..9799c92 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index 47b9ebf..ec0cdd4 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index a6c834f..979dea6 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index 2d0ab72..5ea06c1 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index d4574c1..85dee05 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Book.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Book.html
index 83d48a4..6753277 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Book.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html
index a21272c..d0ea3ea 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html
index 1f4ea1b..491e180 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html
index 9568f99..ec8d7f8 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption.html
index 404d6bf..ac304a7 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-Message-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/index.html
index 91b0e40..576559e 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.1.3/qpid-jms/examples/Drain.java.html
index 5a06a97..3e97fad 100644
--- a/content/releases/qpid-java-6.1.3/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.1.3/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.1.3/qpid-jms/examples/Hello.java.html
index 0d5354c..724560d 100644
--- a/content/releases/qpid-java-6.1.3/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.1.3/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.1.3/qpid-jms/examples/ListReceiver.java.html
index 4b3ff01..804dec7 100644
--- a/content/releases/qpid-java-6.1.3/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.1.3/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.1.3/qpid-jms/examples/ListSender.java.html
index 3eaf327..02b00ed 100644
--- a/content/releases/qpid-java-6.1.3/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.1.3/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.1.3/qpid-jms/examples/MapReceiver.java.html
index e2b1ced..64006c0 100644
--- a/content/releases/qpid-java-6.1.3/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.1.3/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.1.3/qpid-jms/examples/MapSender.java.html
index 42353da..8ee1f2d 100644
--- a/content/releases/qpid-java-6.1.3/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.1.3/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.1.3/qpid-jms/examples/OptionParser.java.html
index fbc49d3..6423a5d 100644
--- a/content/releases/qpid-java-6.1.3/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.1.3/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.1.3/qpid-jms/examples/Spout.java.html
index 19a6b42..7e87714 100644
--- a/content/releases/qpid-java-6.1.3/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.1.3/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.1.3/qpid-jms/examples/hello.properties.html
index 359432e..a68d257 100644
--- a/content/releases/qpid-java-6.1.3/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.1.3/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/qpid-jms/examples/index.html b/content/releases/qpid-java-6.1.3/qpid-jms/examples/index.html
index 3e25b97..6041a01 100644
--- a/content/releases/qpid-java-6.1.3/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.1.3/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/release-notes.html b/content/releases/qpid-java-6.1.3/release-notes.html
index ae356cd..20a1bea 100644
--- a/content/releases/qpid-java-6.1.3/release-notes.html
+++ b/content/releases/qpid-java-6.1.3/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/index.html b/content/releases/qpid-java-6.1.4/index.html
index 646be85..3f5aaf7 100644
--- a/content/releases/qpid-java-6.1.4/index.html
+++ b/content/releases/qpid-java-6.1.4/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.1.4/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index 7e0bba7..726fb6a 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index 0e8b4bc..848a0cb 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index 113b342..304a2d0 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index 2d4b0a5..03d132f 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-System-Properties.html
index 59d1797..956c3d6 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index 3b232b9..a827e30 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index c07be3f..5e1c7bb 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Backup-And-Recovery.html
index cd14e3d..9c55928 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index 32465d8..5127b65 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Broker.html
index bf97bf1..4b75e48 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Exchanges.html
index c93e088..4d5104d 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 03d78c9..78cd708 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Ports.html
index 0f7a689..30344e1 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Queues.html
index 04bbd85..7119303 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index 0a0abe3..1001450 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index 05881d5..46d1c61 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index 0ed8f0f..99f7ca7 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts.html
index 32ab61a..e3e8a03 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.1.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index 514720d..9021d9f 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Logging.html
index 7cffbfb..0a4d1ac 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index 6c58b32..8492ab8 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index 032d0ca..7df2796 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started.html
index 42419a0..c7ec98d 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Backup.html
index 4df73f1..c995030 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index 5904d09..2ce2417 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 9cdc789..61298be 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index cad2cef..895124a 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index 7391709..14b11b8 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index 8656429..ade98cf 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index ae1a975..c4d093b 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index 2be24ce..0824f38 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index 8b3dc42..871405b 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Security.html
index ee85a4e..91e87a3 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability.html
index 4d5300c..74a7d67 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index 4f9262d..ef0ad24 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index 7dfaf11..9ae4387 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index 24d3bbc..6ecec6c 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index bf8d6c5..53c5500 100644
--- a/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[14/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration.html
index 32ae7b2..9b89965 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-Download.html
index d5547f8..2407299 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index 328866e..bec5838 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index 2927d04..6e4c0c4 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index f52fa5c..594889f 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-Prerequistes.html
index 718279b..90522f3 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation.html
index 97b4da1..a13c9f7 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Introduction.html
index 8aeb317..f3f614e 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index 93971e6..0f2329d 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-QMF.html
index 11d295f..350314d 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index e3d371a..9664545 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index 87a2b54..c2e5a6e 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel.html
index 1602154..bbeca4c 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index 8b6780a..363db93 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index f47a5a7..760fe9e 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Broker.html
index 36efbe8..28cad77 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index 8371cfb..7f53ab4 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index 99de30c..197c15e 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Entities.html
index 09fcb37..b6ca21d 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index 2893d14..b1645ad 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index c22b8bb..af10f37 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index 23bb1a9..d419633 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index 633e4a6..2fc20e2 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Ports.html
index 621e6d9..03736d9 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Queues.html
index 0b8535b..a999661 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index e9b25f5..b2a2bf7 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index 9c5226c..f18aa0b 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index a37e3c8..4661033 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index 0b9e5ab..40b8b60 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index 11e3f9e..6ed79b1 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index 7ff73be..48a4f01 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous.html
index 2188427..67f8256 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index 26c5c62..d956a3a 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index 351358b..9961d6f 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index 87ae83e..e249093 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index 1f1abbc..c2c5089 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index 5e2785d..74f32c0 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index 382910f..ad99161 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Memory.html
index c0f2a1a..b4e2c95 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index 9abd45f..da9c004 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index 2b641d0..039a166 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime.html
index 06952e5..9caa43b 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-ACLs.html
index 18b6e52..b02945e 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index 733cbd1..fa79566 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-Group-Providers.html
index 65a3223..b002f0c 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security.html
index e632eb3..1f2d487 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/java-broker/book/index.html b/content/releases/qpid-java-6.0.6/java-broker/book/index.html
index d811333..31e6780 100644
--- a/content/releases/qpid-java-6.0.6/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.0.6/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Book.html b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Book.html
index 5454f61..c5348b0 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Book.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
index fa2959d..3a6b09d 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
index 506fad6..5d44dea 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
index 41b3250..7f84126 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
index 1d02ca6..1a015a9 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring.html b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
index 3c49ff5..a7825d0 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Configuring.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Example.html b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Example.html
index b156f36..baaa470 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Example.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
index e21a24d..1225b57 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
index 3d2d604..3a4f7d8 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-10/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/index.html b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/index.html
index e2b789a..eb42d22 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-10/book/index.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-10/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index 2db1544..c8fce41 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index ddf803e..abbb649 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index 40dae69..71e2b88 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index 66cbc9b..5c3cfa9 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index 049e56d..773223b 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index f776bb7..3b16c8f 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index e87a87b..eca4772 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index b510d63..096cf41 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index 23a1f56..37bd4bb 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index fc71613..f1d8156 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index e817d8c..a86866e 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index c72d867..1b6eaf7 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index c4e6ea5..3b07e1e 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index 5818cac..d945a20 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index 2502bff..47ec8a8 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index cecabd3..0d8061f 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index 7b43b32..6cbdd9a 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index 610ad78..b70f955 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index 0f9ab0d..7d1633e 100644
--- a/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.0.6/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[42/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Location.html
new file mode 100644
index 0000000..f933f17
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Location.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>5.2.&#160;Configuration Store Location - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>5.2.&#160;Configuration Store Location</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">5.2.&#160;Configuration Store Location</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Initial-Configuration.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;5.&#160;Initial Configuration</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Initial-Configuration-Initial-Config-Location.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-Initial-Configuration-Location"></a>5.2.&#160;Configuration Store Location</h2></div></div></div><p> The broker will default to using <a class="link" href="Java-Broker-Initial-Configuration-Configuration-Properties.html" title="5.6.&#160;Customising Configuration using Configuration Properties">${qpid.work_dir}</a>/config.json as the path for it
 s configuration store unless
+            otherwise instructed. </p><p> The command line argument <span class="emphasis"><em>-sp</em></span> (or
+                <span class="emphasis"><em>--store-path</em></span>) can optionally be used to specify a different
+            relative or absolute path to use for the broker configuration store: </p><pre class="screen">
+$ ./qpid-server -sp ./my-broker-configuration.json
+        </pre><p> If no configuration store exists at the specified/defaulted location when the broker
+            starts then one will be initialised using the current <a class="link" href="Java-Broker-Initial-Configuration-Initial-Config-Location.html" title="5.3.&#160;'Initial Configuration' Location">'Initial
+                Configuration'</a>. </p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Initial-Configuration.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Initial-Configuration.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Initial-Configuration-Initial-Config-Location.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Chapter&#160;5.&#160;Initial Configuration&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;5.3.&#160;'Initial Configuration' Location</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Type.html
new file mode 100644
index 0000000..4685eec
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Type.html
@@ -0,0 +1,161 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>5.5.&#160;Configuration Store Type - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>5.5.&#160;Configuration Store Type</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">5.5.&#160;Configuration Store Type</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Initial-Configuration-Create-Initial-Config.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;5.&#160;Initial Configuration</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Initial-Configuration-Configuration-Properties.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-Initial-Configuration-Type"></a>5.5.&#160;Configuration Store Type</h2></div></div></div><p> There are currently several implementations of the pluggable Broker Configuration Store:
+            </p><div class="variablelist"><dl class="variablelist"><dt><span class="term">JSON</span></dt><dd><p>the default one which persists content to disk in a JSON file</p></dd><dt><span class="term">Memory</span></dt><dd><p>operates only in-memory and so does not retain changes across broker
+                        restarts and always relies on the current <a class="link" href="Java-Broker-Initial-Configuration-Initial-Config-Location.html" title="5.3.&#160;'Initial Configuration' Location">'Initial
+                            Configuration'</a> to provide the configuration to start the broker with.
+                    </p></dd><dt><span class="term">DERBY</span></dt><dd><p>stores configuration in embedded derby store</p></dd><dt><span class="term">BDB</span></dt><dd><p>stores configuration in Berkeley DB store</p></dd><dt><span class="term">JDBC</span></dt><dd><p>stores configuration in external RDBMS using JDBC</p></dd></dl></div><p>
+        </p><p> The command line argument <span class="emphasis"><em>-st</em></span> (or
+                <span class="emphasis"><em>--store-type</em></span>) can be used to override the default
+                <span class="emphasis"><em>json</em></span>)configuration store type and allow choosing an alternative,
+            such as <span class="emphasis"><em>Memory</em></span>) </p><pre class="screen">
+$ ./qpid-server -st memory
+        </pre><p> This can be useful when running tests, or always wishing to start the broker with the
+            same <a class="link" href="Java-Broker-Initial-Configuration-Initial-Config-Location.html" title="5.3.&#160;'Initial Configuration' Location">'Initial
+                Configuration'</a>
+        </p><p>Another example of broker startup with configuration in DERBY network server</p><pre class="screen">
+$ ./qpid-server -st JDBC \
+  -prop "systemConfig.connectionUrl=jdbc:derby://localhost:1527/path/to/store;create=true" \
+  -prop "systemConfig.username=test" -prop "systemConfig.password=password"
+        </pre></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Initial-Configuration-Create-Initial-Config.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Initial-Configuration.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Initial-Configuration-Configuration-Properties.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">5.4.&#160;Creating an 'Initial Configuration' JSON File&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;5.6.&#160;Customising Configuration using Configuration Properties</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration.html
new file mode 100644
index 0000000..64cb46c
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Chapter&#160;5.&#160;Initial Configuration - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Chapter&#160;5.&#160;Initial Configuration</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;5.&#160;Initial Configuration</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Concepts-Other-Services.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Initial-Configuration-Location.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Initial-Configuration"></a>Chapter&#160;5.&#160;Initial Configuration</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-Initial-Configuration.html#Java-Broker-Initial-Configuration-Introduction">5.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Location.html">5.2. Co
 nfiguration Store Location</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Initial-Config-Location.html">5.3. 'Initial Configuration' Location</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Create-Initial-Config.html">5.4. Creating an 'Initial Configuration' JSON File</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Type.html">5.5. Configuration Store Type</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Configuration-Properties.html">5.6. Customising Configuration using Configuration Properties</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Example.html">5.7. Example of JSON 'Initial Configuration'</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Java-Broker-Initial-Configuration-Introduction"></a>5.1.&#160;Introduction</h2></div>
 </div></div><p>This section describes how to perform initial configuration on the command line. Once
+            the Broker is started, subsequent management is performed using the <a class="link" href="Java-Broker-Management-Channel.html" title="Chapter&#160;6.&#160;Management Channels">Management interfaces</a></p><p> The configuration for each component is stored as an entry in the broker
+            configuration store, currently implemented as a JSON file which persists changes to
+            disk, BDB or Derby database or an in-memory store which does not. The following
+            components configuration is stored there: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Broker</p></li><li class="listitem"><p>Virtual Host Nodes</p></li><li class="listitem"><p>Loggers</p></li><li class="listitem"><p>Ports</p></li><li class="listitem"><p>Authentication Providers (optionally with Users for managing users Authentication Providers)</p></li><li class="listitem"><p>Access Control Providers</p></li><li class="listitem"><p>Group Providers (optionally with Groups and GroupMembers for managing groups Group Providers)</p></li><li class="listitem"><p>Key stores</p></li><li class="listitem"><p>Trust stores</p></li><li class="listitem"><p>Plugins</p></li></ul></div><p>
+        </p><p>Broker startup involves two configuration related items, the 'Initial Configuration'
+            and the Configuration Store. When the broker is started, if a Configuration Store does
+            not exist at the current <a class="link" href="Java-Broker-Initial-Configuration-Location.html" title="5.2.&#160;Configuration Store Location">store location</a> then one will be initialised with the current <a class="link" href="Java-Broker-Initial-Configuration-Initial-Config-Location.html" title="5.3.&#160;'Initial Configuration' Location">'Initial
+                Configuration'</a>. Unless otherwise requested to <a class="link" href="Java-Broker-Initial-Configuration-Location.html" title="5.2.&#160;Configuration Store Location">overwrite the configuration
+                store</a> then subsequent broker restarts will use the existing configuration
+            store and ignore the contents of the 'Initial Configuration'. </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-Concepts-Other-Services.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Initial-Configuration-Location.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">4.10.&#160;Other Services&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;5.2.&#160;Configuration Store Location</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-Download.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-Download.html
new file mode 100644
index 0000000..05dafa9
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-Download.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>2.3.&#160;Download - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>2.3.&#160;Download</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">2.3.&#160;Download</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Installation-Prerequistes.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;2.&#160;Installation</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Installation-InstallationWindows.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-Installation-Download"></a>2.3.&#160;Download</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Installation-Download-Release"></a>2.3.1.&#160;Broker Release</h3></div></div></div><p>You can download the latest Broker package from the <a class="link" href="http://qpid.apache.org/download.html" target="_top">Download Page
 </a>. </p><p> It is recommended that you confirm the integrity of the download by verifying the PGP
+        signature matches that available on the site. Instructions are given on the download page.
+      </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-Installation-Prerequistes.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Installation.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Installation-InstallationWindows.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">2.2.&#160;Prerequisites&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;2.4.&#160;Installation on Windows</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-InstallationUnix.html
new file mode 100644
index 0000000..4f643d8
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-InstallationUnix.html
@@ -0,0 +1,168 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>2.5.&#160;Installation on UNIX platforms - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>2.5.&#160;Installation on UNIX platforms</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">2.5.&#160;Installation on UNIX platforms</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Installation-InstallationWindows.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;2.&#160;Installation</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Installation-OptionalDependencies.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-Installation-InstallationUnix"></a>2.5.&#160;Installation on UNIX platforms</h2></div></div></div><p> Firstly, verify that your JVM is installed properly by following <a class="link" href="Java-Broker-Miscellaneous.html#Java-Broker-Miscellaneous-JVM-Verification-Unix" title="F.1.2.&#160;Verify JVM on Unix">these instructions.</a>
+    </p><p>Now chose a directory for Qpid broker installation. This directory will be used for the
+      Qpid JARs and configuration files. It need not be the same location as the work directory used
+      for the persistent message store or the log file (you will choose this location later). For
+      the remainder this example we will assume that location /usr/local/qpid has been
+      chosen.</p><p>Next extract the qpid-broker-7.0.0-bin.tgz package into the directory.</p><pre class="programlisting">mkdir /usr/local/qpid
+cd /usr/local/qpid
+tar xvzf qpid-broker-7.0.0-bin.tgz</pre><p>The extraction of the broker package will have created a directory
+      qpid-broker/7.0.0 within /usr/local/qpid</p><pre class="screen">ls -la qpid-broker/7.0.0/
+total 56
+drwxrwxr-x. 5 alex alex  4096 Nov 25 11:43 .
+drwxrwxr-x. 3 alex alex  4096 Nov 25 11:43 ..
+drwxr-xr-x. 2 alex alex  4096 Nov 24 23:38 bin
+drwxr-xr-x. 2 alex alex  4096 Nov 24 23:38 etc
+drwxrwxr-x. 2 alex alex  4096 Nov 25 11:43 lib
+-rw-r--r--. 1 alex alex 28143 Nov 24 23:38 LICENSE
+-rw-r--r--. 1 alex alex  3409 Nov 24 23:38 NOTICE
+-rw-r--r--. 1 alex alex   116 Nov 24 23:38 README.txt
+    </pre><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Installation-InstallationUnix-SettingQPIDWORK"></a>2.5.1.&#160;Setting the working directory</h3></div></div></div><p>Qpid requires a work directory. This directory is used for the default location of the
+        Qpid log file and is used for the storage of persistent messages. The work directory can be
+        set on the command-line (for the lifetime of the current shell), but you will normally want
+        to set the environment variable permanently the user's shell profile file (~/.bash_profile
+        for Bash etc).</p><pre class="screen">export QPID_WORK=/var/qpidwork
+      </pre><p>If the directory referred to by <a class="link" href="Java-Broker-Appendix-Environment-Variables.html#Java-Broker-Appendix-Environment-Variables-Qpid-Work">QPID_WORK</a> does not
+        exist, the Broker will attempt to create it on start-up. </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-Installation-InstallationWindows.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Installation.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Installation-OptionalDependencies.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">2.4.&#160;Installation on Windows&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;2.6.&#160;Optional Dependencies</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-InstallationWindows.html
new file mode 100644
index 0000000..b795b87
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-InstallationWindows.html
@@ -0,0 +1,169 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>2.4.&#160;Installation on Windows - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>2.4.&#160;Installation on Windows</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">2.4.&#160;Installation on Windows</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Installation-Download.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;2.&#160;Installation</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Installation-InstallationUnix.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-Installation-InstallationWindows"></a>2.4.&#160;Installation on Windows</h2></div></div></div><p> Firstly, verify that your JVM is installed properly by following <a class="link" href="Java-Broker-Miscellaneous.html#Java-Broker-Miscellaneous-JVM-Verification-Windows" title="F.1.1.&#160;Verify JVM on Windows">these instructions.</a>
+    </p><p>Now chose a directory for Qpid broker installation. This directory will be used for the
+      Qpid JARs and configuration files. It need not be the same location as the work directory used
+      for the persistent message store or the log file (you will choose this location later). For
+      the remainder this example we will assume that location c:\qpid has been chosen.</p><p>Next extract the qpid-broker-7.0.0-bin.zip package into the directory, using either
+      the zip file handling offered by Windows (right click the file and select 'Extract All') or a
+      third party tool of your choice.</p><p>The extraction of the broker package will have created a directory
+      qpid-broker\\7.0.0 within c:\qpid</p><pre class="screen">
+ Directory of c:\qpid\qpid-broker\\7.0.0
+
+25/11/2015  11:29    &lt;DIR&gt;          .
+25/11/2015  11:29    &lt;DIR&gt;          ..
+25/11/2015  10:56    &lt;DIR&gt;          bin
+03/07/2015  08:06    &lt;DIR&gt;          etc
+25/11/2015  11:25    &lt;DIR&gt;          lib
+25/11/2015  10:56            28,143 LICENSE
+25/11/2015  10:56             3,409 NOTICE
+29/04/2015  09:13               116 README.txt
+3 File(s)         31,668 bytes
+5 Dir(s)  25,981,767,680 bytes free
+</pre><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Installation-InstallationWindows-SettingQPIDWORK"></a>2.4.1.&#160;Setting the working directory</h3></div></div></div><p>Qpid requires a work directory. This directory is used for the default location of the
+        Qpid log file and is used for the storage of persistent messages. The work directory can be
+        set on the command-line (for the lifetime of the command interpreter), but you will normally
+        want to set the environment variable permanently via the Advanced System Settings in the
+        Control Panel.</p><pre class="screen">set QPID_WORK=C:\qpidwork</pre><p>If the directory referred to by <a class="link" href="Java-Broker-Appendix-Environment-Variables.html#Java-Broker-Appendix-Environment-Variables-Qpid-Work">QPID_WORK</a> does not
+        exist, the Broker will attempt to create it on start-up.</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-Installation-Download.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Installation.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Installation-InstallationUnix.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">2.3.&#160;Download&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;2.5.&#160;Installation on UNIX platforms</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-OptionalDependencies.html
new file mode 100644
index 0000000..4436434
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-OptionalDependencies.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>2.6.&#160;Optional Dependencies - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>2.6.&#160;Optional Dependencies</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">2.6.&#160;Optional Dependencies</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Installation-InstallationUnix.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;2.&#160;Installation</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Getting-Started.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-Installation-OptionalDependencies"></a>2.6.&#160;Optional Dependencies</h2></div></div></div><p>If you wish to utilise a storage option using an External Database, see
+      <a class="xref" href="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html" title="F.2.&#160;Installing External JDBC Driver">Section&#160;F.2, &#8220;Installing External JDBC Driver&#8221;</a> for details of
+      installing their dependencies.</p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Installation-InstallationUnix.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Installation.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Getting-Started.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">2.5.&#160;Installation on UNIX platforms&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Chapter&#160;3.&#160;Getting Started</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-Prerequistes.html
new file mode 100644
index 0000000..87106ea
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Installation-Prerequistes.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>2.2.&#160;Prerequisites - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>2.2.&#160;Prerequisites</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">2.2.&#160;Prerequisites</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Installation.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;2.&#160;Installation</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Installation-Download.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-Installation-Prerequistes"></a>2.2.&#160;Prerequisites</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Installation-Prerequistes-Java"></a>2.2.1.&#160;Java Platform</h3></div></div></div><p> The Apache Qpid Broker-J is an 100% Java implementation and as such it can be used on any
+        operating system supporting Java 1.8 or higher<a class="footnote" href="#ftn.d0e97" id="d0e97"><sup class="footnote">[3]</sup></a>. This includes Linux,
+        Solaris, Mac OS X, and Windows 7/8/10 etc.</p><p> The broker has been tested with Java implementations from both Oracle and IBM. Whatever
+        platform you chose, it is recommended that you ensure it is patched with any critical
+        updates made available from the vendor. </p><p> Verify that your JVM is installed properly by following <a class="link" href="Java-Broker-Miscellaneous.html#Java-Broker-Miscellaneous-JVM-Verification" title="F.1.&#160;JVM Installation verification">these instructions.</a>
+      </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Installation-Prerequistes-Disk"></a>2.2.2.&#160;Disk</h3></div></div></div><p>The Broker installation requires approximately 20MB of free disk space.</p><p>The Broker also requires a working directory. The working directory is used for the
+        message store, that is, the area of the file-system used to record messages
+        whilst they are passing through the Broker. The working directory is also used for the
+        default location of the log file. The size of the working directory will depend on the how
+        the Broker is used.</p><p>The performance of the file system hosting the work directory is key to the performance
+        of Broker as a whole. For best performance, choose a device that has low latency and one
+        that is uncontended by other applications.</p><p>Be aware that there are additional considerations if you are considering hosting the
+        working directory on NFS.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Installation-Prerequistes-Memory"></a>2.2.3.&#160;Memory</h3></div></div></div><p>Qpid caches messages in memory for performance reasons, so in general, the Broker will
+        benefit from as much memory as possible. However, on a 32bit JVM, the maximum addressable
+        memory range for a process is 4GB, after leaving space for the JVM's own use this will give
+        a maximum usable size of approximately ~3.7GB.</p><p>See <a class="xref" href="Java-Broker-Runtime-Memory.html" title="9.11.&#160;Memory">Section&#160;9.11, &#8220;Memory&#8221;</a> for a full description of how memory is
+        used.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Installation-Prerequistes-OperatingSystemAccount"></a>2.2.4.&#160;Operating System Account</h3></div></div></div><p>Installation or operation of Qpid does <span class="emphasis"><em>not</em></span> require a privileged
+        account (i.e. root on UNIX platforms or Administrator on Windows). However it is suggested
+        that you use an dedicated account (e.g. qpid) for the installation and operation of the Broker.</p></div><div class="footnotes"><br /><hr style="width:100; text-align:left;margin-left: 0" /><div class="footnote" id="ftn.d0e97"><p><a class="para" href="#d0e97"><sup class="para">[3] </sup></a>Java Cryptography Extension (JCE)
+        Unlimited Strength extension must be installed or enabled for some features.</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-Installation.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Installation.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Installation-Download.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Chapter&#160;2.&#160;Installation&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;2.3.&#160;Download</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[48/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Operation-Logging.html
new file mode 100644
index 0000000..5df40f2
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Operation-Logging.html
@@ -0,0 +1,561 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Appendix&#160;C.&#160;Operational Logging - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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-Statistics-Reporting.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
+    the lives of objects within the Broker. These concise messages are designed to allow the user to
+    understand the actions of the Broker in retrospect. This is valuable for problem diagnosis and
+    provides a useful audit trail.</p><p>Each log message includes details of the entity causing the action (e.g. a management user
+    or messaging client connection), the entity receiving the action (e.g. a queue or connection)
+    and a description of operation itself.</p><p>The log messages have the following format:</p><pre class="screen">
+    [<code class="literal">Actor</code>] {[<code class="literal">Subject</code>]} [<code class="literal">Message Id</code>] [<code class="literal">Message Text</code>]
+  </pre><p>Where:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><code class="literal">Actor</code> is the entity within the Broker that is
+          <span class="emphasis"><em>performing</em></span> the action. There are actors corresponding to the Broker
+        itself, Management, Connection, and Channels. Their format is described in the <a class="link" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Actor-Format" title="Table&#160;C.1.&#160;Actors Entities">table</a> below.</p></li><li class="listitem"><p><code class="literal">Subject</code> (optional) is the entity within the Broker that is
+          <span class="emphasis"><em>receiving</em></span> the action. There are subjects corresponding to the
+        Connections, Channels, Queues, Exchanges, Subscriptions, and Message Stores. Their format is
+        described in the <a class="link" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Subject-Format" title="Table&#160;C.2.&#160;Subject Entities">table</a> below.</p><p>Some actions are reflexive, in these cases the Actor and Subject will be equal.</p></li><li class="listitem"><p><code class="literal">Message Id</code> is an identifier for the type of message. It has the form
+        three alphas and four digits separated by a hyphen <code class="literal">AAA-9999</code>.</p></li><li class="listitem"><p><code class="literal">Message Text</code> is a textual description</p></li></ul></div><p>To illustrate, let's look at two examples.</p><p><code class="literal"><a class="link" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-CON-1001">CON-1001</a></code> is used when a messages client makes an AMQP connection. The
+    connection actor (<code class="literal">con</code>) provides us with details of the peer's connection: the
+    user id used by the client (myapp1), their IP, ephemeral port number and the name of the virtual
+    host. The message text itself gives us further details about the connection: the client id, the
+    protocol version in used, and details of the client's qpid library.</p><pre class="screen">[con:8(myapp1@/127.0.0.1:52851/default)] CON-1001 : Open : Destination : AMQP(127.0.0.1:5672) :
+    Protocol Version : 0-10 : Client ID : myapp1 : Client Version : 7.0.0 : Client Product : qpid</pre><p><code class="literal"><a class="link" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-QUE-1001">QUE-1001</a></code> is used when a queue is created. The connection actor
+      <code class="literal">con</code> tells us details of the connection performing the queue creation: the
+    user id used by the client (myapp1), the IP, ephemeral port number and the name of the virtual
+    host. The queue subject tells use the queue's name (myqueue) and the virtualhost. The message
+    itself tells us more information about the queue that is being created. </p><pre class="screen">[con:8(myapp1@/127.0.0.1:52851/default)/ch:0] [vh(/default)/qu(myqueue)] QUE-1001 : Create : Owner: myapp1 Transient</pre><p>The first two tables that follow describe the actor and subject entities, then the later
+    provide a complete catalogue of all supported messages.</p><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Actor-Format"></a><p class="title"><strong>Table&#160;C.1.&#160;Actors Entities</strong></p><div class="table-contents"><table border="1" summary="Actors Entities" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Actor Type</th><th>Format and Purpose</th></tr></thead><tbody><tr><td rowspan="2">Broker</td><td>[Broker]</td></tr><tr><td>
+            <p>Used during startup and shutdown</p>
+          </td></tr><tr><td rowspan="2">Management</td><td>
+              [mng:<em class="replaceable"><code>userid</code></em>(<em class="replaceable"><code>clientip</code></em>:<em class="replaceable"><code>ephemeralport</code></em>)] </td></tr><tr><td>
+            <p>Used for operations performed by the Web Management interfaces.</p>
+          </td></tr><tr><td rowspan="2">Connection</td><td>
+              [con:<em class="replaceable"><code>connectionnumber</code></em>(<em class="replaceable"><code>userid</code></em>@/<em class="replaceable"><code>clientip</code></em>:<em class="replaceable"><code>ephemeralport</code></em>/<em class="replaceable"><code>virtualhostname</code></em>)]</td></tr><tr><td>
+            <p>Used for operations performed by a client connection. Note that connections are
+              numbered by a sequence number that begins at 1.</p>
+          </td></tr><tr><td rowspan="2">Channel</td><td>
+              [con:<em class="replaceable"><code>connectionnumber</code></em>(<em class="replaceable"><code>userid</code></em>@/<em class="replaceable"><code>clientip</code></em>:<em class="replaceable"><code>ephemeralport</code></em>/<em class="replaceable"><code>virtualhostname</code></em>/ch:<em class="replaceable"><code>channelnumber</code></em>)]</td></tr><tr><td>
+            <p>Used for operations performed by a client's channel (corresponds to the JMS
+              concept of Session). Note that channels are numbered by a sequence number that is
+              scoped by the owning connection.</p>
+          </td></tr><tr><td rowspan="2">Group</td><td> [grp(/<em class="replaceable"><code>groupname</code></em>)/vhn(/<em class="replaceable"><code>virtualhostnode
+              name</code></em>)]</td></tr><tr><td>
+            <p>Used for HA. Used for operations performed by the system itself often as a result
+              of actions performed on another node..</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Subject-Format"></a><p class="title"><strong>Table&#160;C.2.&#160;Subject Entities</strong></p><div class="table-contents"><table border="1" summary="Subject Entities" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Subject Type</th><th>Format and Purpose</th></tr></thead><tbody><tr><td rowspan="2">Connection</td><td>
+              [con:<em class="replaceable"><code>connectionnumber</code></em>(<em class="replaceable"><code>userid</code></em>@/<em class="replaceable"><code>clientip</code></em>:<em class="replaceable"><code>ephemeralport</code></em>/<em class="replaceable"><code>virtualhostname</code></em>)]</td></tr><tr><td>
+            <p>A connection to the Broker.</p>
+          </td></tr><tr><td rowspan="2">Channel</td><td>
+              [con:<em class="replaceable"><code>connectionnumber</code></em>(<em class="replaceable"><code>userid</code></em>@/<em class="replaceable"><code>clientip</code></em>:<em class="replaceable"><code>ephemeralport</code></em>/<em class="replaceable"><code>virtualhostname</code></em>/ch:<em class="replaceable"><code>channelnumber</code></em>)]</td></tr><tr><td>
+            <p>A client's channel within a connection.</p>
+          </td></tr><tr><td rowspan="2">Subscription</td><td>
+              [sub:<em class="replaceable"><code>subscriptionnumber</code></em>(vh(/<em class="replaceable"><code>virtualhostname</code></em>)/qu(<em class="replaceable"><code>queuename</code></em>)]</td></tr><tr><td>
+            <p>A subscription to a queue. This corresponds to the JMS concept of a
+              Consumer.</p>
+          </td></tr><tr><td rowspan="2">Queue</td><td>[vh(/<em class="replaceable"><code>virtualhostname</code></em>)/qu(<em class="replaceable"><code>queuename</code></em>)]</td></tr><tr><td>
+            <p>A queue on a virtualhost</p>
+          </td></tr><tr><td rowspan="2">Exchange</td><td>[vh(/<em class="replaceable"><code>virtualhostname</code></em>)/ex(<em class="replaceable"><code>exchangetype</code></em>/<em class="replaceable"><code>exchangename</code></em>)]</td></tr><tr><td>
+            <p>An exchange on a virtualhost</p>
+          </td></tr><tr><td rowspan="2">Binding</td><td>
+              [vh(/<em class="replaceable"><code>virtualhostname</code></em>)/ex(<em class="replaceable"><code>exchangetype</code></em>/<em class="replaceable"><code>exchangename</code></em>)/qu(<em class="replaceable"><code>queuename</code></em>)/rk(<em class="replaceable"><code>bindingkey</code></em>)]</td></tr><tr><td>
+            <p>A binding between a queue and exchange with the giving binding key.</p>
+          </td></tr><tr><td rowspan="2">Message Store</td><td>
+              [vh(/<em class="replaceable"><code>virtualhostname</code></em>)/ms(<em class="replaceable"><code>messagestorename</code></em>)]</td></tr><tr><td>
+            <p>A virtualhost/message store on the Broker.</p>
+          </td></tr><tr><td rowspan="2">HA Group</td><td> [grp(/<em class="replaceable"><code>group name</code></em>)]</td></tr><tr><td>
+            <p>A HA group</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><p>The following tables lists all the operation log messages that can be produced by the
+    Broker, and the describes the circumstances under which each may be seen.</p><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-Broker"></a><p class="title"><strong>Table&#160;C.3.&#160;Broker Log Messages</strong></p><div class="table-contents"><table border="1" summary="Broker Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1001"></a>BRK-1001</td><td>Startup : Version: <em class="replaceable"><code>version</code></em> Build:
+              <em class="replaceable"><code>build</code></em>
+          </td></tr><tr><td>
+            <p>Indicates that the Broker is starting up</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1002"></a>BRK-1002</td><td>Starting : Listening on <em class="replaceable"><code>transporttype</code></em> port
+              <em class="replaceable"><code>portnumber</code></em>
+          </td></tr><tr><td>
+            <p>Indicates that the Broker has begun listening on a port.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1003"></a>BRK-1003</td><td>Shutting down : <em class="replaceable"><code>transporttype</code></em> port
+              <em class="replaceable"><code>portnumber</code></em>
+          </td></tr><tr><td>
+            <p>Indicates that the Broker has stopped listening on a port.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1004"></a>BRK-1004</td><td>Qpid Broker Ready</td></tr><tr><td>
+            <p>Indicates that the Broker is ready for normal operations.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1005"></a>BRK-1005</td><td>Stopped</td></tr><tr><td>
+            <p>Indicates that the Broker is stopped.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1006"></a>BRK-1006</td><td>Using configuration : <em class="replaceable"><code>file</code></em>
+          </td></tr><tr><td>
+            <p>Indicates the name of the configuration store in use by the Broker.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1008"></a>BRK-1008</td><td><em class="replaceable"><code>delivered|received</code></em> : <em class="replaceable"><code>size</code></em>
+            kB/s peak : <em class="replaceable"><code>size</code></em> bytes total</td></tr><tr><td>
+            <p>Statistic - bytes delivered or received by the Broker.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1009"></a>BRK-1009</td><td><em class="replaceable"><code>delivered|received</code></em> : <em class="replaceable"><code>size</code></em>
+            msg/s peak : <em class="replaceable"><code>size</code></em> msgs total</td></tr><tr><td>
+            <p>Statistic - messages delivered or received by the Broker.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1010"></a>BRK-1010</td><td>Platform : JVM : <em class="replaceable"><code>vendor</code></em> version: <em class="replaceable"><code>version
+          </code></em> OS : <em class="replaceable"><code>operating system vendor</code></em> version:
+            <em class="replaceable"><code>operating system version</code></em>} arch: <em class="replaceable"><code>processor
+              architecture</code></em> cores: <em class="replaceable"><code>number of CPU cores</code></em></td></tr><tr><td>
+            <p>Key information about the environment hosting the Broker</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1011"></a>BRK-1011</td><td>Maximum Memory : Heap : <em class="replaceable"><code>size</code></em> bytes Direct : <em class="replaceable"><code>
+            bytes</code></em> size</td></tr><tr><td>
+            <p>Configured memory paramters for the Broker.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1012"></a>BRK-1012</td><td>Management Mode : User Details : <em class="replaceable"><code>management node user id</code></em> /
+            <em class="replaceable"><code>management mode password</code></em></td></tr><tr><td>
+            <p>Used when Broker is started in management mode to indicate the
+             management credentials that may be used connect to the Broker.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1016"></a>BRK-1016</td><td>Fatal error : <em class="replaceable"><code>root cause</code></em> : See log file for more information</td></tr><tr><td>
+            <p>Indicates that broker was shut down due to fatal error.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1017"></a>BRK-1017</td><td>Process : PID <em class="replaceable"><code>process identifier</code></em></td></tr><tr><td>
+            <p>Process identifier (PID) of the Broker process.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1018"></a>BRK-1018</td><td>Operation : <em class="replaceable"><code>operation name</code></em></td></tr><tr><td>
+            <p>Indicates that the named operation has been invoked</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-Management"></a><p class="title"><strong>Table&#160;C.4.&#160;Management Log Messages</strong></p><div class="table-contents"><table border="1" summary="Management Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MNG-1001"></a>MNG-1001</td><td><em class="replaceable"><code>type</code></em> Management Startup </td></tr><tr><td>
+            <p>Indicates that a Management plugin is starting up. Supported by Web management plugin.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MNG-1002"></a>MNG-1002</td><td>Starting : <em class="replaceable"><code>type</code></em> : Listening on <em class="replaceable"><code>transporttype</code></em> port
+              <em class="replaceable"><code>port</code></em>
+          </td></tr><tr><td>
+            <p>Indicates that a Management plugin is listening on the given port.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MNG-1003"></a>MNG-1003</td><td>Shutting down : <em class="replaceable"><code>type</code></em> : port
+              <em class="replaceable"><code>port</code></em></td></tr><tr><td>
+            <p>Indicates that a Management plugin is ceasing to listen on the given port.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MNG-1004"></a>MNG-1004</td><td><em class="replaceable"><code>type</code></em> Management Ready</td></tr><tr><td>
+            <p>Indicates that a Management plugin is ready for work.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MNG-1005"></a>MNG-1005</td><td><em class="replaceable"><code>type</code></em> Management Stopped</td></tr><tr><td>
+            <p>Indicates that a Management plugin is stopped.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MNG-1007"></a>MNG-1007</td><td>Open : User <em class="replaceable"><code>username</code></em></td></tr><tr><td>
+            <p>Indicates the opening of a connection to Management has by the given
+              username.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MNG-1008"></a>MNG-1008</td><td>Close : User <em class="replaceable"><code>username</code></em></td></tr><tr><td>
+            <p>Indicates the closing of a connection to Management has by the given
+              username.</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-VirtualHost"></a><p class="title"><strong>Table&#160;C.5.&#160;Virtual Host Log Messages</strong></p><div class="table-contents"><table border="1" summary="Virtual Host Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-VHT-1001"></a>VHT-1001</td><td>Created : <em class="replaceable"><code>virtualhostname</code></em></td></tr><tr><td>
+            <p>Indicates that a virtualhost has been created.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-VHT-1002"></a>VHT-1002</td><td>Closed</td></tr><tr><td>
+            <p>Indicates that a virtualhost has been closed. This occurs on Broker
+              shutdown.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-VHT-1005"></a>VHT-1005</td><td>Unexpected fatal error</td></tr><tr><td>
+            <p>Virtualhost has suffered an unexpected fatal error, check the logs for more
+              details.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-VHT-1006"></a>VHT-1006</td><td>Filesystem is over <em class="replaceable"><code>size in %</code></em> per cent full, enforcing flow control.</td></tr><tr><td>
+            <p>Indicates that virtual host flow control is activated
+                  when the usage of file system containing Virtualhost  message store exceeded predefined limit.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-VHT-1007"></a>VHT-1007</td><td>Filesystem is no longer over <em class="replaceable"><code>size in %</code></em> per cent full.</td></tr><tr><td>
+            <p>Indicates that virtual host flow control is deactivated
+                  when the usage of file system containing Virtualhost message falls under predefined limit.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-VHT-1008"></a>VHT-1008</td><td>Operation : <em class="replaceable"><code>operation name</code></em></td></tr><tr><td>
+            <p>Indicates that the named operation has been invoked</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-Queue"></a><p class="title"><strong>Table&#160;C.6.&#160;Queue Log Messages</strong></p><div class="table-contents"><table border="1" summary="Queue Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-QUE-1001"></a>QUE-1001</td><td>Create : Owner: <em class="replaceable"><code>owner</code></em>
+            <em class="replaceable"><code>AutoDelete</code></em> [<em class="replaceable"><code>Durable</code></em>]
+              <em class="replaceable"><code>Transient</code></em> Priority:
+              <em class="replaceable"><code>numberofpriorities</code></em></td></tr><tr><td>
+            <p>Indicates that a queue has been created.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-QUE-1002"></a>QUE-1002</td><td>Deleted</td></tr><tr><td>
+            <p>Indicates that a queue has been deleted.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-QUE-1003"></a>QUE-1003</td><td>
+            Overfull : Size :  <em class="replaceable"><code>size in bytes</code></em>, Capacity : <em class="replaceable"><code>resumesize in bytes</code></em>,
+            Messages : <em class="replaceable"><code>size in messages</code></em>, Message Capacity : <em class="replaceable"><code>resumesize in messages</code></em>
+          </td></tr><tr><td>
+            <p>Indicates that a queue has exceeded its permitted capacity when
+              <span class="emphasis"><em>Producer Flow Control</em></span> overflow policy is used.
+              See <a class="xref" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy" title="4.7.5.&#160;Controlling Queue Size">Section&#160;4.7.5, &#8220;Controlling Queue Size&#8221;</a> for details.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-QUE-1004"></a>QUE-1004</td><td>
+            Underfull : Size : <em class="replaceable"><code>size in bytes</code></em>, Capacity : <em class="replaceable"><code>resumesize in bytes</code></em>,
+            Messages : <em class="replaceable"><code>size in messages</code></em>, Message Capacity : <em class="replaceable"><code>resumesize in messages</code></em>
+          </td></tr><tr><td>
+            <p>
+              Indicates that a queue has fallen to its resume capacity  when
+              <span class="emphasis"><em>Producer Flow Control</em></span> overflow policy is used.
+              See <a class="xref" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy" title="4.7.5.&#160;Controlling Queue Size">Section&#160;4.7.5, &#8220;Controlling Queue Size&#8221;</a> for details.
+            </p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-QUE-1004"></a>QUE-1005</td><td>
+            Dropped : <em class="replaceable"><code>number</code></em> messages, Depth : <em class="replaceable"><code>size</code></em> bytes,
+            <em class="replaceable"><code>size</code></em> messages, Capacity : <em class="replaceable"><code>limit</code></em> bytes,
+            <em class="replaceable"><code>limit</code></em> messages
+          </td></tr><tr><td>
+            <p>
+              Indicates that a given number of messages is deleted when <span class="emphasis"><em>Ring</em></span> overflow policy is
+              used and any of queue capacity limits is breached .
+              See <a class="xref" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy" title="4.7.5.&#160;Controlling Queue Size">Section&#160;4.7.5, &#8220;Controlling Queue Size&#8221;</a> for details.
+            </p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-QUE-1016"></a>QUE-1016</td><td>Operation : <em class="replaceable"><code>operation name</code></em></td></tr><tr><td>
+            <p>Indicates that the named operation has been invoked</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-Exchange"></a><p class="title"><strong>Table&#160;C.7.&#160;Exchange Log Messages</strong></p><div class="table-contents"><table border="1" summary="Exchange Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-EXH-1001"></a>EXH-1001</td><td>Create : [<em class="replaceable"><code>Durable</code></em>] Type: <em class="replaceable"><code>type</code></em>
+            Name: <em class="replaceable"><code>exchange name</code></em></td></tr><tr><td>
+            <p>Indicates that an exchange has been created.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-EXH-1002"></a>EXH-1002</td><td>Deleted</td></tr><tr><td>
+            <p>Indicates that an exchange has been deleted.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-EXH-1003"></a>EXH-1003</td><td>Discarded Message : Name: <em class="replaceable"><code>exchange name</code></em> Routing Key:
+              <em class="replaceable"><code>routing key</code></em></td></tr><tr><td>
+            <p>Indicates that an exchange received a message that could not be routed to at least
+              one queue. queue has exceeded its permitted capacity. See <a class="xref" href="Java-Broker-Concepts-Exchanges.html#Java-Broker-Concepts-Exchanges-UnroutableMessage" title="4.6.4.&#160;Unrouteable Messages">Section&#160;4.6.4, &#8220;Unrouteable Messages&#8221;</a> for details.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-EXH-1004"></a>EXH-1004</td><td>Operation : <em class="replaceable"><code>operation name</code></em></td></tr><tr><td>
+            <p>Indicates that the named operation has been invoked</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-Binding"></a><p class="title"><strong>Table&#160;C.8.&#160;Binding Log Messages</strong></p><div class="table-contents"><table border="1" summary="Binding Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BND-1001"></a>BND-1001</td><td>Create : Arguments : <em class="replaceable"><code>arguments</code></em></td></tr><tr><td>
+            <p>Indicates that a binding has been made between an exchange and a queue.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-BND-1002"></a>BND-1002</td><td>Deleted</td></tr><tr><td>
+            <p>Indicates that a binding has been deleted</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-Connection"></a><p class="title"><strong>Table&#160;C.9.&#160;Connection Log Messages</strong></p><div class="table-contents"><table border="1" summary="Connection Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CON-1001"></a>CON-1001</td><td>Open : Destination : <em class="replaceable"><code>target port</code></em> : Protocol Version :
+            <em class="replaceable"><code>protocol version</code></em> : Client ID : <em class="replaceable"><code>clientid</code></em> :
+            Client Version : <em class="replaceable"><code>client version</code></em> :
+            Client Product : <em class="replaceable"><code>client product</code></em></td></tr><tr><td>
+            <p>Indicates that a connection has been opened. The Broker logs one of these message
+              each time it learns more about the client as the connection is negotiated.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CON-1002"></a>CON-1002</td><td>Close</td></tr><tr><td>
+            <p>Indicates that a connection has been closed. This message is logged regardless of
+              if the connection is closed normally, or if the connection is somehow lost e.g network
+              error. </p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CON-1003"></a>CON-1003</td><td>Closed due to inactivity</td></tr><tr><td>
+            <p>Used when heart beating is in-use. Indicates that the connection has not received
+              a heartbeat for too long and is therefore closed as being inactive. </p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CON-1004"></a>CON-1004</td><td>Connection dropped</td></tr><tr><td>
+            <p>Indicates that a connection has been unexpectedly closed by the peer. This usually
+            occurs if a machine hosting an application fails or the application's process is
+            abruptly terminated.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CON-1005"></a>CON-1005</td><td>Client version <em class="replaceable"><code>version</code></em> logged by validation</td></tr><tr><td>
+            <p>Indicates that a connection has been received from client with a version number
+              that is configured to be logged.  This feature may help teams manage software currency.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CON-1006"></a>CON-1006</td><td>Client version <em class="replaceable"><code>version</code></em> rejected by validation</td></tr><tr><td>
+            <p>Indicates that a connection attempt has been received from client with a version number
+              that is configured to be rejected.  This feature may help manage software currency.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CON-1007"></a>CON-1007</td><td>Connection close initiated by operator</td></tr><tr><td>
+            <p>Indicates that a connection has been closed by the actions of an
+            Operator using manangement.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CON-1009"></a>CON-1009</td><td>Uncommitted transaction(s) contains <em class="replaceable"><code>size</code></em> bytes of incoming message data
+            exceeding <em class="replaceable"><code>size</code></em> bytes limit. Messages will be flowed to disk.</td></tr><tr><td>
+            <p>Warns that the transactions associated with this connection contain so much uncommitted data that
+              a threshold has been breached.  The connection responds by flowing the messages already associated with the
+              transactions and any new messages to disk.  The connection reverts to normal behaviour once the
+              quantity of uncommitted data falls beneath the threshold.  Normally this happens when the transactions
+              commit or rollback.
+            </p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-Channel"></a><p class="title"><strong>Table&#160;C.10.&#160;Channel Log Messages</strong></p><div class="table-contents"><table border="1" summary="Channel Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1001"></a>CHN-1001</td><td>Create</td></tr><tr><td>
+            <p>Indicates that a channel (corresponds to the JMS concept of Session) has been
+              created.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1002"></a>CHN-1002</td><td>Flow Started</td></tr><tr><td>
+            <p>Indicates message flow to a session has begun.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1003"></a>CHN-1003</td><td>Close</td></tr><tr><td>
+            <p>Indicates that a channel has been closed.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1004"></a>CHN-1004</td><td>Prefetch Size (bytes) <em class="replaceable"><code>size</code></em> : Count <em class="replaceable"><code>number
+              of messages</code></em></td></tr><tr><td>
+            <p>Indicates the prefetch size in use by a channel.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1005"></a>CHN-1005</td><td>Flow Control Enforced (Queue <em class="replaceable"><code>queue name</code></em>)</td></tr><tr><td>
+            <p>Indicates that producer flow control has been imposed on a channel owning to
+              excessive queue depth in the indicated queue. Produces using the channel will be
+              requested to pause the sending of messages.
+              See <a class="xref" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy" title="4.7.5.&#160;Controlling Queue Size">Section&#160;4.7.5, &#8220;Controlling Queue Size&#8221;</a> for more details.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1006"></a>CHN-1006</td><td>Flow Control Removed</td></tr><tr><td>
+            <p>Indicates that producer flow control has been removed from a channel.
+              See <a class="xref" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy" title="4.7.5.&#160;Controlling Queue Size">Section&#160;4.7.5, &#8220;Controlling Queue Size&#8221;</a> for more details.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1007"></a>CHN-1007</td><td>Open Transaction : <em class="replaceable"><code>time</code></em> ms</td></tr><tr><td>
+            <p>Indicates that a producer transaction has been open for longer than that
+              permitted. See <a class="xref" href="Java-Broker-Runtime-Producer-Transaction-Timeout.html" title="9.3.&#160;Producer Transaction Timeout">Section&#160;9.3, &#8220;Producer Transaction Timeout&#8221;</a> for
+              more details.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1008"></a>CHN-1008</td><td>Idle Transaction : <em class="replaceable"><code>time</code></em> ms</td></tr><tr><td>
+            <p>Indicates that a producer transaction has been idle for longer than that
+              permitted. See <a class="xref" href="Java-Broker-Runtime-Producer-Transaction-Timeout.html" title="9.3.&#160;Producer Transaction Timeout">Section&#160;9.3, &#8220;Producer Transaction Timeout&#8221;</a> for
+              more details.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1009"></a>CHN-1009</td><td>Discarded message : <em class="replaceable"><code>message number</code></em> as no alternate
+            exchange configured for queue : <em class="replaceable"><code>queue name</code></em>{1} routing key :
+              <em class="replaceable"><code>routing key</code></em></td></tr><tr><td>
+            <p>Indicates that a channel has discarded a message as the maximum delivery count has
+              been exceeded but the queue defines no alternate exchange. See <a class="xref" href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Maximum-Delivery-Count" title="9.4.2.&#160;Maximum Delivery Count">Section&#160;9.4.2, &#8220;Maximum Delivery Count&#8221;</a> for more details. Note that <em class="replaceable"><code>message number</code></em> is an
+              internal message reference.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1010"></a>CHN-1010</td><td>Discarded message : <em class="replaceable"><code>message number</code></em> as no binding on
+            alternate exchange : <em class="replaceable"><code>exchange name</code></em></td></tr><tr><td>
+            <p>Indicates that a channel has discarded a message as the maximum delivery count has
+              been exceeded but the queue's alternate exchange has no binding to a queue. See <a class="xref" href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Maximum-Delivery-Count" title="9.4.2.&#160;Maximum Delivery Count">Section&#160;9.4.2, &#8220;Maximum Delivery Count&#8221;</a> for more details. Note that <em class="replaceable"><code>message number</code></em> is an
+              internal message reference.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1011"></a>CHN-1011</td><td>Message : <em class="replaceable"><code>message number</code></em> moved to dead letter queue :
+              <em class="replaceable"><code>queue name</code></em></td></tr><tr><td>
+            <p>Indicates that a channel has moved a message to the named dead letter queue
+            </p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1012"></a>CHN-1012</td><td>Flow Control Ignored. Channel will be closed.</td></tr><tr><td>
+            <p>Indicates that a channel violating the imposed flow control has been closed
+            </p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1014"></a>CHN-1014</td><td>Operation : <em class="replaceable"><code>operation name</code></em></td></tr><tr><td>
+            <p>Indicates that the named operation has been invoked</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-Subscription"></a><p class="title"><strong>Table&#160;C.11.&#160;Subscription Log Messages</strong></p><div class="table-contents"><table border="1" summary="Subscription Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-SUB-1001"></a>SUB-1001</td><td>Create : [<em class="replaceable"><code>Durable</code></em>] Arguments :
+              <em class="replaceable"><code>arguments</code></em></td></tr><tr><td>
+            <p>Indicates that a subscription (corresponds to JMS concept of a MessageConsumer)
+              has been created.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-SUB-1002"></a>SUB-1002</td><td>Close</td></tr><tr><td>
+            <p>Indicates that a subscription has been closed.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-SUB-1003"></a>SUB-1003</td><td>SUB-1003 : Suspended for <em class="replaceable"><code>time</code></em> ms</td></tr><tr><td>
+            <p>Indicates that a subscription has been in a suspened state for an unusual length
+              of time.  This may be indicative of an consuming application that has stopped taking
+              messages from the consumer (i.e. a JMS application is not calling receive() or its
+              asynchronous message listener onMessage() is blocked in application code).  It may also
+              indicate a generally overloaded system.
+              </p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-SUB-1004"></a>SUB-1004</td><td>Operation : <em class="replaceable"><code>operation name</code></em></td></tr><tr><td>
+            <p>Indicates that the named operation has been invoked</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-MessageStore"></a><p class="title"><strong>Table&#160;C.12.&#160;Message Store Log Messages</strong></p><div class="table-contents"><table border="1" summary="Message Store Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MST-1001"></a>MST-1001</td><td>Created</td></tr><tr><td>
+            <p>Indicates that a message store has been created. The message store is responsible
+              for the storage of the messages themselves, including the message body and any
+              headers.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MST-1002"></a>MST-1002</td><td>Store location : <em class="replaceable"><code>path</code></em></td></tr><tr><td>
+            <p>Indicates that the message store is using <em class="replaceable"><code>path</code></em> for the
+              location of the message store.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MST-1003"></a>MST-1003</td><td>Closed</td></tr><tr><td>
+            <p>Indicates that the message store has been closed.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MST-1004"></a>MST-1004</td><td>Recovery Start</td></tr><tr><td>
+            <p>Indicates that message recovery has begun.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MST-1005"></a>MST-1005</td><td>Recovered <em class="replaceable"><code>number of messages</code></em> messages.</td></tr><tr><td>
+            <p>Indicates that recovery recovered the given number of messages from the
+              store.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MST-1006"></a>MST-1006</td><td>Recovered Complete</td></tr><tr><td>
+            <p>Indicates that the message recovery is concluded.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MST-1007"></a>MST-1007</td><td>Store Passivated</td></tr><tr><td>
+            <p>The store is entering a passive state where is it unavailable for normal
+              operations. Currently this message is used by HA when the node is in replica
+              state.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MST-1008"></a>MST-1008</td><td>Store overfull, flow control will be enforced</td></tr><tr><td>
+            <p>The store has breached is maximum configured size.
+              See <a class="xref" href="Java-Broker-Runtime-Disk-Space-Management.html#Java-Broker-Runtime-Disk-Space-Management-Producer-Flow-Control" title="9.2.1.&#160;Disk quota-based flow control">Section&#160;9.2.1, &#8220;Disk quota-based flow control&#8221;</a> for details.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MST-1009"></a>MST-1009</td><td>Store overfull condition cleared</td></tr><tr><td>
+            <p>The store size has fallen beneath its resume capacity and therefore flow control
+              has been rescinded. See <a class="xref" href="Java-Broker-Runtime-Disk-Space-Management.html#Java-Broker-Runtime-Disk-Space-Management-Producer-Flow-Control" title="9.2.1.&#160;Disk quota-based flow control">Section&#160;9.2.1, &#8220;Disk quota-based flow control&#8221;</a>
+              for details. </p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-TransactionStore"></a><p class="title"><strong>Table&#160;C.13.&#160;Transaction Store Log Messages</strong></p><div class="table-contents"><table border="1" summary="Transaction Store Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-TXN-1001"></a>TXN-1001</td><td>Created</td></tr><tr><td>
+            <p>Indicates that a transaction store has been created. The transaction store is
+              responsible for the storage of messages instances, that is, the presence of a message
+              on a queue.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-TXN-1002"></a>TXN-1002</td><td>Store location : <em class="replaceable"><code>path</code></em></td></tr><tr><td>
+            <p>Indicates that the transaction store is using <em class="replaceable"><code>path</code></em> for
+              the location of the store.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-TXN-1003"></a>TXN-1003</td><td>Closed</td></tr><tr><td>
+            <p>Indicates that the transaction store has been closed.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-TXN-1004"></a>TXN-1004</td><td>Recovery Start</td></tr><tr><td>
+            <p>Indicates that transaction recovery has begun.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-MST-TXN"></a>TXN-1005</td><td>Recovered <em class="replaceable"><code>number</code></em> messages for queue
+              <em class="replaceable"><code>name</code></em>.</td></tr><tr><td>
+            <p>Indicates that recovery recovered the given number of message instances for the
+              given queue.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-TXN-1006"></a>TXN-1006</td><td>Recovered Complete</td></tr><tr><td>
+            <p>Indicates that the message recovery is concluded.</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-ConfigurationStore"></a><p class="title"><strong>Table&#160;C.14.&#160;Configuration Store Log Messages</strong></p><div class="table-contents"><table border="1" summary="Configuration Store Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CFG-1001"></a>CFG-1001</td><td>Created</td></tr><tr><td>
+            <p>Indicates that a configuration store has been created. The configuration store is
+              responsible for the storage of the definition of objects such as queues, exchanges,
+              and bindings.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CFG-1002"></a>CFG-1002</td><td>Store location : <em class="replaceable"><code>path</code></em></td></tr><tr><td>
+            <p>Indicates that the configuration store is using <em class="replaceable"><code>path</code></em>
+              for the location of the store.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CFG-1003"></a>CFG-1003</td><td>Closed</td></tr><tr><td>
+            <p>Indicates that the configuration store has been closed.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CFG-1004"></a>CFG-1004</td><td>Recovery Start</td></tr><tr><td>
+            <p>Indicates that configuration recovery has begun.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CFG-1005"></a>CFG-1005</td><td>Recovered Complete</td></tr><tr><td>
+            <p>Indicates that the configuration recovery is concluded.</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-HA"></a><p class="title"><strong>Table&#160;C.15.&#160;HA Log Messages</strong></p><div class="table-contents"><table border="1" summary="HA Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1001"></a>HA-1001</td><td>Created</td></tr><tr><td>
+            <p>This HA node has been created.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1002"></a>HA-1002</td><td>Deleted</td></tr><tr><td>
+            <p>This HA node has been deleted</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1003"></a>HA-1003</td><td>Added : Node : '<em class="replaceable"><code>name</code></em>'
+              (<em class="replaceable"><code>host:port</code></em>)</td></tr><tr><td>
+            <p>A new node has been added to the group.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1004"></a>HA-1004</td><td>Removed : Node : '<em class="replaceable"><code>name</code></em>'
+              (<em class="replaceable"><code>host:port</code></em>)</td></tr><tr><td>
+            <p>The node has been removed from the group. This removal is permanent.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1005"></a>HA-1005</td><td>Joined : Node : '<em class="replaceable"><code>name</code></em>'
+              (<em class="replaceable"><code>host:port</code></em>)</td></tr><tr><td>
+            <p>The node has become reachable. This may be as a result of the node being
+              restarted, or a network problem may have been resolved.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1006"></a>HA-1006</td><td>Left : Node : '<em class="replaceable"><code>name</code></em>'
+              (<em class="replaceable"><code>host:port</code></em>)</td></tr><tr><td>
+            <p>The node is no longer reachable. This may be as a result of the node being stopped
+              or a network partition may be preventing it from being connected. The node is still a
+              member of the group.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1007"></a>HA-1007</td><td>HA-1007 : Master transfer requested : to '<em class="replaceable"><code>name</code></em>'
+              (<em class="replaceable"><code>host:port</code></em>)</td></tr><tr><td>
+            <p>Indicates that a master transfer operation has been requested.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1008"></a>HA-1008</td><td>HA-1008 : Intruder detected : Node '<em class="replaceable"><code>name</code></em>'
+              (<em class="replaceable"><code>host:port</code></em>)</td></tr><tr><td>
+            <p>Indicates that an unexpected node has joined the group. The virtualhost node will
+              go into the ERROR state in response to the condition.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1009"></a>HA-1009</td><td>HA-1009 : Insufficient replicas contactable</td></tr><tr><td>
+            <p>This node (which was in the master role) no longer has sufficient replica in
+              contact in order to complete transactions.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1010"></a>HA-1010</td><td>HA-1010 : Role change reported: Node : '<em class="replaceable"><code>name</code></em>'
+              (<em class="replaceable"><code>host:port</code></em>) : from <em class="replaceable"><code>role</code></em> to
+              <em class="replaceable"><code>role</code></em></td></tr><tr><td>
+            <p>Indicates that the node has changed role within the group.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1011"></a>HA-1011</td><td>HA-1011 : Minimum group size : <em class="replaceable"><code>new group size</code></em></td></tr><tr><td>
+            <p>The quorum requirements from completing elections or transactions has been
+              changed.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1012"></a>HA-1012</td><td>HA-1012 : Priority : <em class="replaceable"><code>priority</code></em></td></tr><tr><td>
+            <p>The priority of the object node has been changed. Zero indicates that the node
+              cannot be elected master.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1013"></a>HA-1013</td><td>HA-1013 : Designated primary : <em class="replaceable"><code>true|false</code></em></td></tr><tr><td>
+            <p>This node has been designated primary and can now operate solo. Applies to two
+              node groups only. See <a class="xref" href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-DesignatedPrimary" title="10.4.5.&#160;Allow to Operate Solo">Section&#160;10.4.5, &#8220;Allow to Operate Solo&#8221;</a></p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-HA-1014"></a>HA-1014</td><td>HA-1014 : Diverged transactions discarded</td></tr><tr><td>
+            <p>This node is in the process of rejoining the group but has discovered that some
+              of its transactions differ from those of the current master. The node will
+              automatically roll-back (i.e. discard) the diverging transactions in order to be
+              allowed to rejoin the group. This situation can only usually occur as a result of use
+              of the weak durability options. These allow the group to operate with fewer than
+              quorum nodes and therefore allow the inconsistencies to develop. </p>
+            <p>On encountering this condition, it is <span class="emphasis"><em>strongly</em></span> recommendend
+              to run an application level reconcilation to determine the data that has been
+              lost.</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="Java-Broker-Appendix-Operation-Logging-Message-List-Port"></a><p class="title"><strong>Table&#160;C.16.&#160;Port Log Messages</strong></p><div class="table-contents"><table border="1" summary="Port Log Messages" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Message Id</th><th>Message Text / Purpose</th></tr></thead><tbody><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1001"></a>PRT-1001</td><td>Create</td></tr><tr><td>
+            <p>Port has been created.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1002"></a>PRT-1002</td><td>Open</td></tr><tr><td>
+            <p>Port has been open</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1003"></a>PRT-1003</td><td>Close</td></tr><tr><td>
+            <p>Port has been closed</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1004"></a>PRT-1004</td><td>Connection count <em class="replaceable"><code>number</code></em> within <em class="replaceable"><code>warn limit</code></em> % of maximum <em class="replaceable"><code>limit</code></em>
+          </td></tr><tr><td>
+            <p>Warns that number of open connections approaches maximum allowed limit</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1005"></a>PRT-1005</td><td>Connection from <em class="replaceable"><code>peer</code></em> rejected. Maximum connection count (<em class="replaceable"><code>limit</code></em>) for this port already reached.</td></tr><tr><td>
+            <p>Connection from given host is rejected because of reaching the maximum allowed limit</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1007"></a>PRT-1007</td><td>Unsupported protocol header received, replying with <em class="replaceable"><code>AMQP version</code></em></td></tr><tr><td>
+            <p>Ususualy indicates an attempt to make an non-AMQP connection on an AMQP port, for instance,
+             with a web browser.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1008"></a>PRT-1008</td><td>Connection from <em class="replaceable"><code>address</code></em> rejected</td></tr><tr><td>
+            <p>Incoming connection is rejected because the port's connection limits are
+              already reached.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1009"></a>PRT-1009</td><td>FAILED to bind <em class="replaceable"><code>name</code></em> service to <em class="replaceable"><code>port number</code></em></td></tr><tr><td>
+            <p>The given port number could not be bound because it is already in-use.</p>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1010"></a>PRT-1010</td><td>Operation : <em class="replaceable"><code>operation name</code></em></td></tr><tr><td>
+            <p>Indicates that the named operation has been invoked</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Appendix-System-Properties.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Appendix-Statistics-Reporting.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Appendix&#160;B.&#160;System Properties&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Appendix&#160;D.&#160;Statistics Reporting</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Queue-Alerts.html
new file mode 100644
index 0000000..554f540
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Appendix-Queue-Alerts.html
@@ -0,0 +1,171 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Appendix&#160;E.&#160;Queue Alerts - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Appendix&#160;E.&#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;E.&#160;Queue Alerts</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="apds03.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;E.&#160;Queue Alerts</h1></div></div></div><p>The Broker supports a variety of queue alerting thresholds. Once configured on a queue,
+    these limits will be periodically written to the log if these limits are breached, until the
+    condition is rectified.</p><p>For example, if queue <code class="literal">myqueue</code> is configured with a message count alert of
+    1000, and then owing to a failure of a downstream system messages begin to accumulate on the
+    queue, the following alerts will be written periodically to the log. </p><pre class="screen">
+INFO [default:VirtualHostHouseKeepingTask] (queue.NotificationCheck) - MESSAGE_COUNT_ALERT
+           On Queue myqueue - 1272: Maximum count on queue threshold (1000) breached.
+  </pre><p>Note that queue alerts are <span class="emphasis"><em>soft</em></span> in nature; breaching the limit will
+    merely cause the alerts to be generated but messages will still be accepted to the queue.</p><div class="table"><a id="Java-Broker-Appendix-Queue-Alerts-Alerting-Messages"></a><p class="title"><strong>Table&#160;E.1.&#160;Queue Alerts</strong></p><div class="table-contents"><table border="1" summary="Queue Alerts" width="100%"><colgroup><col /><col /></colgroup><thead><tr><th>Alert Name</th><th>Alert Format and Purpose</th></tr></thead><tbody><tr><td rowspan="2">MESSAGE_COUNT_ALERT</td><td> MESSAGE_COUNT_ALERT On Queue <em class="replaceable"><code>queuename</code></em> -
+              <em class="replaceable"><code>number of messages</code></em>: Maximum count on queue threshold
+              (<em class="replaceable"><code>limit</code></em>) breached. </td></tr><tr><td>
+            <p>The number of messages on the given queue has breached its configured
+              limit.</p>
+          </td></tr><tr><td rowspan="2">MESSAGE_SIZE_ALERT</td><td> MESSAGE_SIZE_ALERT On Queue <em class="replaceable"><code>queuename</code></em>
+              -<em class="replaceable"><code>message size</code></em> : Maximum message size threshold
+              (<em class="replaceable"><code>limit</code></em>) breached. [Message ID=<em class="replaceable"><code>message
+              id</code></em>]</td></tr><tr><td>
+            <p>The size of an individual messages has breached its configured limit.</p>
+          </td></tr><tr><td rowspan="2">QUEUE_DEPTH_ALERT</td><td> QUEUE_DEPTH_ALERT On Queue <em class="replaceable"><code>queuename</code></em> -
+              <em class="replaceable"><code>total size of all messages on queue</code></em> : Maximum queue depth
+            threshold (<em class="replaceable"><code>limit</code></em>) breached.</td></tr><tr><td>
+            <p>The total size of all messages on the queue has breached its configured
+              limit.</p>
+          </td></tr><tr><td rowspan="2">MESSAGE_AGE_ALERT</td><td>MESSAGE_AGE_ALERT On Queue <em class="replaceable"><code>queuename</code></em> - <em class="replaceable"><code>age
+              of message</code></em> : Maximum age on queue threshold
+              (<em class="replaceable"><code>limit</code></em>) breached. </td></tr><tr><td>
+            <p>The age of a message on the given queue has breached its configured limit.</p>
+          </td></tr></tbody></table></div></div><br class="table-break" /></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="apds03.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Miscellaneous.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">D.3.&#160;Examples&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Appendix&#160;F.&#160;Miscellaneous</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[40/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel.html
new file mode 100644
index 0000000..3deff41
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Channel.html
@@ -0,0 +1,156 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Chapter&#160;6.&#160;Management Channels - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Chapter&#160;6.&#160;Management Channels</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;6.&#160;Management Channels</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Initial-Configuration-Example.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Channel-Web-Console.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Management-Channel"></a>Chapter&#160;6.&#160;Management Channels</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-Management-Channel.html#Java-Broker-Management-Channel-HTTP">6.1. HTTP Management</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Channel.html#Java-Broker-Management-C
 hannel-HTTP-Introduction">6.1.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel.html#Java-Broker-Management-Channel-HTTP-DefaultConfiguration">6.1.2. Default Configuration</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Channel-Web-Console.html">6.2. Web Management Console</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Accessing">6.2.1. Accessing the Console</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Orientation">6.2.2. Orientation</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Managing-Entities">6.2.3. Managing Entities</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Channel-RES
 T-API.html">6.3. REST API</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Introduction">6.3.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-APIDocs">6.3.2. REST API documentation</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Authentication">6.3.3. Authentication</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Create">6.3.4. Configured Object creation</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Update">6.3.5. Configured Object update</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#
 Java-Broker-Management-Channel-REST-API-Delete">6.3.6. Configured Object deletion</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Get">6.3.7. Retrieving Configured Object details</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Operations">6.3.8. Configured Object operations</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Status-Codes">6.3.9. HTTP status codes returned by REST interfaces</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Examples">6.3.10. Examples of REST requests with curl</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-Query-API">6.3.11. Query A
 PI</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-CORS">6.3.12. Cross Origin Resource Sharing (CORS)</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Channel-AMQP-Intrinstic.html">6.4. AMQP Intrinstic Management</a></span></dt></dl></div><p>The Broker can be managed over a number of different channels.</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>HTTP - The primary channel for management. The HTTP interface comprises a Web
+        Console and a REST API.</p></li><li class="listitem"><p>AMQP - The AMQP protocols 0-8..0-10 allow for some management of Exchanges, Queue and
+        Bindings. This will be superseded by AMQP 1.0 Management. It is suggested that new users
+        favour the Management facilities provided by the Web Console/REST API.</p></li></ul></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Java-Broker-Management-Channel-HTTP"></a>6.1.&#160;HTTP Management</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-HTTP-Introduction"></a>6.1.1.&#160;Introduction</h3></div></div></div><p>The HTTP Management plugin provides a HTTP based API for monitoring and control of the
+            Broker. The plugin actually provides two interfaces:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><a class="link" href="Java-Broker-Management-Channel-Web-Console.html" title="6.2.&#160;Web Management Console">Web Management
+                            Console</a> - rich web based interface for the management of the
+                        Broker.</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Management-Channel-REST-API.html" title="6.3.&#160;REST API">REST API</a> -
+                        REST API providing complete programmatic management of the Broker.</p></li></ul></div><p>The Web Management Console itself uses the REST API, so every function you can perform
+            through the Web Management Console can be also be scripted and integrated into other
+            systems. This provides a simple integration point allowing the Broker to monitored and
+            controlled from systems such as Naoios or BMC Control-M.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Channel-HTTP-DefaultConfiguration"></a>6.1.2.&#160;Default Configuration</h3></div></div></div><p>By default, the Broker is shipped with HTTP enabled running port 8080. The HTTP plugin
+            is configured to require SASL authentication. The port is not SSL protected.</p><p>The settings can be changed by configuring the HTTP plugin and/or the port configured
+            to serve HTTP.</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-Initial-Configuration-Example.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Channel-Web-Console.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">5.7.&#160;Example of JSON 'Initial Configuration'&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;6.2.&#160;Web Management Console</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Access-Control-Providers.html
new file mode 100644
index 0000000..9d614a8
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Access-Control-Providers.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.14.&#160;Access Control Providers - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.14.&#160;Access Control 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">7.14.&#160;Access Control Providers</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Group-Providers.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Plugin-HTTP.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-Management-Managing-Access-Control-Providers"></a>7.14.&#160;Access Control Providers</h2></div></div></div><p>An <a class="link" href="Java-Broker-Concepts-Other-Services.html#Java-Broker-Concepts-Access-Control-Providers" title="4.10.1.&#160;Access Control Providers">Access Control
+            Provider</a> governs who may do what within the Broker. It governs both messaging and
+        management.</p><p>See <a class="xref" href="Java-Broker-Security-AccessControlProviders.html" title="8.3.&#160;Access Control Providers">Section&#160;8.3, &#8220;Access Control Providers&#8221;</a></p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Management-Managing-Group-Providers.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Plugin-HTTP.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.13.&#160;Group Providers&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.15.&#160;HTTP Plugin</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Authentication-Providers.html
new file mode 100644
index 0000000..0ca4f36
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Authentication-Providers.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.10.&#160;Authentication Providers - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.10.&#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">7.10.&#160;Authentication Providers</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Ports.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Keystores.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-Management-Managing-Authentication-Providers"></a>7.10.&#160;Authentication Providers</h2></div></div></div><p>
+        <a class="link" href="Java-Broker-Concepts-Authentication-Providers.html" title="4.9.&#160;Authentication Providers">Authentication
+            Providers</a> are used by <a class="link" href="Java-Broker-Concepts-Ports.html" title="4.8.&#160;Ports">Ports</a> to
+        authenticate connections.</p><p>See <a class="xref" href="Java-Broker-Security.html#Java-Broker-Security-Authentication-Providers" title="8.1.&#160;Authentication Providers">Section&#160;8.1, &#8220;Authentication Providers&#8221;</a></p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Authentication-Providers-Types"></a>7.10.1.&#160;Types</h3></div></div></div><p> The following authentication providers are supported:
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><a class="link" href="Java-Broker-Security.html#Java-Broker-Security-Anonymous-Provider" title="8.1.5.&#160;Anonymous">Anonymous</a>: allows anonymous connections to the
+                    Broker</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Security.html#Java-Broker-Security-External-Provider" title="8.1.4.&#160;External (SSL Client Certificates)">External</a>: delegates to external mechanisms such as SSL Client
+                        Certificate Authentication</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Security.html#Java-Broker-Security-Kerberos-Provider" title="8.1.2.&#160;Kerberos">Kerberos</a>: uses Kerberos to authenticate connections via
+                        GSS-API.</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Security.html#Java-Broker-Security-LDAP-Provider" title="8.1.1.&#160;Simple LDAP">SimpleLDAP</a>: authenticate users against an LDAP
+                    server.</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Security.html#Java-Broker-Security-OAuth2-Provider" title="8.1.3.&#160;OAuth2">OAuth2</a>: authenticate users against a OAuth2 Authorization
+                    Server.</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Security.html#Java-Broker-Security-ScramSha-Providers" title="8.1.6.&#160;SCRAM SHA">ScramSha</a>: authenticate users against credentials stored in a
+                        local database</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Security.html#Java-Broker-Security-Plain-Provider" title="8.1.7.&#160;Plain">Plain</a>: authenticate users against credentials stored in a local
+                            database.</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Security.html#Java-Broker-Security-PlainPasswordFile-Provider" title="8.1.8.&#160;Plain Password File (Deprecated)">PlainPasswordFile</a>: authenticate users against credentials stored
+                        in plain text in a local file.</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Security.html#Java-Broker-Security-MD5-Provider" title="8.1.9.&#160;MD5 Provider">MD5</a>: authenticate users against credentials
+                        stored in a local database.</p></li><li class="listitem"><p><a class="link" href="Java-Broker-Security.html#Java-Broker-Security-Base64MD5PasswordFile-Provider" title="8.1.10.&#160;Base64MD5 Password File (Deprecated)">Base64MD5PasswordFile</a>: authenticate users against credentials
+                        stored encoded in a local file.</p></li></ul></div><p>
+            </p><p>The last five providers offer user management facilities too, that is, users can
+                be created, deleted and passwords reset.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Authentication-Providers-Attributes"></a>7.10.2.&#160;Attributes</h3></div></div></div><p>
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Name the authentication provider</em></span>.</p></li></ul></div><p>
+        </p><p>Other attributes are provider specific.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Authentication-Providers-Children"></a>7.10.3.&#160;Children</h3></div></div></div><p>None</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Authentication-Providers-Lifecycle"></a>7.10.4.&#160;Lifecycle</h3></div></div></div><p>Not supported</p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>When updating an existing authentication provider, changes become effective until
+                the Broker is restarted.</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-Management-Managing-Ports.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Keystores.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.9.&#160;Ports&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.11.&#160;Keystores</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Broker.html
new file mode 100644
index 0000000..94f9419
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Broker.html
@@ -0,0 +1,170 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.2.&#160;Broker - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.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">7.2.&#160;Broker</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Entities.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-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-Management-Managing-Broker"></a>7.2.&#160;Broker</h2></div></div></div><p>The <a class="link" href="Java-Broker-Concepts-Broker.html" title="4.2.&#160;Broker">Broker</a> is the principal entity. It is
+    composed of a number of other entities that collaborate to provide message broker
+    facilities.</p><p>The Broker can only be managed via the HTTP management channel.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Broker-Attributes"></a>7.2.1.&#160;Attributes</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Name the Broker</em></span>. This helps distinguish between Brokers in
+            environments that have many.</p></li><li class="listitem"><p><span class="emphasis"><em>Confidential configuration encryption provider</em></span>. The name of the
+            provider used to encrypt passwords and other secrets within the configuration. See <a class="xref" href="Java-Broker-Security-Configuration-Encryption.html" title="8.4.&#160;Configuration Encryption">Section&#160;8.4, &#8220;Configuration Encryption&#8221;</a>.</p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Broker-Context"></a>7.2.2.&#160;Context</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>broker.flowToDiskThreshold</em></span> Controls the <a class="link" href="Java-Broker-Runtime-Flow-To-Disk.html" title="9.6.&#160;Flow to Disk">flow to disk</a> feature.</p></li><li class="listitem"><p><span class="emphasis"><em>broker.messageCompressionEnabled</em></span> Controls the <a class="link" href="Java-Broker-Runtime-Message-Compression.html" title="9.9.&#160;Message Compression">message compression</a> .</p></li><li class="listitem"><p><a id="Java-Broker-Management-Managing-Broker-Context-StoreFilesystemMaxUsagePercent"></a><span class="emphasis"><em>store.filesystem.maxUsagePercent</em></span> Maximum percentage of space
+            that may be utilised on a filesystem hosting a virtualhost's message store before
+            producer flow control is automatically imposed.</p><p>This defaults to 90%.</p></li><li class="listitem"><p><a id="Java-Broker-Management-Managing-Broker-Context-BrokerDefaultSupportedProtocolVersionReply"></a><span class="emphasis"><em>qpid.broker_default_supported_protocol_version_reply</em></span> Used
+            during protocol negotiation. If set, the Broker will offer this AMQP version to a client
+            requesting an AMQP protocol that is not supported by the Broker. If not set, the Broker
+            offers the highest protocol version it supports. </p></li><li class="listitem"><p>
+            <span class="emphasis"><em>qpid.broker_msg_auth</em></span> If set true, the Broker ensures that the user
+            id of each received message matches the user id of the producing connection. If this
+            check fails, the message is returned to the producer's connection with a 403 (Access
+            Refused) error code.</p><p>This value can be overridden for each Virtual Host by setting the context value on the Virtual Host or
+            Virtual Host Node.
+          </p><p>Defaults to false.</p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Broker-Children"></a>7.2.3.&#160;Children</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
+            <a class="link" href="Java-Broker-Management-Managing-Virtualhost-Nodes.html" title="7.3.&#160;Virtualhost Nodes">Virtualhost
+              nodes</a>
+          </p></li><li class="listitem"><p>
+            <a class="link" href="Java-Broker-Management-Managing-Ports.html" title="7.9.&#160;Ports">Ports</a>
+          </p></li><li class="listitem"><p>Authentication Providers</p></li><li class="listitem"><p>Key Stores / Trust Stores</p></li><li class="listitem"><p>Group Providers</p></li><li class="listitem"><p>Access Control Providers</p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Broker-Lifecycle"></a>7.2.4.&#160;Lifecycle</h3></div></div></div><p>Not supported</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-Management-Managing-Entities.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Virtualhost-Nodes.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Chapter&#160;7.&#160;Managing Entities&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.3.&#160;Virtualhost Nodes</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Consumers.html
new file mode 100644
index 0000000..ce15b60
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Consumers.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.8.&#160;Consumers - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.8.&#160;Consumers</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">7.8.&#160;Consumers</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Queues.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-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-Management-Managing-Consumers"></a>7.8.&#160;Consumers</h2></div></div></div><p>A Consumer represents an application's live <span class="emphasis"><em>subcription</em></span> to a queue.  Its presence
+    in the model indicates that an application is currently connected to the queue <span class="emphasis"><em>at this moment</em></span>.
+  </p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Consumers-Context"></a>7.8.1.&#160;Context</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>consumer.suspendNotificationPeriod</em></span> Governs the length of
+           time that a consumer may remain suspended before the the Broker begins to
+           produce <a class="link" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-SUB-1003">SUB-1003</a>
+            operational log messages.</p></li></ul></div><p>
+    </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-Management-Managing-Queues.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Ports.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.7.&#160;Queues&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.9.&#160;Ports</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Entities.html
new file mode 100644
index 0000000..46a3b19
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Entities.html
@@ -0,0 +1,165 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Chapter&#160;7.&#160;Managing Entities - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Chapter&#160;7.&#160;Managing Entities</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;7.&#160;Managing Entities</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Channel-AMQP-Intrinstic.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Broker.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Management-Managing-Entities"></a>Chapter&#160;7.&#160;Managing Entities</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-Management-Managing-Entities.html#Java-Broker-Management-Managing-Entities-General">7.1. General Description</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Br
 oker.html">7.2. Broker</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Management-Managing-Broker-Attributes">7.2.1. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Management-Managing-Broker-Context">7.2.2. Context</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Management-Managing-Broker-Children">7.2.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Management-Managing-Broker-Lifecycle">7.2.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html">7.3. Virtualhost Nodes</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Nodes-Types">7.3.1. Types</a><
 /span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Nodes-Attributes">7.3.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Node-Children">7.3.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Node-Lifecycle">7.3.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html">7.4. VirtualHosts</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhosts-Types">7.4.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhost-Context"
 >7.4.2. Context</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhost-Attributes">7.4.3. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhost-Children">7.4.4. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhost-Lifecycle">7.4.5. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html">7.5. Remote Replication Nodes</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html#Java-Broker-Management-Managing-RemoteReplicationNodes-Attributes">7.5.1. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html#J
 ava-Broker-Management-Managing-RemoteReplicationNodes-Children">7.5.2. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html#Java-Broker-Management-Managing-RemoteReplicationNodes-Lifecycle">7.5.3. Lifecycle</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html#Java-Broker-Management-Managing-RemoteReplication-Nodes-Operations">7.5.4. Operations</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Exchanges.html">7.6. Exchanges</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Exchanges.html#Java-Broker-Management-Managing-Exchanges-Types">7.6.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Exchanges.html#Java-Broker-Management-Managing-Exchanges-Attributes">7.6.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Managem
 ent-Managing-Exchanges.html#Java-Broker-Management-Managing-Exchanges-Lifecycle">7.6.3. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Queues.html">7.7. Queues</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Queues.html#Java-Broker-Management-Managing-Queues-Types">7.7.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Queues.html#Java-Broker-Management-Managing-Queues-Attributes">7.7.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Queues.html#Java-Broker-Management-Managing-Queue-Lifecycle">7.7.3. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Consumers.html">7.8. Consumers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Consumers.html#Java-Broker-Management-Managing-Consumers-Context">7.8.1. Context</a><
 /span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html">7.9. Ports</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html#Java-Broker-Management-Managing-Ports-Context">7.9.1. Context</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html#Java-Broker-Management-Managing-Ports-Attributes">7.9.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html#Java-Broker-Management-Managing-Ports-Children">7.9.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html#Java-Broker-Management-Managing-Ports-Lifecycle">7.9.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html">7.10. Authentication Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Au
 thentication-Providers.html#Java-Broker-Management-Managing-Authentication-Providers-Types">7.10.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html#Java-Broker-Management-Managing-Authentication-Providers-Attributes">7.10.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html#Java-Broker-Management-Managing-Authentication-Providers-Children">7.10.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html#Java-Broker-Management-Managing-Authentication-Providers-Lifecycle">7.10.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html">7.11. Keystores</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html#Java-Broker-Management-Managing-Keystores-Types">7.11.1. Types</a></
 span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html#Java-Broker-Management-Managing-Keystores-Attributes">7.11.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html#Java-Broker-Management-Managing-Keystores-Children">7.11.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html#Java-Broker-Management-Managing-Keystores-Lifecycle">7.11.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html">7.12. Truststores</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Types">7.12.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Attributes">7.12.2. Attributes</a></span></dt><dt><span
  class="section"><a href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Children">7.12.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Lifecycle">7.12.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Group-Providers.html">7.13. Group Providers</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Access-Control-Providers.html">7.14. Access Control Providers</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Plugin-HTTP.html">7.15. HTTP Plugin</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Plugin-HTTP.html#Java-Broker-Management-Managing-Plugin-HTTP-Attributes">7.15.1. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Plugin-HTTP.html#
 Java-Broker-Management-Managing-Plugin-HTTP-Children">7.15.2. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Plugin-HTTP.html#Java-Broker-Management-Managing-Plugin-HTTP-Lifecycle">7.15.3. Lifecycle</a></span></dt></dl></dd></dl></div><p>This section describes how to manage entities within the Broker. The principles underlying
+    entity management are the same regardless of entity type. For this reason, this section begins
+    with a general description that applies to all.</p><p>Since not all channels support the management of all entity type, this section commences
+    with a table showing which entity type is supported by each channel.</p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Java-Broker-Management-Managing-Entities-General"></a>7.1.&#160;General Description</h2></div></div></div><p>The following description applies to all entities within the Broker regardless of their
+      type.</p><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>All entities have a parent, and may have children. The parent of the Broker is
+            called the System Context. It has no parent.</p></li><li class="listitem"><p>Entities have one or more attributes. For example a <code class="literal">name</code>, an
+              <code class="literal">id</code> or a <code class="literal">maximumQueueDepth</code></p></li><li class="listitem"><p>Entities can be durable or non-durable. Durable entities survive a restart.
+            Non-durable entities will not.</p></li><li class="listitem"><p>Attributes may have a default value. If an attribute value is not specified the
+            default value is used.</p></li><li class="listitem"><p>Attributes values can be expressed as a simple value (e.g. <code class="literal">myName</code>
+            or <code class="literal">1234</code>), in terms of context variables
+              (e.g.<code class="literal">${foo}</code> or <code class="literal">/data/${foo}/</code>).</p></li><li class="listitem"><p>Each entity has zero or more context variables.</p></li><li class="listitem"><p>The System Context entity (the ultimate ancestor of all object) has a context too.
+            It is read only and is populated with all Java System Properties. Thus it can be
+            influenced from the Broker's external environment. See <a class="link" href="Java-Broker-Appendix-Environment-Variables.html#Java-Broker-Appendix-Environment-Variables-Qpid-Opts">QPID_OPTS </a>
+            environment variable.</p></li><li class="listitem"><p>When resolving an attribute's value, if the value contains a variable
+              (e.g.<code class="literal">${foo}</code>), the variable is first resolved using the entity's own
+            context variables. If the entity has no definition for the context variable, the
+            entity's parent is tried, then its grandparent and so forth, all the way until the
+            SystemContext is reached.</p></li><li class="listitem"><p>Some entities support state and have a lifecycle.</p></li></ul></div><p>
+    </p><p>What follows now is a section dedicated to each entity type. For each entity type key
+      features are described along with the entities key attributes, key context variables, details
+      of the entities lifecycle and any other operations.</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-Management-Channel-AMQP-Intrinstic.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Broker.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">6.4.&#160;AMQP Intrinstic Management&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.2.&#160;Broker</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[37/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Connection-Limit.html
new file mode 100644
index 0000000..57f4a20
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Connection-Limit.html
@@ -0,0 +1,167 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>9.10.&#160;Connection Limits - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>9.10.&#160;Connection Limits</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">9.10.&#160;Connection Limits</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime-Message-Compression.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;9.&#160;Runtime</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Memory.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-Runtime-Connection-Limit"></a>9.10.&#160;Connection Limits</h2></div></div></div><p>
+     Each connection to the Broker consumes resources while it is connected. In order to protect
+     the Broker against malfunctioning (or malicious) client processes, it is possible to limit the
+     number of connections that can be active on any given port.
+   </p><p>
+       Connection limits on AMQP ports are controlled by an attribute "maxOpenConnections" on
+       the port. By default this takes the value of the context variable
+       <code class="literal">qpid.port.max_open_connections</code> which in itself is defaulted to the
+       value <code class="literal">-1</code> meaning there is no limit.
+   </p><p>
+       If the interpolated value of <code class="literal">maxOpenConnections</code> on an AMQP port is a
+       positive integer, then when that many active connections have been established no new
+       connections will be allowed (until an existing connection has been closed). Any such
+       rejection of a connection will be accompanied by the operational log message
+       <a class="link" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-PRT-1005">PRT-1005</a>.
+   </p><p>
+       The context variable <code class="literal">qpid.port.open_connections_warn_percent</code> can be
+       used to control when a warning log message is generated as the number of open connections
+       approaches the limit for the port. The default value of this variable is
+       <code class="literal">80</code> meaning that if more the number of open connections to the port
+       has exceeded 80% of the given limit then the operatinal log message
+       <a class="link" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-PRT-1004">PRT-1004</a>
+       will be generated.
+   </p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Runtime-Message-Compression.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Runtime.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Memory.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">9.9.&#160;Message Compression&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;9.11.&#160;Memory</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Consumers.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Consumers.html
new file mode 100644
index 0000000..fc11c2c
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Consumers.html
@@ -0,0 +1,175 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>9.7.&#160;Consumers - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>9.7.&#160;Consumers</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">9.7.&#160;Consumers</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime-Flow-To-Disk.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;9.&#160;Runtime</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Background-Recovery.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-Runtime-Consumers"></a>9.7.&#160;Consumers</h2></div></div></div><p>A Consumer is created when an AMQP connection wishes to receive messages from a message source (such as a
+    Queue).  The standard behaviours of consumers are defined by the respective AMQP specification, however in addition
+    to the standard behaviours a number of Qpid specific enhancements are available</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Consumers-Prioirty"></a>9.7.1.&#160;Priority</h3></div></div></div><p>By default, when there are multiple competing consumers attached to the same message source, the Broker
+      attempts to distribute messages from the queue in a "fair" manner. Some use cases require allocation of messages
+      to consumers to be based on the "priority" of the consumer. Where there are multiple consumers having differing
+      priorities, the Broker will always attempt to deliver a message to a higher priority consumer before attempting
+      delivery to a lower priority consumer. That is, a lower priority consumer will only receive a message if no
+      higher priority consumers currently have credit available to consume the message, or those consumers have declined
+      to accept the message (for instance because it does not meet the criteria of any selectors associated with the
+      consumer).</p><p>Where a consumer is created with no explicit priority provided, the consumer is given the highest possible
+      priority.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e5973"></a>9.7.1.1.&#160;Creating a Consumer with a non-standard priority</h4></div></div></div><p>
+        In AMQP 0-9 and 0-9-1 the priority of the consumer can be set by adding an entry into the table provided as the
+        <code class="literal">arguments</code> field (known as the <code class="literal">filter</code> field on AMQP 0-9) of the
+        <code class="literal">basic.consume</code> method. The key for the entry must be the literal short string
+        <code class="literal">x-priority</code>, and the value of the entry must be an integral number in the range
+        -2<sup>31</sup> to 2<sup>31</sup>-1.
+      </p><p>
+        In AMQP 0-10 the priority of the consumer can be set in the map provided as the <code class="literal">arguments</code>
+        field of the <code class="literal">message.subscribe</code> method. The key for the entry must be the literal string
+        <code class="literal">x-priority</code>, and the value of the entry must be an integral number in the range
+        -2<sup>31</sup> to 2<sup>31</sup>-1.
+      </p><p>
+        In AMQP 1.0 the priority of the consumer is set in the <code class="literal">properties</code> map of the
+        <code class="literal">attach</code> frame where the broker side of the link represents the sending side of the link.
+        The key for the entry must be the literal string <code class="literal">priority</code>, and the value of the entry must
+        be an integral number in the range -2<sup>31</sup> to 2<sup>31</sup>-1.
+      </p><p>
+        When using the Qpid JMS client for AMQP 0-9/0-9-1/0-10 the consumer priority can be set in the address being
+        used for the Destination object.
+
+        </p><div class="table"><a id="d0e6032"></a><p class="title"><strong>Table&#160;9.1.&#160;Setting the consumer priority</strong></p><div class="table-contents"><table border="1" summary="Setting the consumer priority"><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-priority : '10' } } } }</td></tr><tr><td>Binding URL</td><td>direct://amq.direct/myqueue/myqueue?x-qpid-replay-priority='10'</td></tr></tbody></table></div></div><p><br class="table-break" />
+      </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-Runtime-Flow-To-Disk.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Runtime.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Background-Recovery.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">9.6.&#160;Flow to Disk&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;9.8.&#160;Background Recovery</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Disk-Space-Management.html
new file mode 100644
index 0000000..35dff25
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Disk-Space-Management.html
@@ -0,0 +1,184 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>9.2.&#160;Disk Space Management - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>9.2.&#160;Disk Space Management</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">9.2.&#160;Disk Space Management</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;9.&#160;Runtime</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Producer-Transaction-Timeout.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-Runtime-Disk-Space-Management"></a>9.2.&#160;Disk Space Management</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Disk-Space-Management-Producer-Flow-Control"></a>9.2.1.&#160;Disk quota-based flow control</h3></div></div></div><p>
+        The Apache Qpid Broker-J supports a flow control mechanism which is triggered when a configured
+        disk quota is exceeded. This is supported by the BDB and Derby virtualhosts.
+    </p><p>
+        This functionality blocks all producers on reaching the disk overflow limit. When consumers consume the
+        messages, causing disk space usage to falls below the underflow limit, the producers are unblocked and continue
+        working as normal.
+    </p><p>
+        Two limits can be configured:
+    </p><p>
+        overfull limit - the maximum space on disk (in bytes).
+    </p><p>
+        underfull limit - when the space on disk drops below this limit, producers are allowed to resume publishing.
+    </p><p>
+        The overfull and underful limit can be specified when a new virtualhost is created or an exiting virtualhost is
+        edited. This can be done using the Store Overflow and Store Underfull settings within the virtual host creation
+        and edit dialogue. If editing an existing virtualhost, the virtualhost must be restarted for the new values to
+        take effect.
+    </p><p>
+        The disk quota functionality is based on "best effort" principle. This means the broker cannot guarantee that
+        the disk space limit will not be exceeded. If several concurrent transactions are started before the limit is
+        reached, which collectively cause the limit to be exceeded, the broker may allow all of them to be committed.
+    </p><p>
+        The Broker will also impose flow control if the filesystem hosting a virtualhost exceeds a <a class="link" href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Management-Managing-Broker-Context-StoreFilesystemMaxUsagePercent">configured
+        percentage.</a>.
+    </p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>
+            The <span class="emphasis"><em>Producer Flow Control</em></span> can be configured on individual queue using
+            <span class="emphasis"><em>Producer Flow Control</em></span> overflow policy.
+            For more details, please read<a class="xref" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy" title="4.7.5.&#160;Controlling Queue Size">Section&#160;4.7.5, &#8220;Controlling Queue Size&#8221;</a>.
+        </p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e5723"></a>9.2.1.1.&#160;Broker Log Messages for quota flow control</h4></div></div></div><p>
+            There are two broker log messages that may occur if flow control through disk quota limits is enabled. When
+            the virtual host is blocked due to exceeding of the disk quota limit the following message appears in the
+            broker log
+            </p><pre class="programlisting">
+                [vh(/test)/ms(BDBMessageStore)] MST-1008 : Store overfull, flow control will be enforced
+            </pre><p>
+            When virtual host is unblocked after cleaning the disk space the following message appears in the broker log
+            </p><pre class="programlisting">
+                [vh(/test)/ms(BDBMessageStore)] MST-1009 : Store overfull condition cleared
+            </pre><p>
+        </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-Runtime.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Runtime.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Producer-Transaction-Timeout.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Chapter&#160;9.&#160;Runtime&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;9.3.&#160;Producer Transaction Timeout</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Flow-To-Disk.html
new file mode 100644
index 0000000..d081bbb
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Flow-To-Disk.html
@@ -0,0 +1,157 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>9.6.&#160;Flow to Disk - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>9.6.&#160;Flow to Disk</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">9.6.&#160;Flow to Disk</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime-Close-Connection-When-No-Route.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;9.&#160;Runtime</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Consumers.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-Runtime-Flow-To-Disk"></a>9.6.&#160;Flow to Disk</h2></div></div></div><p>Flow to disk limits the amount of <a class="link" href="Java-Broker-Runtime-Memory.html" title="9.11.&#160;Memory">direct and heap memory</a>
+    that can be occupied by messages. Once this
+    limit is reached any new transient messages and all existing transient messages will be
+    transferred to disk. Newly arriving transient messages will continue to go to the disk until the
+    cumulative size of all messages falls below the limit once again.</p><p>By default the Broker makes 75% of the max direct available memory for messages. This memory is
+    divided between all the queues across all virtual hosts defined on the Broker with a percentage
+    calculated according to their current queue size. These calculations are refreshed periodically
+    by the housekeeping cycle.</p><p>For example if there are two queues, one containing 75MB and the second 100MB messages
+    respectively and the Broker has 1GB direct memory with the default of 75% available for messages.
+    The first queue will have a target size of 320MB and the second 430MB. Once 750MB is taken by
+    messages, messages will begin to flow to disk. New messages will cease to flow to disk when
+    their cumulative size falls beneath 750MB.</p><p>Flow to disk is configured by Broker context variable
+      <code class="literal">broker.flowToDiskThreshold</code>. It is expressed as a size in bytes and defaults
+    to 75% of the JVM maximum heap size.</p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Runtime-Close-Connection-When-No-Route.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Runtime.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Consumers.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">9.5.&#160;Closing client connections on unroutable mandatory messages&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;9.7.&#160;Consumers</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
new file mode 100644
index 0000000..3832693
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
@@ -0,0 +1,179 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>9.4.&#160;Handing Undeliverable Messages - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>9.4.&#160;Handing Undeliverable Messages</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">9.4.&#160;Handing Undeliverable Messages</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime-Producer-Transaction-Timeout.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;9.&#160;Runtime</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Close-Connection-When-No-Route.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-Runtime-Handling-Undeliverable-Messages"></a>9.4.&#160;Handing Undeliverable Messages</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Handling-Undeliverable-Messages-Introduction"></a>9.4.1.&#160;Introduction</h3></div></div></div><p> Messages that cannot be delivered successfu
 lly to a consumer (for instance, because the
+   client is using a transacted session and rolls-back the transaction) can be made available on
+   the queue again and then subsequently be redelivered, depending on the precise session
+   acknowledgement mode and messaging model used by the application. This is normally desirable
+   behaviour that contributes to the ability of a system to withstand unexpected errors. However, it
+   leaves open the possibility for a message to be repeatedly redelivered (potentially indefinitely),
+   consuming system resources and preventing the delivery of other messages. Such undeliverable
+   messages are sometimes known as poison messages.</p><p>For an example, consider a stock ticker application that has been designed to consume prices
+   contained within JMS TextMessages. What if inadvertently a BytesMessage is placed onto the queue?
+   As the ticker application does not expect the BytesMessage, its processing might fail and cause it
+   to roll-back the transaction, however the default behavior of the Broker would mean that the
+   BytesMessage would be delivered over and over again, preventing the delivery of other legitimate
+   messages, until an operator intervenes and removes the erroneous message from the queue. </p><p>Qpid has maximum delivery count and dead-letter queue (DLQ) features which can be used in
+   concert to construct a system that automatically handles such a condition. These features are
+   described in the following sections.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Handling-Undeliverable-Messages-Maximum-Delivery-Count"></a>9.4.2.&#160;Maximum Delivery Count</h3></div></div></div><p> Maximum delivery count is an attribute of a queue. If a consumer application is unable to
+   process a message more than the specified number of times, then the Broker will either route the
+   message via the queue's <span class="emphasis"><em>alternate binding</em></span> (if one has been defined), or will
+   discard the message.</p><p>When using AMQP 1.0 the current delivery count of a message is available to the consuming
+   application via the<code class="literal">message-count</code> message header (exposed via the
+   <code class="literal">JMSXDeliveryCount</code> JMS message property when using JMS).  When using the
+   AMQP 0-8..0-10 protocols this information is not available.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p> When using AMQP 0-8..0-10, in order for a maximum delivery count to be enforced, the consuming application
+    <span class="emphasis"><em>must</em></span> call <a class="link" href="http://docs.oracle.com/javaee/6/api/javax/jms/Session.html#rollback()" target="_top">Session#rollback()</a> (or <a class="link" href="http://docs.oracle.com/javaee/6/api/javax/jms/Session.html#recover()" target="_top">Session#recover()</a> if the session is not transacted). It is during the Broker's
+    processing of Session#rollback() (or Session#recover()) that if a message has been seen
+    at least the maximum number of times then it will move the message to the DLQ or discard the
+    message. If the consuming application fails in another manner, for instance, closes the connection, the
+    message will not be re-routed and consumer application will see the same poison message again
+    once it reconnects.</p><p> If the consuming application is using Qpid JMS Client 0-x and using AMQP 0-8, 0-9, or 0-9-1
+    protocols, it is necessary to set the client system property <code class="varname">qpid.reject.behaviour</code> or
+    connection or binding URL option <code class="varname">rejectbehaviour</code> to the value <code class="literal">server</code>.</p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Handling-Undeliverable-Messages-Dead-Letter-Queues"></a>9.4.3.&#160;Alternate Binding</h3></div></div></div><p>Once the maximum delivery count is exceeded, if the queue has an <code class="literal">alternateBinding</code>
+    specified, the Broker automatically routes the message via the alternate binding.  The alternate binding
+    would normally specify a queue designated for that purpose of receiving the undeliverable messages.
+    By convention such queues are known as dead-letter queues or simply DLQs.</p><div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Avoid excessive queue depth</h3><p>Applications making use of DLQs <span class="emphasis"><em>should</em></span> make provision for the frequent
+    examination of messages arriving on DLQs so that both corrective actions can be taken to resolve
+    the underlying cause and organise for their timely removal from the DLQ. Messages on DLQs
+    consume system resources in the same manner as messages on normal queues so excessive queue
+    depths should not be permitted to develop.</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-Runtime-Producer-Transaction-Timeout.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Runtime.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Close-Connection-When-No-Route.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">9.3.&#160;Producer Transaction Timeout&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;9.5.&#160;Closing client connections on unroutable mandatory messages</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Memory.html
new file mode 100644
index 0000000..435c291
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Memory.html
@@ -0,0 +1,281 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>9.11.&#160;Memory - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>9.11.&#160;Memory</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">9.11.&#160;Memory</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime-Connection-Limit.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;9.&#160;Runtime</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-High-Availability.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-Runtime-Memory"></a>9.11.&#160;Memory</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Memory-Introduction"></a>9.11.1.&#160;Introduction</h3></div></div></div><p>
+      Understanding how the Qpid broker uses memory is essential to running a high performing and reliable service.
+      A wrongly configured broker can exhibit poor performance or even crash with an <code class="literal">OutOfMemoryError</code>.
+      Unfortunately, memory usage is not a simple topic and thus requires some in depth explanations.
+      This page should give the required background information to make informed decisions on how to configure your broker.
+    </p><p>
+      <a class="xref" href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Types" title="9.11.2.&#160;Types of Memory">Section&#160;9.11.2, &#8220;Types of Memory&#8221;</a> explains the two different kinds of Java memory most relevant to the broker.
+      <a class="xref" href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Usage" title="9.11.3.&#160;Memory Usage in the Broker">Section&#160;9.11.3, &#8220;Memory Usage in the Broker&#8221;</a> goes on to explain which parts of the broker use what kind of memory.
+      <a class="xref" href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Low-Memory" title="9.11.4.&#160;Low Memory Conditions">Section&#160;9.11.4, &#8220;Low Memory Conditions&#8221;</a> explains what happens when the system runs low on memory.
+      <a class="xref" href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Defaults" title="9.11.5.&#160;Defaults">Section&#160;9.11.5, &#8220;Defaults&#8221;</a> lays out the default settings of the Qpid broker.
+      Finally, <a class="xref" href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Tuning" title="9.11.6.&#160;Memory Tuning the Broker">Section&#160;9.11.6, &#8220;Memory Tuning the Broker&#8221;</a> gives some advice on tuning your broker.
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Memory-Types"></a>9.11.2.&#160;Types of Memory</h3></div></div></div><p>
+      While Java has a couple of different internal memory types we will focus on the two types that are relevant to the Qpid broker.
+      Both of these memory types are taken from the same physical memory (RAM).
+    </p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e6179"></a>9.11.2.1.&#160;Heap</h4></div></div></div><p>
+        Normally, all objects are allocated from Java's heap memory.
+        Once, nothing references an object it is cleaned up by the Java Garbage Collector and it's memory returned to the heap.
+        This works fine for most use cases.
+        However, when interacting with other parts of the operating system using Java's heap is not ideal.
+        This is where the so called direct memory comes into play.
+      </p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e6184"></a>9.11.2.2.&#160;Direct</h4></div></div></div><p>
+        The world outside of the JVM, in particular the operating system (OS), does not know about Java heap memory and uses other structures like C arrays.
+        In order to interact with these systems Java needs to copy data between its own heap memory and these native structures.
+        This can become a bottle neck when there is a lot of exchange between Java and the OS like in I/O (both disk and network) heavy applications.
+        Java's solution to this is to allow programmers to request <code class="literal">ByteBuffer</code>s from so called direct memory.
+        This is an opaque structure that <span class="emphasis"><em>might</em></span> have an underlying implementation that makes it efficient to interact with the OS.
+        Unfortunately, the GC is not good at tracking direct memory and in general it is inadvisable to use direct memory for regular objects.
+      </p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Memory-Usage"></a>9.11.3.&#160;Memory Usage in the Broker</h3></div></div></div><p>
+      This section lists some note worthy users of memory within the broker and where possible lists their usage of heap and direct memory.
+      Note that to ensure smooth performance some heap memory should remain unused by the application and be reserved for the JVM to do house keeping and garbage collection.
+      <a class="link" href="https://docs.oracle.com/cd/E17277_02/html/java/com/sleepycat/je/util/DbCacheSize.html" target="_top">Some guides</a> advise to reserve up to 30% of heap memory for the JVM.
+    </p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e6203"></a>9.11.3.1.&#160;Broker</h4></div></div></div><p>
+        The broker itself uses a moderate amount of heap memory (&#8776;15 MB).
+        However, each connection and session comes with a heap overhead of about 17 kB and 15 kB respectively.
+        In addition, each connection reserves 512 kB direct memory for network I/O.
+      </p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e6208"></a>9.11.3.2.&#160;Virtual Hosts</h4></div></div></div><p>
+        The amount of memory a Virtual Host uses depends on its type.
+        For a JSON Virtual Host Node with a BDB Virtual Host the heap memory usage is approximately 2 MB.
+        However, each BDB Virtual Hosts has a mandatory cache in heap memory which has an impact on performance.
+        See <a class="link" href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Usage-BDB" title="9.11.3.4.&#160;Message Store">below</a> for more information.
+      </p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e6216"></a>9.11.3.3.&#160;Messages</h4></div></div></div><p>
+        Messages and their headers are kept in direct memory and have an additional overhead of approximately 1 kB heap memory each.
+        This means that most brokers will want to have more direct memory than heap memory.
+        When many small messages accumulate on the broker the 1 kB heap memory overhead can become a <a class="link" href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Low-Memory-Heap" title="9.11.4.1.&#160;Low on Heap Memory">limiting factor</a>.
+      </p><p>
+        When the broker is <a class="link" href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Low-Memory-Direct" title="9.11.4.2.&#160;Low on Direct Memory">running low on direct memory</a>
+        it will evict enqueued messages from memory and <a class="link" href="Java-Broker-Runtime-Flow-To-Disk.html" title="9.6.&#160;Flow to Disk">flow them to disk</a>.
+        For persistent messages this only means freeing the direct memory representation because they always have an on-disk representation to guard against unexpected failure (e.g., a power cut).
+        For transient messages this implies additional disk I/O.
+        After being flowed to disk messages need to be re-read from disk before delivery.
+      </p><p>Please, note that messages from uncommitted transactions are not
+        <a class="link" href="Java-Broker-Runtime-Flow-To-Disk.html" title="9.6.&#160;Flow to Disk">flowed to disk</a> as part of
+        <a class="link" href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Low-Memory-Direct" title="9.11.4.2.&#160;Low on Direct Memory">running into low direct memory conditions</a>,
+        as they are not enqueued yet. The <code class="literal">Connection</code> has its own threshold for
+        keeping messages from uncommitted transactions in memory. Only when <code class="literal">Connection</code> threshold
+        is breached, the uncommitted messages on the connection are
+        <a class="link" href="Java-Broker-Runtime-Flow-To-Disk.html" title="9.6.&#160;Flow to Disk">flowed to disk</a>.</p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Runtime-Memory-Usage-BDB"></a>9.11.3.4.&#160;Message Store</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a id="d0e6252"></a>Berkeley DB (BDB)</h5></div></div></div><p>
+          The broker can use Oracle's BDB JE (BDB) as a message store to persist messages by writing them to a database.
+          BDB uses a mandatory cache for navigating and organising its database structure.
+          Sizing and tuning this cache is a topic of its own and would go beyond the scope of this guide.
+          Suffice to say that by default Qpid uses 5% of heap memory for BDB caches (each Virtual Host uses a separate cache) or 10 MB per BDB store, whichever is greater.
+          See the <a class="link" href="http://www.oracle.com/us/products/database/berkeley-db/je" target="_top">official webpage</a> especially <a class="link" href="http://docs.oracle.com/cd/E17277_02/html/java/com/sleepycat/je/util/DbCacheSize.html" target="_top">this page</a> for more information.
+          For those interested, Qpid uses <a class="link" href="http://docs.oracle.com/cd/E17277_02/html/java/com/sleepycat/je/CacheMode.html#EVICT_LN" target="_top">EVICT_LN</a> as its default JE cacheMode.
+        </p><p>
+          Note that due to licensing concerns Qpid does not ship the BDB JE jar files.
+        </p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a id="d0e6268"></a>Derby</h5></div></div></div><p>
+          TODO
+        </p></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e6273"></a>9.11.3.5.&#160;HTTP Management</h4></div></div></div><p>
+        Qpid uses Jetty for the HTTP Management (both REST and Web Management Console).
+        When the management plugin is loaded it will allocate the memory it needs and should not require more memory during operation and can thus be largely ignored.
+      </p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Memory-Low-Memory"></a>9.11.4.&#160;Low Memory Conditions</h3></div></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Runtime-Memory-Low-Memory-Heap"></a>9.11.4.1.&#160;Low on Heap Memory</h4></div></div></div><p>
+        When the broker runs low on heap memory performance will degrade because the JVM will trigger full garbage collection (GC) events in a struggle to free memory.
+        These full GC events are also called stop-the-world events as they completely halt the execution of the Java application.
+        Stop-the-world-events may take any where from a couple of milliseconds up to several minutes.
+        Should the heap memory demands rise even further the JVM will eventually throw an OutOfMemoryError which will cause the broker to shut down.
+      </p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="Java-Broker-Runtime-Memory-Low-Memory-Direct"></a>9.11.4.2.&#160;Low on Direct Memory</h4></div></div></div><p>
+        When the broker detects that it uses 75% of available direct memory it will start flowing incoming transient messages to disk and reading them back before delivery.
+        This will prevent the broker from running out of direct memory but may degrade performance by requiring disk I/O.
+      </p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Memory-Defaults"></a>9.11.5.&#160;Defaults</h3></div></div></div><p>
+      By default Qpid uses these settings:
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+          0.5 GB heap memory
+        </li><li class="listitem">
+          1.5 GB direct memory
+        </li><li class="listitem">
+          5% of heap reserved for the BDB JE cache.
+        </li><li class="listitem">
+          Start flow-to-disk at 75% direct memory utilisation.
+        </li></ul></div><p>
+      As an example, this would accommodate a broker with 50 connections, each serving 5 sessions, and each session having 1000 messages of 1 kB on queues in the broker.
+      This means a total of 250 concurrent sessions and a total of 250000 messages without flowing messages to disk.
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Memory-Tuning"></a>9.11.6.&#160;Memory Tuning the Broker</h3></div></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e6309"></a>9.11.6.1.&#160;Java Tuning</h4></div></div></div><p>
+        Most of these options are implementation specific. It is assumed you are using Oracle Java 1.8.
+        </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+            Heap and direct memory can be configured through the <a class="link" href="Java-Broker-Appendix-Environment-Variables.html#Java-Broker-Appendix-Environment-Variables-Qpid-Java-Mem"><code class="literal">QPID_JAVA_MEM</code> environment variable</a>.
+          </li></ul></div><p>
+      </p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e6323"></a>9.11.6.2.&#160;Qpid Tuning</h4></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+          The system property <code class="literal">qpid.broker.bdbTotalCacheSize</code> sets the total amount of heap memory (in bytes) allocated to BDB caches.
+        </li><li class="listitem">
+          The system property <code class="literal">broker.flowToDiskThreshold</code> sets the threshold (in bytes) for flowing transient messages to disk.
+          Should the broker use more than direct memory it will flow incoming messages to disk.
+          Should utilisation fall beneath the threshold it will stop flowing messages to disk.
+        </li><li class="listitem">
+          The system property <code class="literal">connection.maxUncommittedInMemorySize</code> sets the threshold (in bytes)
+          for total messages sizes (in bytes) from connection uncommitted transactions when messages are hold in memory.
+          If threshold is exceeded, all messages from connection in-flight transactions are flowed to disk including
+          those arriving after breaching the threshold.
+        </li></ul></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e6342"></a>9.11.6.3.&#160;Formulae</h4></div></div></div><p>
+        We developed a simple formula which estimates the <span class="emphasis"><em>minimum</em></span> memory usage of the broker under certain usage.
+        These are rough estimate so we strongly recommend testing your configuration extensively.
+        Also, if your machine has more memory available by all means use more memory as it can only improve the performance and stability of your broker.
+        However, remember that both heap and direct memory are served from your computer's physical memory so their sum should never exceed the physically available RAM (minus what other processes use).
+      </p><p>
+        </p><div class="informalequation"><span class="mathphrase">
+            memory<sub>heap</sub> = 15 MB + 20 kB * N<sub>sessions</sub> + 1.5 kB * N<sub>messages</sub> + 100 kB * N<sub>connections</sub>
+          </span></div><p>
+      </p><p>
+        </p><div class="informalequation"><span class="mathphrase">
+            memory<sub>direct</sub> = 2 MB + (200 B + averageSize<sub>msg</sub> *2)*  N<sub>messages</sub> + 1MB * N<sub>connections</sub>
+          </span></div><p>
+      </p><p>
+        Where <span class="mathphrase">N</span> denotes the total number of connections/sessions/messages on the broker. Furthermore, for direct memory only the messages that have not been flowed to disk are relevant.
+      </p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The formulae assume the worst case in terms of memory usage: persistent messages and TLS connections. Transient messages consume less heap memory than persistent and plain connections consume less direct memory than TLS
+          connections.
+        </p></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="d0e6394"></a>9.11.6.4.&#160;Things to Consider</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a id="d0e6397"></a>Performance</h5></div></div></div><p>
+          Choosing a smaller direct memory size will lower the threshold for flowing transient messages to disk when messages accumulate on a queue.
+          This can have impact on performance in the transient case where otherwise no disk I/O would be involved.
+        </p><p>
+          Having too little heap memory will result in poor performance due to frequent garbage collection events. See <a class="xref" href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Low-Memory" title="9.11.4.&#160;Low Memory Conditions">Section&#160;9.11.4, &#8220;Low Memory Conditions&#8221;</a> for more details.
+        </p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a id="d0e6406"></a>OutOfMemoryError</h5></div></div></div><p>
+          Choosing too low heap memory can cause an OutOfMemoryError which will force the broker to shut down.
+          In this sense the available heap memory puts a hard limit on the number of messages you can have in the broker at the same time.
+        </p><p>
+          If the Java runs out of direct memory it also throws a OutOfMemoryError resulting the a broker shutdown.
+          Under normal circumstances this should not happen but needs to be considered when deviating from the default configuration, especially when changing the flowToDiskThreshold.
+        </p><p>
+          If you are sending very large messages you should accommodate for this by making sure you have enough direct memory.
+        </p></div></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-Runtime-Connection-Limit.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Runtime.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-High-Availability.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">9.10.&#160;Connection Limits&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Chapter&#160;10.&#160;High Availability</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[45/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Virtualhost-Nodes.html
new file mode 100644
index 0000000..ef38be4
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Virtualhost-Nodes.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>4.3.&#160;Virtualhost Nodes - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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
+    one virtualhost.</p><p>A <span class="emphasis"><em>virtualhost node</em></span> is backed by storage. This storage is used to record
+    the durable entities that exist beneath the virtualhost node (the virtualhost, queues, exchanges
+    etc).</p><p>When HA is in use, it is the virtualhost nodes of many Brokers that come together to form
+    the group. The virtualhost nodes together elect a master. When the high availability feature is
+    in use, the virtualhost node has <a class="link" href="Java-Broker-Concepts-RemoteReplicationNodes.html" title="4.4.&#160;Remote Replication Nodes">remote replications nodes</a>. There is a remote replication node corresponding to each
+    remote virtualhost node that form part of the group.</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-Broker.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-RemoteReplicationNodes.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">4.2.&#160;Broker&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;4.4.&#160;Remote Replication Nodes</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Virtualhosts.html
new file mode 100644
index 0000000..d7fab10
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts-Virtualhosts.html
@@ -0,0 +1,159 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>4.5.&#160;Virtualhosts - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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 container in which messaging is performed. Virtualhosts are independent;
+    the messaging that goes on within one virtualhost is independent of any messaging that goes on
+    in another virtualhost. For instance, a queue named <span class="emphasis"><em>foo</em></span> defined in one
+    virtualhost is completely independent of a queue named <span class="emphasis"><em>foo</em></span> in another
+    virtualhost.</p><p>A virtualhost is identified by a name which must be unique broker-wide. Clients use the name
+    to identify the virtualhost to which they wish to connect when they connect.</p><p>A virtualhost exists in a virtualhost node.</p><p>The virtualhost 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><span class="emphasis"><em>Exchanges</em></span> is a named entity within the Virtual Host which receives
+    messages from producers and routes them to matching Queues.  When using AMQP 0-8, 0-9, 0-9-1, 0-10
+    the exchange is the only way ingressing a message into the virtualhost.  When using AMQP 1.0
+    producers may route messages via exchanges or direct to queues.</p><p><span class="emphasis"><em>Queues</em></span> are named entities that hold messages for delivery to consumer
+    applications.</p><p><span class="emphasis"><em>Connections</em></span> represent a live connection to the virtualhost from a
+    messaging client.</p><p>A <span class="emphasis"><em>Session</em></span> represents a context for the production or consumption of
+    messages. A Connection can have many Sessions.</p><p>A <span class="emphasis"><em>Consumer</em></span> represents a live consumer that is attached to queue.</p><p><span class="emphasis"><em>Loggers</em></span> are responsible for producing logs for this virtualhost.</p><p> The following diagram depicts the Virtualhost model: </p><div class="figure"><a id="d0e506"></a><p class="title"><strong>Figure&#160;4.3.&#160;Virtualhost Model showing major entities</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Virtual Host Model" src="images/VirtualHost-Model.png" /></div></div></div><p><br class="figure-break" />
+  </p><p>A <span class="emphasis"><em>virtualhost</em></span> is backed by storage which is used to store the
+    messages.</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-RemoteReplicationNodes.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-Exchanges.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">4.4.&#160;Remote Replication Nodes&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;4.6.&#160;Exchanges</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts.html
new file mode 100644
index 0000000..f8b1833
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Concepts.html
@@ -0,0 +1,177 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Chapter&#160;4.&#160;Concepts - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</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-Message-Grouping">4.7.2. Messaging Grouping</a></span></dt><dt><span class="section"><a href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-EnsureNonDestructiveConsumers">4.7.3. Forcing all consumers to be non-destructive</a></span></dt><dt><span class="section"><a href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-HoldingEntries">4.7.4. Holding messages on a Queue</a></span></dt><dt><span class="section"><a href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy">4.7.5. Controlling Queue Size</a></span></dt><dt><span class="section"><a href="Java-Broker-Concepts-Queues.html#J
 ava-Broker-Concepts-Queues-SetLowPrefetch">4.7.6. Using low pre-fetch with special queue types</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-Ser
 vices.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 container in which messaging is performed. A <span class="emphasis"><em>virtualhost</em></span> exists
+    in a container called a <span class="emphasis"><em>virtualhost node</em></span>. A virtualhost node has exactly
+    one virtualhost.</p><p>An <span class="emphasis"><em>Exchange</em></span> accepts messages from a producer application and routes these
+    to one or more <span class="emphasis"><em>Queues</em></span> according to pre-arranged criteria called
+    <span class="emphasis"><em>bindings</em></span>. Exchange are an AMQP 0-8, 0-9, 0-9-1, 0-10 concept.  They exist to
+    produce useful messaging behaviours such as fanout.  When using AMQP 0-8, 0-9, 0-9-1,  or 0-10, the
+    exchange is the only way ingressing a message into the virtualhost.  When using AMQP
+    1.0, the application may route messages using an exchange (to take advantage of advanced behaviours)
+    or it may publish messages direct to a queue.
+  </p><p><span class="emphasis"><em>Queue</em></span>s are named entities that hold/buffer messages for later delivery to
+    consumer applications.
+  </p><p><span class="emphasis"><em>Ports</em></span> accept connections for messaging and management. The Broker
+    supports any number of ports. When connecting for messaging, the user specifies a virtualhost
+    name to indicate the virtualhost to which it is to be connected.</p><p><span class="emphasis"><em>Authentication Providers</em></span> assert the identity of the user as it connects
+    for messaging or management. The Broker supports any number of authentication providers. Each
+    port is associated with exactly one authentication provider. The port uses the authentication
+    provider to assert the identity of the user as new connections are received.</p><p><span class="emphasis"><em>Group Providers</em></span> provide mechanisms that provide grouping of users. A
+    Broker supports zero or more group providers.</p><p><span class="emphasis"><em>Access Control Provider</em></span> allows the abilities of users (or groups of
+    users) to be restrained. A Broker can have zero or one access control providers.</p><p><span class="emphasis"><em>Keystores</em></span> provide a repositories of certificates and are used when the
+    Broker accepts SSL connections. Any number of keystore providers can be defined. Keystores are
+    be associated with Ports defined to accepts SSL.</p><p><span class="emphasis"><em>Truststores</em></span> provide a repositories of trust and are used to validate a
+    peer. Any number of truststore provides can be defined. Truststores can be associated with Ports
+    and other entities that form SSL connections.</p><p><span class="emphasis"><em>Remote Replication Nodes</em></span> are used when the high availability feature is
+    in use. It is the remote representation of other virtualhost nodes that form part of the same
+    group.</p><p><span class="emphasis"><em>Loggers</em></span>, at this point in the hierarchy, are responsible for the
+    production of a log for the Broker.</p><p>These concepts will be developed over the forthcoming pages. The diagrams below also help
+    put these entities in context of one and other.</p><p>
+    </p><div class="figure"><a id="d0e399"></a><p class="title"><strong>Figure&#160;4.1.&#160;Message Flow through Key Entities</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Message Flow through the Key Entities of the Broker" src="images/Broker-MessageFlow.png" /></div></div></div><p><br class="figure-break" />
+  </p><p>
+    </p><div class="figure"><a id="d0e411"></a><p class="title"><strong>Figure&#160;4.2.&#160;Broker Structure showing major entities</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Broker Structure" src="images/Broker-Model.png" /></div></div></div><p><br class="figure-break" />
+  </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-Getting-Started-CommandLine.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Concepts-Broker.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">3.5.&#160;Using the command line&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;4.2.&#160;Broker</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-CommandLine.html
new file mode 100644
index 0000000..fba6d5c
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-CommandLine.html
@@ -0,0 +1,201 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>3.5.&#160;Using the command line - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>3.5.&#160;Using the command line</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">3.5.&#160;Using the command line</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Getting-Started-Logging.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;3.&#160;Getting Started</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Concepts.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-Getting-Started-CommandLine"></a>3.5.&#160;Using the command line</h2></div></div></div><p>The Broker understands a number of command line options which may be used to customise the configuration.</p><p>
+      For additional details about the broker configuration and related command line arguments see
+      <a class="xref" href="Java-Broker-Initial-Configuration.html" title="Chapter&#160;5.&#160;Initial Configuration">Chapter&#160;5, <em>Initial Configuration</em></a>.
+      The broker is fully configurable via its Web Management Console, for details of this see
+      <a class="xref" href="Java-Broker-Management-Channel-Web-Console.html" title="6.2.&#160;Web Management Console">Section&#160;6.2, &#8220;Web Management Console&#8221;</a>.
+    </p><p>To see usage information for all command line options, use the <code class="option">--help</code> option</p><pre class="programlisting">bin/qpid-server --help</pre><pre class="screen">usage: Qpid [-cic &lt;path&gt;] [-h] [-icp &lt;path&gt;] [-mm] [-mmhttp &lt;port&gt;]
+       [-mmpass &lt;password&gt;] [-mmqv] [-os]
+       [-prop &lt;name=value&gt;] [-props &lt;path&gt;] [-sp &lt;path&gt;] [-st &lt;type&gt;] [-v]
+ -cic,--create-initial-config &lt;path&gt;                  create a copy of the
+                                                      initial config file,
+                                                      either to an
+                                                      optionally specified
+                                                      file path, or as
+                                                      initial-config.json
+                                                      in the current
+                                                      directory
+ -h,--help                                            print this message
+ -icp,--initial-config-path &lt;path&gt;                    set the location of
+                                                      initial JSON config
+                                                      to use when
+                                                      creating/overwriting
+                                                      a broker
+                                                      configuration store
+ -mm,--management-mode                                start broker in
+                                                      management mode,
+                                                      disabling the AMQP
+                                                      ports
+ -mmhttp,--management-mode-http-port &lt;port&gt;           override http
+                                                      management port in
+                                                      management mode
+ -mmpass,--management-mode-password &lt;password&gt;        Set the password for
+                                                      the management mode
+                                                      user mm_admin
+ -mmqv,--management-mode-quiesce-virtualhosts         make virtualhosts
+                                                      stay in the quiesced
+                                                      state during
+                                                      management mode.
+ -prop,--config-property &lt;name=value&gt;                 set a configuration
+                                                      property to use when
+                                                      resolving variables
+                                                      in the broker
+                                                      configuration store,
+                                                      with format
+                                                      "name=value"
+ -props,--system-properties-file &lt;path&gt;               set the location of
+                                                      initial properties
+                                                      file to set
+                                                      otherwise unset
+                                                      system properties
+ -sp,--store-path &lt;path&gt;                              use given
+                                                      configuration store
+                                                      location
+ -st,--store-type &lt;type&gt;                              use given broker
+                                                      configuration store
+                                                      type
+ -v,--version                                         print the version
+                                                      information and exit
+</pre></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Getting-Started-Logging.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Getting-Started.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Concepts.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">3.4.&#160;Log file&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Chapter&#160;4.&#160;Concepts</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-Logging.html
new file mode 100644
index 0000000..8498baf
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-Logging.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>3.4.&#160;Log file - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>3.4.&#160;Log file</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">3.4.&#160;Log file</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Getting-Started-Starting-Stopping-Unix.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;3.&#160;Getting Started</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Getting-Started-CommandLine.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-Getting-Started-Logging"></a>3.4.&#160;Log file</h2></div></div></div><p>The Broker writes a log file to record both details of its normal operation and any exceptional
+      conditions.  By default the log file is written within the log subdirectory beneath the work directory
+      - <code class="computeroutput">$QPID_WORK/log/qpid.log</code> (UNIX) and
+      <code class="computeroutput">%QPID_WORK%\log\qpid.log</code> (Windows).</p><p>For details of how to control the logging, see <a class="xref" href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging" title="9.1.&#160;Logging">Section&#160;9.1, &#8220;Logging&#8221;</a></p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Getting-Started-Starting-Stopping-Unix.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Getting-Started.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Getting-Started-CommandLine.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">3.3.&#160;Starting/Stopping the broker on Unix&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;3.5.&#160;Using the command l
 ine</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
new file mode 100644
index 0000000..f2b7b04
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
@@ -0,0 +1,156 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>3.3.&#160;Starting/Stopping the broker on Unix - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>3.3.&#160;Starting/Stopping the broker on Unix</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">3.3.&#160;Starting/Stopping the broker on Unix</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Getting-Started-Starting-Stopping-Windows.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;3.&#160;Getting Started</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Getting-Started-Logging.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-Getting-Started-Starting-Stopping-Unix"></a>3.3.&#160;Starting/Stopping the broker on Unix</h2></div></div></div><p>Firstly change to the installation directory used during the <a class="link" href="Java-Broker-Installation-InstallationUnix.html" title="2.5.&#160;Installation on UNIX platforms">installation</a>
+      and ensure that the <a class="link" href="Java-Broker-Installation-InstallationUnix.html#Java-Broker-Installation-InstallationUnix-SettingQPIDWORK" title="2.5.1.&#160;Setting the working directory">QPID_WORK environment variable is set</a>.</p><p>Now use the <span class="command"><strong>qpid-server</strong></span> script to start the server:</p><pre class="programlisting">bin/qpid-server</pre><p>Output similar to the following will be seen:</p><pre class="screen">[Broker] BRK-1006 : Using configuration : /var/qpidwork/config.json
+[Broker] BRK-1001 : Startup : Version: 7.0.0 Build: exported
+[Broker] BRK-1010 : Platform : JVM : Oracle Corporation version: 1.8.0_144-b01 OS : Mac OS X version: 10.12.6 arch: x86_64 cores: 8
+[Broker] BRK-1011 : Maximum Memory : Heap : 518,979,584 bytes Direct : 1,610,612,736 bytes
+[Broker] BRK-1002 : Starting : Listening on TCP port 5672
+[Broker] MNG-1001 : Web Management Startup
+[Broker] MNG-1002 : Starting : HTTP : Listening on port 8080
+[Broker] MNG-1004 : Web Management Ready
+[Broker] BRK-1004 : Qpid Broker Ready</pre><p>The BRK-1004 message confirms that the Broker is ready for work.  The MNG-1002 and BRK-1002 confirm the ports on
+    which the Broker is listening (for HTTP management and AMQP respectively).</p><p>To stop the Broker, use Control-C from the controlling shell, use the
+        <span class="command"><strong>bin/qpid.stop</strong></span> script, use <span class="command"><strong>kill -TERM &lt;pid&gt;</strong></span>, or
+      the <a class="link" href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Operations" title="6.3.8.&#160;Configured Object operations">REST operation broker/shutdown</a>.</p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Getting-Started-Starting-Stopping-Windows.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Getting-Started.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Getting-Started-Logging.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">3.2.&#160;Starting/Stopping the broker on Windows&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;3.4.&#160;Log file</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
new file mode 100644
index 0000000..2b8cac2
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
@@ -0,0 +1,156 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>3.2.&#160;Starting/Stopping the broker on Windows - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>3.2.&#160;Starting/Stopping the broker on Windows</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">3.2.&#160;Starting/Stopping the broker on Windows</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Getting-Started.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;3.&#160;Getting Started</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Getting-Started-Starting-Stopping-Unix.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-Getting-Started-Starting-Stopping-Windows"></a>3.2.&#160;Starting/Stopping the broker on Windows</h2></div></div></div><p>Firstly change to the installation directory used during the <a class="link" href="Java-Broker-Installation-InstallationWindows.html" title="2.4.&#160;Installation on Windows">installation</a>
+      and ensure that the <a class="link" href="Java-Broker-Installation-InstallationWindows.html#Java-Broker-Installation-InstallationWindows-SettingQPIDWORK" title="2.4.1.&#160;Setting the working directory">QPID_WORK environment variable is set</a>.</p><p>Now use the <span class="command"><strong>qpid-server.bat</strong></span> to start the server</p><pre class="programlisting">bin\qpid-server.bat</pre><p>Output similar to the following will be seen:</p><pre class="screen">[Broker] BRK-1006 : Using configuration : C:\qpidwork\config.json
+[Broker] BRK-1001 : Startup : Version: 7.0.0 Build: 1478262
+[Broker] BRK-1010 : Platform : JVM : Oracle Corporation version: 1.8.0_144-b01 OS : Windows 7 version: 6.1 arch: x86 cores: 4
+[Broker] BRK-1011 : Maximum Memory : Heap : 518,979,584 bytes Direct : 1,610,612,736 bytes
+[Broker] BRK-1002 : Starting : Listening on TCP port 5672
+[Broker] MNG-1001 : Web Management Startup
+[Broker] MNG-1002 : Starting : HTTP : Listening on port 8080
+[Broker] MNG-1004 : Web Management Ready
+[Broker] BRK-1004 : Qpid Broker Ready</pre><p>The BRK-1004 message confirms that the Broker is ready for work.  The MNG-1002 and BRK-1002 confirm the ports on
+      which the Broker is listening (for HTTP management and AMQP respectively).</p><p>To stop the Broker, use Control-C from the controlling command prompt or
+      <a class="link" href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Operations" title="6.3.8.&#160;Configured Object operations">REST operation broker/shutdown</a>.
+    </p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Getting-Started.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Getting-Started.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Getting-Started-Starting-Stopping-Unix.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Chapter&#160;3.&#160;Getting Started&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;3.3.&#160;Starting/Stopping the broker on Unix</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started.html
new file mode 100644
index 0000000..b34488c
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Getting-Started.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Chapter&#160;3.&#160;Getting Started - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Chapter&#160;3.&#160;Getting Started</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;3.&#160;Getting Started</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Installation-OptionalDependencies.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Getting-Started-Starting-Stopping-Windows.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Getting-Started"></a>Chapter&#160;3.&#160;Getting Started</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-Getting-Started.html#Java-Broker-Getting-Started-Introduction">3.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Getting-Started-Starting-Stopping-Windows.html">3.2. 
 Starting/Stopping the broker on Windows</a></span></dt><dt><span class="section"><a href="Java-Broker-Getting-Started-Starting-Stopping-Unix.html">3.3. Starting/Stopping the broker on Unix</a></span></dt><dt><span class="section"><a href="Java-Broker-Getting-Started-Logging.html">3.4. Log file</a></span></dt><dt><span class="section"><a href="Java-Broker-Getting-Started-CommandLine.html">3.5. Using the command line</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Java-Broker-Getting-Started-Introduction"></a>3.1.&#160;Introduction</h2></div></div></div><p>
+      This section describes how to start and stop the Broker, and outlines the various command line options.
+    </p><p>
+      For additional details about the broker configuration store and related command line arguments see
+      <a class="xref" href="Java-Broker-Initial-Configuration.html" title="Chapter&#160;5.&#160;Initial Configuration">Chapter&#160;5, <em>Initial Configuration</em></a>.
+      The broker is fully configurable via its Web Management Console, for details of this see
+      <a class="xref" href="Java-Broker-Management-Channel-Web-Console.html" title="6.2.&#160;Web Management Console">Section&#160;6.2, &#8220;Web Management Console&#8221;</a>.
+    </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-Installation-OptionalDependencies.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Getting-Started-Starting-Stopping-Windows.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">2.6.&#160;Optional Dependencies&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;3.2.&#160;Starting/Stopping the broker on Windows</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[03/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index e91e29b..eb89f2a 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index 709d68c..77a01e2 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Security.html
index cddb71a..b3ca0c6 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability.html
index c794f7b..b81fc20 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index 7c54195..a016d07 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index 611bc0b..ffaa462 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index d6cc0c3..3449c0a 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index f4e18f9..202ecb7 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index 8399590..477015e 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index 07b022c..853947a 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index 3ab8ba5..73f4c8e 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration.html
index d53339d..6398198 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-Download.html
index 06bd63b..64683f5 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index 13a1287..7565f32 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index 1ee24d1..022801e 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index 3dec5c2..17fa747 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-Prerequistes.html
index 309b497..676b6a7 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation.html
index 332b904..8c8ec4b 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Introduction.html
index 3c6390e..604833a 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index f85aaa2..0204e61 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-QMF.html
index 7e3f45b..ef675e3 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index 37551a8..5729107 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index d5fea6e..502a22c 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel.html
index fa3e304..e5eb882 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index 27832d8..136fc36 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index 1dbdf16..ccf07d9 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Broker.html
index ca03f80..37d18f2 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index 5070c57..517e0f6 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index f305ddc..751ff0e 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Entities.html
index db367a7..1cafdab 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index ebf57d4..146b496 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index b401345..0218a93 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index 2b7180e..d34b205 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index 7cf45d6..75a601b 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Ports.html
index f9f2ecd..cac9ed1 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Queues.html
index 6720a2d..97b0890 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index 7548927..abd324f 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index 4f56d0f..6313139 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index 8c02604..9f11b47 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index 5632136..c302720 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index a86633c..20ad344 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index c4b0b86..d0c1f77 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous.html
index d759ac2..e7e6a4c 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index 444d076..d497616 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index 3001c2e..36300d6 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index bfa98ac..a37ad24 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Consumers.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Consumers.html
index 22e103b..0388968 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Consumers.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index ac5a2c0..4625be3 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index ac5b45c..2339dd7 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index 506fa36..f798308 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Memory.html
index a41af39..02d022a 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index e8450b7..28ad8ee 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index 2095a4e..df1be1e 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime.html
index 15c77f3..5f7ade1 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-ACLs.html
index 65756fd..baa4056 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index 9fa9771..3e13962 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-Group-Providers.html
index 8fd18a5..5b72545 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security.html
index 79373cf..e4839d1 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/java-broker/book/index.html b/content/releases/qpid-java-6.1.3/java-broker/book/index.html
index dbf44ab..bf078e6 100644
--- a/content/releases/qpid-java-6.1.3/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.1.3/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Book.html b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Book.html
index f0f8a51..0e9990f 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Book.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
index 447ea15..b0081ad 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
index 73c0e58..7bbbc5c 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
index 733f4d4..6e133f0 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
index c48c2fc..a360068 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring.html b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
index 4b44bf0..f9d0261 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Configuring.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Example.html b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Example.html
index d1e7f32..cbe07d4 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Example.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
index 361fc0f..3f848d2 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
index e951a4a..414c8ef 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-10/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/index.html b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/index.html
index 958f81a..8901b72 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-10/book/index.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-10/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index 83f62b4..b33f828 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index 464d423..9004b7f 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index 931eec2..397b8a8 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index 9a17156..20faa1f 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index 66b81ad..0ec5e93 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index 386da80..319496a 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index 3479a60..a68d717 100644
--- a/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.1.3/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[18/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index 1c83955..9bf0c0b 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index 5e8a5df..01b6836 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts.html
index ac9bfb8..acbd6c8 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.0.4/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index e062bd5..66520c3 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Logging.html
index 9dd0fc4..7af174d 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index b0d5814..7bbad18 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index 9aa62c6..875f828 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started.html
index ef1d88b..2180808 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Backup.html
index 4b8b778..6489e3f 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index 44b96c5..e2b9fef 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 9eca332..001c2a5 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index 8e73100..5092dd4 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index e6b1b50..3a70fe3 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index 21303c4..f4383e0 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index 804f8b4..09174d1 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index 32d479c..07f3d4c 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index 4f8027b..5c5ff6b 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Security.html
index ac28520..42e1377 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability.html
index b66a8ec..eea10d8 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index cd707a0..8fb6351 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index 87b0160..13cb4cc 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index de83ca8..07a4cde 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index 3ed18b6..3b90f81 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index eb9f482..b7df1af 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index 6585fa2..ad2df57 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index 17ef95a..377394a 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration.html
index 4899a30..25d0fa6 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-Download.html
index 58959f8..408142d 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index 0550a81..bd58b8c 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index 259d542..a966c22 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index 568094d..a74af25 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-Prerequistes.html
index 58c7777..013786a 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation.html
index 7692e04..d55d81f 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Introduction.html
index 2216d51..397336c 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index 126c881..63ea5af 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-QMF.html
index 455945d..01be082 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index d54c8d8..6d6108d 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index e63b42a..4f079f8 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel.html
index 32a4bc7..4115528 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index 9912421..8302e00 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index 48895d2..2cdbb5c 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Broker.html
index 9f0fbdf..17dfbc8 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index 2786ac3..0bbca59 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index b8f3030..5e3962f 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Entities.html
index 5b2b53b..498b6a6 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index c453c6a..515a089 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index dab2f45..ec19ca5 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index f04cc30..c0cddbf 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index f84af4d..3bc84ec 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Ports.html
index 107070c..cf44358 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Queues.html
index c33d53b..c34e3d3 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index 17e6545..0e0a82d 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index c2a05b8..beb593d 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index 302d066..ca5a235 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index cd8aac2..c4f5389 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index 0fe34d7..460ddd9 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index 9ac67b2..1406987 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous.html
index 8aba741..dccf42a 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index a81ccce..bbc339c 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index 0fd865c..71db12d 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index a8b0650..6759f84 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index 43ba3dd..5fb6212 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index adb5e7c..ae6bf7c 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index 4743617..baa117d 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Memory.html
index d02d4d2..2be4bd4 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index 33f23ed..2973831 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index c2d06e1..eb596e7 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime.html
index 2369fa1..bc305c7 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-ACLs.html
index 4f3ecca..f2279be 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index 47e4f8b..f4dafea 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-Group-Providers.html
index 9b149c9..6e84178 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security.html
index d40c18b..c2a0278 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/java-broker/book/index.html b/content/releases/qpid-java-6.0.4/java-broker/book/index.html
index 044ade7..9b6f61c 100644
--- a/content/releases/qpid-java-6.0.4/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.0.4/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Book.html b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Book.html
index df789ff..c7f9448 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Book.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
index cd8884c..6a6a53f 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
index 8c1c4c1..c27295d 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[44/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Backup.html
new file mode 100644
index 0000000..d8fdafe
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Backup.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>10.10.&#160;Backups - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>10.10.&#160;Backups</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.10.&#160;Backups</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-High-Availability-Security.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;High Availability</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-Reset-Group-Infomational.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-High-Availability-Backup"></a>10.10.&#160;Backups</h2></div></div></div><p>It is recommend to use the hot backup script to periodically backup every node in the
+      group. <a class="xref" href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html#Java-Broker-Backup-And-Recovery-Virtualhost-Node-BDB-HA" title="11.2.2.&#160;BDB-HA">Section&#160;11.2.2, &#8220;BDB-HA&#8221;</a>.</p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-High-Availability-Security.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-High-Availability.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-Reset-Group-Infomational.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">10.9.&#160;Security&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;10.11.&#160;Reset Group Information</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Behaviour.html
new file mode 100644
index 0000000..6afb209
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Behaviour.html
@@ -0,0 +1,226 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>10.4.&#160;Behaviour of the Group - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>10.4.&#160;Behaviour of the Group</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.4.&#160;Behaviour of the Group</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-High-Availability-CreatingGroup.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;High Availability</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-NodeOperations.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-High-Availability-Behaviour"></a>10.4.&#160;Behaviour of the Group</h2></div></div></div><p>This section first describes the behaviour of the group in its default configuration. It
+      then goes on to talk about the various controls that are available to override it. It
+      describes the controls available that affect the <a class="link" href="http://en.wikipedia.org/wiki/ACID#Durability" target="_top">durability</a> of transactions and
+      the data consistency between the master and replicas and thus make trade offs between
+      performance and reliability.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-High-Availability-Behaviour-Default-Behaviour"></a>10.4.1.&#160;Default Behaviour</h3></div></div></div><p>Let's first look at the behaviour of a group in default configuration.</p><p>In the default configuration, for any messaging work to be done, there must be at least
+          <span class="emphasis"><em>quorum</em></span> nodes present. This means for example, in a three node group,
+        this means there must be at least two nodes available.</p><p>When a messaging client sends a transaction, it can be assured that, before the control
+        returns back to his application after the commit call that the following is true:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>At the master, the transaction is <span class="emphasis"><em>written to disk and OS level caches
+                are flushed</em></span> meaning the data is on the storage device.</p></li><li class="listitem"><p>At least quorum minus 1 replicas, <span class="emphasis"><em>acknowledge the receipt of
+                transaction</em></span>. The replicas will write the data to the storage device
+              sometime later.</p></li></ul></div><p>If there were to be a master failure immediately after the transaction was committed,
+        the transaction would be held by at least quorum minus one replicas. For example, if we had
+        a group of three, then we would be assured that at least one replica held the
+        transaction.</p><p>In the event of a master failure, if quorum nodes remain, those nodes hold an election.
+        The nodes will elect master the node with the most recent transaction. If two or more nodes
+        have the most recent transaction the group makes an arbitrary choice. If quorum number of
+        nodes does not remain, the nodes cannot elect a new master and will wait until nodes rejoin.
+        You will see later that manual controls are available allow service to be restored from
+        fewer than quorum nodes and to influence which node gets elected in the event of a
+        tie.</p><p>Whenever a group has fewer than quorum nodes present, the virtualhost will be
+        unavailable and messaging connections will be refused. If quorum disappears at the very
+        moment a messaging client sends a transaction that transaction will fail.</p><p>You will have noticed the difference in the synchronization policies applied the master
+        and the replicas. The replicas send the acknowledgement back before the data is written to
+        disk. The master synchronously writes the transaction to storage. This is an example of a
+        trade off between durability and performance. We will see more about how to control this
+        trade off later.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-High-Availability-Behaviour-SynchronizationPolicy"></a>10.4.2.&#160;Synchronization Policy</h3></div></div></div><p>The <span class="emphasis"><em>synchronization policy</em></span> dictates what a node must do when it
+        receives a transaction before it acknowledges that transaction to the rest of the
+        group.</p><p>The following options are available: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>SYNC</em></span>. The node must write the transaction to disk and flush
+              any OS level buffers before sending the acknowledgement. SYNC is offers the highest
+              durability but offers the least performance.</p></li><li class="listitem"><p><span class="emphasis"><em>WRITE_NO_SYNC</em></span>. The node must write the transaction to disk
+              before sending the acknowledgement. OS level buffers will be flush as some point
+              later. This typically provides an assurance against failure of the application but not
+              the operating system or hardware.</p></li><li class="listitem"><p><span class="emphasis"><em>NO_SYNC</em></span>. The node immediately sends the acknowledgement. The
+              transaction will be written and OS level buffers flushed as some point later. NO_SYNC
+              offers the highest performance but the lowest durability level. This synchronization
+              policy is sometimes known as <span class="emphasis"><em>commit to the network</em></span>.</p></li></ul></div><p>It is possible to assign a one policy to the master and a different policy to the
+        replicas. These are configured as <a class="link" href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhost-Attributes" title="7.4.3.&#160;Attributes">attributes on the
+          virtualhost</a>. By default the master uses <span class="emphasis"><em>SYNC</em></span> and replicas use
+          <span class="emphasis"><em>NO_SYNC</em></span>.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-High-Availability-Behaviour-NodePriority"></a>10.4.3.&#160;Node Priority</h3></div></div></div><p>Node priority can be used to influence the behaviour of the election algorithm. It is
+        useful in the case were you want to favour some nodes over others. For instance, if you wish
+        to favour nodes located in a particular data centre over those in a remote site. </p><p>The following options are available: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Highest</em></span>. Nodes with this priority will be more favoured. In
+              the event of two or more nodes having the most recent transaction, the node with this
+              priority will be elected master. If two or more nodes have this priority the algorithm
+              will make an arbitrary choice.</p></li><li class="listitem"><p><span class="emphasis"><em>High</em></span>. Nodes with this priority will be favoured but not as
+              much so as those with Highest.</p></li><li class="listitem"><p><span class="emphasis"><em>Normal</em></span>. This is default election priority.</p></li><li class="listitem"><p><span class="emphasis"><em>Never</em></span>. The node will never be elected <span class="emphasis"><em>even if the
+                node has the most recent transaction</em></span>. The node will still keep up to date
+              with the replication stream and will still vote itself, but can just never be
+              elected.</p></li></ul></div><p>
+      </p><p>Node priority is configured as an <a class="link" href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Nodes-Attributes" title="7.3.2.&#160;Attributes">attribute on the
+          virtualhost node</a> and can be changed at runtime and is effective immediately.</p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>Use of the Never priority can lead to transaction loss. For example, consider a group
+          of three where replica-2 is marked as Never. If a transaction were to arrive and it be
+          acknowledged only by Master and Replica-2, the transaction would succeed. Replica 1 is
+          running behind for some reason (perhaps a full-GC). If a Master failure were to occur at
+          that moment, the replicas would elect Replica-1 even though Replica-2 had the most recent
+          transaction.</p><p>Transaction loss is reported by message <a class="link" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-HA-1014">HA-1014</a>.</p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-High-Availability-Behaviour-MinimumNumberOfNodes"></a>10.4.4.&#160;Required Minimum Number Of Nodes</h3></div></div></div><p>This controls the required minimum number of nodes to complete a transaction and to
+        elect a new master. By default, the required number of nodes is set to
+          <span class="emphasis"><em>Default</em></span> (which signifies quorum).</p><p>It is possible to reduce the required minimum number of nodes. The rationale for doing
+        this is normally to temporarily restore service from fewer than quorum nodes following an
+        extraordinary failure.</p><p>For example, consider a group of three. If one node were to fail, as quorum still
+        remained, the system would continue work without any intervention. If the failing node were
+        the master, a new master would be elected.</p><p>What if a further node were to fail? Quorum no longer remains, and the remaining node
+        would just wait. It cannot elect itself master. What if we wanted to restore service from
+        just this one node?</p><p>In this case, Required Number of Nodes can be reduced to 1 on the remain node, allowing
+        the node to elect itself and service to be restored from the singleton. Required minimum
+        number of nodes is configured as an <a class="link" href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Nodes-Attributes" title="7.3.2.&#160;Attributes">attribute on the
+          virtualhost node</a> and can be changed at runtime and is effective immediately.</p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>The attribute must be used cautiously. Careless use will lead to lost transactions and
+          can lead to a <a class="link" href="http://en.wikipedia.org/wiki/Split-brain_(computing)" target="_top">split-brain</a> in the event of a network partition. If used to temporarily restore
+          service from fewer than quorum nodes, it is <span class="emphasis"><em>imperative</em></span> to revert it
+          to the Default value as the failed nodes are restored.</p><p>Transaction loss is reported by message <a class="link" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-HA-1014">HA-1014</a>.</p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-High-Availability-Behaviour-DesignatedPrimary"></a>10.4.5.&#160;Allow to Operate Solo</h3></div></div></div><p>This attribute only applies to groups containing exactly two nodes.</p><p> In a group of two, if a node were to fail then in default configuration work will cease
+        as quorum no longer exists. A single node cannot elect itself master. </p><p>The <code class="literal">allow to operate solo</code> flag allows a node in a two node group to elect itself master and
+        to operate sole. It is configured as an <a class="link" href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Nodes-Attributes" title="7.3.2.&#160;Attributes">attribute on the
+          virtualhost node</a> and can be changed at runtime and is effective immediately.</p><p>For example, consider a group of two where the master fails. Service will be interrupted
+        as the remaining node cannot elect itself master. To allow it to become master, apply the
+        <code class="literal">allow to operate solo</code> flag to it. It will elect itself master and work can continue, albeit
+        from one node.</p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>It is imperative not to allow the <code class="literal">allow to operate solo</code> flag to be set on both nodes at once. To
+          do so will mean, in the event of a network partition, a <a class="link" href="http://en.wikipedia.org/wiki/Split-brain_(computing)" target="_top">split-brain</a> will
+            occur.</p><p>Transaction loss is reported by message <a class="link" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-HA-1014">HA-1014</a>.</p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-High-Availability-Behaviour-MaximumMessageSize"></a>10.4.6.&#160;Maximum message size</h3></div></div></div><p>
+        Internally, BDB JE HA restricts the maximum size of replication stream records passed from the master
+        to the replica(s). This helps prevent DOS attacks.
+        If expected application maximum message size is greater than 5MB, the BDB JE setting
+        <code class="literal">je.rep.maxMessageSize</code> and Qpid context variable <code class="literal">qpid.max_message_size</code>
+        needs to be adjusted to reflect this in order to avoid running into the BDB HA JE limit.
+      </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-High-Availability-CreatingGroup.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-High-Availability.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-NodeOperations.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">10.3.&#160;Creating a group&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;10.5.&#160;Node Operations</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-ClientFailover.html
new file mode 100644
index 0000000..f40e85f
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-ClientFailover.html
@@ -0,0 +1,148 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>10.6.&#160;Client failover - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>10.6.&#160;Client failover</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.6.&#160;Client failover</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-High-Availability-NodeOperations.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;High Availability</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-DiskSpace.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-High-Availability-ClientFailover"></a>10.6.&#160;Client failover</h2></div></div></div><p>As mentioned above, the clients need to be able to find the location of the active
+      virtualhost within the group.</p><p>Clients can do this using a static technique, for example , utilising the failover feature of the Apache Qpid
+      JMS and Apache Qpid JMS AMQP 0-x clients where the client has a list of all the nodes, and tries each node in
+      sequence until it discovers the node with the active virtualhost.</p><p>Another possibility is a dynamic technique utilising a proxy or Virtual IP (VIP). These
+      require other software and/or hardware and are outside the scope of this document.</p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-High-Availability-NodeOperations.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-High-Availability.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-DiskSpace.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">10.5.&#160;Node Operations&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;10.7.&#160;Disk space requirements</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-CreatingGroup.html
new file mode 100644
index 0000000..d7aacf5
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-CreatingGroup.html
@@ -0,0 +1,182 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>10.3.&#160;Creating a group - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>10.3.&#160;Creating a group</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.3.&#160;Creating a group</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-High-Availability-OverviewOfHA.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;High Availability</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-Behaviour.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-High-Availability-CreatingGroup"></a>10.3.&#160;Creating a group</h2></div></div></div><p>This section describes how to create a group. At a high level, creating a group involves
+      first creating the first node standalone, then creating subsequent nodes referencing the first
+      node so the nodes can introduce themselves and gradually the group is built up.</p><p>A group is created through either <a class="link" href="Java-Broker-Management-Channel-Web-Console.html" title="6.2.&#160;Web Management Console">Web Management</a> or the <a class="link" href="Java-Broker-Management-Channel-REST-API.html" title="6.3.&#160;REST API">REST API</a>. These instructions
+      presume you are using Web Management. To illustrate the example it builds the group
+      illustrated in figure <a class="xref" href="Java-Broker-High-Availability-OverviewOfHA.html#Java-Broker-High-Availability-OverviewOfHA-Figure" title="Figure&#160;10.1.&#160;3-node group deployed across three Brokers.">Figure&#160;10.1, &#8220;3-node group deployed across three Brokers.&#8221;</a></p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>Install a Broker on each machine that will be used to host the group. As messaging
+            clients will need to be able to connect to and authentication to all Brokers, it usually
+            makes sense to choose a common authentication mechanism e.g. Simple LDAP Authentication,
+            External with SSL client authentication or Kerberos.</p></li><li class="listitem"><p>Select one Broker instance to host the first node instance. This choice is an
+            arbitrary one. The node is special only whilst creating group. Once creation is
+            complete, all nodes will be considered equal.</p></li><li class="listitem"><p>Click the <code class="literal">Add</code> button on the Virtualhost Panel on the Broker
+            tab.</p><p>
+            </p><div class="orderedlist"><ol class="orderedlist" type="a"><li class="listitem"><p>Give the Virtualhost node a unique name e.g. <code class="literal">weather1</code>. The
+                  name must be unique within the group and unique to that Broker. It is best if the
+                  node names are chosen from a different nomenclature than the machine names
+                  themselves.</p></li><li class="listitem"><p>Choose <code class="literal">BDB_HA</code> and select <code class="literal">New group</code>
+                </p></li><li class="listitem"><p>Give the group a name e.g. <code class="literal">weather</code>. The group name must be
+                  unique and will be the name also given to the virtualhost, so this is the name the
+                  messaging clients will use in their connection url.</p></li><li class="listitem"><p>Give the address of this node. This is an address on this node's host that
+                  will be used for replication purposes. The hostname <span class="emphasis"><em>must</em></span> be
+                  resolvable by all the other nodes in the group. This is separate from the address
+                  used by messaging clients to connect to the Broker. It is usually best to choose a
+                  symbolic name, rather than an IP address.</p></li><li class="listitem"><p>Now add the node addresses of all the other nodes that will form the group. In
+                  our example we are building a three node group so we give the node addresses of
+                    <code class="literal">chaac:5000</code> and <code class="literal">indra:5000</code>.</p></li><li class="listitem"><p>Click Add to create the node. The virtualhost node will be created with the
+                  virtualhost. As there is only one node at this stage, the role will be
+                  master.</p></li></ol></div><p>
+            </p><div class="figure"><a id="d0e6569"></a><p class="title"><strong>Figure&#160;10.2.&#160;Creating 1st node in a group</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Creating 1st node in a group" src="images/HA-Create-1.png" /></div></div></div><p><br class="figure-break" />
+          </p></li><li class="listitem"><p>Now move to the second Broker to be the group. Click the <code class="literal">Add</code>
+            button on the Virtualhost Panel on the Broker tab of the second Broker.</p><p>
+            </p><div class="orderedlist"><ol class="orderedlist" type="a"><li class="listitem"><p>Give the Virtualhost node a unique name e.g.
+                  <code class="literal">weather2</code>.</p></li><li class="listitem"><p>Choose <code class="literal">BDB_HA</code> and choose <code class="literal">Existing group</code>
+                </p></li><li class="listitem"><p>Give the details of the <span class="emphasis"><em>existing node</em></span>. Following our
+                  example, specify <code class="literal">weather</code>, <code class="literal">weather1</code> and
+                    <code class="literal">thor:5000</code></p></li><li class="listitem"><p>Give the address of this node.</p></li><li class="listitem"><p>Click Add to create the node. The node will use the existing details to
+                  contact it and introduce itself into the group. At this stage, the group will have
+                  two nodes, with the second node in the replica role.</p></li><li class="listitem"><p>Repeat these steps until you have added all the nodes to the group.</p></li></ol></div><p>
+            </p><div class="figure"><a id="d0e6627"></a><p class="title"><strong>Figure&#160;10.3.&#160;Adding subsequent nodes to the group</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Adding subsequent nodes to the group" src="images/HA-Create-2.png" /></div></div></div><p><br class="figure-break" />
+          </p></li></ol></div><p>The group is now formed and is ready for us. Looking at the virtualhost node of any of the
+      nodes shows a complete view of the whole group. </p><div class="figure"><a id="d0e6639"></a><p class="title"><strong>Figure&#160;10.4.&#160;View of group from one node</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="View of group from one node" src="images/HA-Create-3.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-High-Availability-OverviewOfHA.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-High-Availability.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-Behaviour.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">10.2.&#160;High Availability Overview&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="
 right" valign="top" width="40%">&#160;10.4.&#160;Behaviour of the Group</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-DiskSpace.html
new file mode 100644
index 0000000..e77d7bf
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-DiskSpace.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>10.7.&#160;Disk space requirements - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>10.7.&#160;Disk space requirements</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.7.&#160;Disk space requirements</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-High-Availability-ClientFailover.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;High Availability</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-Network-Requirements.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-High-Availability-DiskSpace"></a>10.7.&#160;Disk space requirements</h2></div></div></div><p>In the case where node in a group are down, the master must keep the data they are missing
+      for them to allow them to return to the replica role quickly.</p><p>By default, the master will retain up to 1hour of missed transactions. In a busy
+      production system, the disk space occupied could be considerable.</p><p>This setting is controlled by virtualhost context variable
+        <code class="literal">je.rep.repStreamTimeout</code>.</p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-High-Availability-ClientFailover.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-High-Availability.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-Network-Requirements.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">10.6.&#160;Client failover&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;10.8.&#160;Network Requirements</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Network-Requirements.html
new file mode 100644
index 0000000..b6ba901
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Network-Requirements.html
@@ -0,0 +1,148 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>10.8.&#160;Network Requirements - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>10.8.&#160;Network Requirements</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.8.&#160;Network Requirements</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-High-Availability-DiskSpace.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;High Availability</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-Security.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-High-Availability-Network-Requirements"></a>10.8.&#160;Network Requirements</h2></div></div></div><p>The HA Cluster performance depends on the network bandwidth, its use by existing traffic,
+      and quality of service.</p><p>In order to achieve the best performance it is recommended to use a separate network
+      infrastructure for the Qpid HA Nodes which might include installation of dedicated network
+      hardware on Broker hosts, assigning a higher priority to replication ports, installing a group
+      in a separate network not impacted by any other traffic.</p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-High-Availability-DiskSpace.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-High-Availability.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-Security.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">10.7.&#160;Disk space requirements&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;10.9.&#160;Security</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-NodeOperations.html
new file mode 100644
index 0000000..671aeb8
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-NodeOperations.html
@@ -0,0 +1,164 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>10.5.&#160;Node Operations - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>10.5.&#160;Node Operations</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.5.&#160;Node Operations</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-High-Availability-Behaviour.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;High Availability</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-ClientFailover.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-High-Availability-NodeOperations"></a>10.5.&#160;Node Operations</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-High-Availability-NodeOperations-Lifecycle"></a>10.5.1.&#160;Lifecycle</h3></div></div></div><p>Virtualhost nodes can be stopped, started and deleted.</p><div class="itemizedlist"><ul class="
 itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Stop</em></span></p><p>Stopping a master node will cause the node to temporarily leave the group. Any
+            messaging clients will be disconnected and any in-flight transaction rollbacked. The
+            remaining nodes will elect a new master if quorum number of nodes still remains.</p><p>Stopping a replica node will cause the node to temporarily leave the group too.
+            Providing quorum still exists, the current master will continue without interruption. If
+            by leaving the group, quorum no longer exists, all the nodes will begin waiting,
+            disconnecting any messaging clients, and the virtualhost will become unavailable.</p><p>A stopped virtualhost node is still considered to be a member of the group.</p></li><li class="listitem"><p><span class="emphasis"><em>Start</em></span></p><p>Starting a virtualhost node allows it to rejoin the group.</p><p>If the group already has a master, the node will catch up from the master and then
+            become a replica once it has done so.</p><p>If the group did not have quorum and so had no master, but the rejoining of this
+            node means quorum now exists, an election will take place. The node with the most up to
+            date transaction will become master unless influenced by the priority rules described
+            above.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The length of time taken to catch up will depend on how long the node has been
+              stopped. The worst case is where the node has been stopped for more than one hour. In
+              this case, the master will perform an automated <code class="literal">network restore</code>.
+              This involves streaming all the data held by the master over to the replica. This
+              could take considerable time.</p></div></li><li class="listitem"><p><span class="emphasis"><em>Delete</em></span></p><p>A virtualhost node can be deleted. Deleting a node permanently removes the node from
+            the group. The data stored locally is removed but this does not affect the data held by
+            the remainder of the group.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The names of deleted virtualhost node cannot be reused within a group.</p></div></li></ul></div><p>It is also possible to add nodes to an existing group using the procedure described
+        above.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-High-Availability-NodeOperations-TransferMaster"></a>10.5.2.&#160;Transfer Master</h3></div></div></div><p>This operation allows the mastership to be moved from node to node. This is useful for
+        restoring a business as usual state after a failure.</p><p>When using this function, the following occurs. </p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>The system first gives time for the chosen new master to become reasonable up to
+              date. </p></li><li class="listitem"><p>It then suspends transactions on the old master and allows the chosen node to
+              become up to date.</p></li><li class="listitem"><p>The suspended transactions are aborted and any messaging clients connected to the
+              old master are disconnected.</p></li><li class="listitem"><p>The chosen master becomes the new master. The old master becomes a replica.</p></li><li class="listitem"><p>Messaging clients reconnect the new master.</p></li></ol></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-High-Availability-Behaviour.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-High-Availability.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-ClientFailover.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">10.4.&#160;Behaviour of the Group&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;10.6.&#160;Client failover</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[24/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index 4dec6b4..bdac7b0 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index 0ef4041..4f3cf67 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index b5dbf5f..8d0c60e 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index 4722b1d..0afa313 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index b13a51d..e321ae5 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index 1b37572..76cec12 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index 1861812..50d628f 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index 233192d..52ce3b0 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index a22803c..e813700 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index fe13d73..2fed815 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index b629df9..9db154a 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index 34e022d..120e0e7 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index 808a4a2..51c2472 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index c2c6cd8..66390eb 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index 8ae7abb..67d5391 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index ae0ed31..f9e3d0c 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index e0df5d9..45c497b 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index ff670b4..24e054e 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index 5bb1a34..71f9918 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index dc93cd6..5204ec6 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index d7145bd..277f9ae 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index ef1e3cc..5bf646c 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/index.html
index 6326a90..8ae7e55 100644
--- a/content/releases/qpid-java-6.0.0/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.0.0/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.0.0/qpid-jms/examples/Drain.java.html
index 8ab14c5..ba66397 100644
--- a/content/releases/qpid-java-6.0.0/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.0.0/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.0.0/qpid-jms/examples/Hello.java.html
index 8ff0b0d..ac5eefe 100644
--- a/content/releases/qpid-java-6.0.0/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.0.0/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.0.0/qpid-jms/examples/ListReceiver.java.html
index 9ec8d2b..cf7d3b0 100644
--- a/content/releases/qpid-java-6.0.0/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.0.0/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.0.0/qpid-jms/examples/ListSender.java.html
index 2092c06..16d7049 100644
--- a/content/releases/qpid-java-6.0.0/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.0.0/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.0.0/qpid-jms/examples/MapReceiver.java.html
index aed69a9..f4589aa 100644
--- a/content/releases/qpid-java-6.0.0/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.0.0/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.0.0/qpid-jms/examples/MapSender.java.html
index 7ed8e5c..a91c25b 100644
--- a/content/releases/qpid-java-6.0.0/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.0.0/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.0.0/qpid-jms/examples/OptionParser.java.html
index 15f2aa6..4ea92b4 100644
--- a/content/releases/qpid-java-6.0.0/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.0.0/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.0.0/qpid-jms/examples/Spout.java.html
index 6a662df..6231186 100644
--- a/content/releases/qpid-java-6.0.0/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.0.0/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.0.0/qpid-jms/examples/hello.properties.html
index 04ace1b..38d81be 100644
--- a/content/releases/qpid-java-6.0.0/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.0.0/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/qpid-jms/examples/index.html b/content/releases/qpid-java-6.0.0/qpid-jms/examples/index.html
index 59357f1..1f57eaf 100644
--- a/content/releases/qpid-java-6.0.0/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.0.0/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/release-notes.html b/content/releases/qpid-java-6.0.0/release-notes.html
index e4c95e6..a2a654c 100644
--- a/content/releases/qpid-java-6.0.0/release-notes.html
+++ b/content/releases/qpid-java-6.0.0/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/index.html b/content/releases/qpid-java-6.0.1/index.html
index 292d93c..9af7a15 100644
--- a/content/releases/qpid-java-6.0.1/index.html
+++ b/content/releases/qpid-java-6.0.1/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.0.1/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index 4925b05..129d674 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index 77c6bab..cd9ec19 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index ef4ff66..1ba2700 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index d423720..7ea9014 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-System-Properties.html
index c09678e..bf4d8a1 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index 8b1ad10..56ae4f2 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index c5cbd7d..c52279f 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Backup-And-Recovery.html
index 0d3361c..b105f97 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index 5681d0c..446e499 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Broker.html
index 9644caf..80589d5 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Exchanges.html
index a16f886..c42068b 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 804f87f..2d255be 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Ports.html
index ecc392d..8244fa6 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Queues.html
index cdfa14c..4a1c57f 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index ae8dca1..01fcc93 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index d40525b..b4f1394 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index d378741..4c10408 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts.html
index cb90e06..0955e89 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.0.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index f69e35c..7d9de4e 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Logging.html
index 6001ee6..4a05893 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index 5d11d6d..b46b27b 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index 917a3ee..7affa0a 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started.html
index 8f1336f..7e99382 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Backup.html
index b023033..343ef0a 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index e25905d..13ccf37 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 94a66d6..77ccceb 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index fdadb27..c92496b 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index 89bc0c4..84965a6 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index fd0d46f..43157ee 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index f074795..873f89b 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index 147a5f5..c1863b4 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index 98c4178..38387eb 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Security.html
index b6cb8ef..d93c358 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability.html
index be06e9f..682a5cd 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index 4804491..d951d46 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index a0b3225..54b3df8 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index 16b7157..912bcc0 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index 83b33bc..69f7bbe 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index eb7b151..4c7e8da 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index 20dd3e5..2cfc5ab 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index df4dcef..8848c1c 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration.html
index cdc2630..3ee29d8 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[38/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Truststores.html
new file mode 100644
index 0000000..669685a
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Truststores.html
@@ -0,0 +1,181 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.12.&#160;Truststores - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.12.&#160;Truststores</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">7.12.&#160;Truststores</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Keystores.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Group-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-Management-Managing-Truststores"></a>7.12.&#160;Truststores</h2></div></div></div><p>
+        <a class="link" href="Java-Broker-Concepts-Other-Services.html#Java-Broker-Concepts-Truststores" title="4.10.4.&#160;Truststores">Truststores</a>
+        have a number of roles within
+        the Broker.
+        </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>A truststore is required by a Port in order to support SSL client authentication.</p></li><li class="listitem"><p>Truststores have a optional role in end to end message encryption. The Broker acts as a
+                    <a class="link" href="https://en.wikipedia.org/wiki/Key_server_(cryptographic)" target="_top">
+                        Key Server
+                    </a>
+                    so that publishing applications have convenient access to recipient's public keys.
+                </p></li><li class="listitem"><p>Some authentication providers also use a truststore when connecting to authentication systems that
+                    are protected by a private issuer
+                    SSL certificate.
+                </p></li></ul></div><p>
+    </p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Truststores-Types"></a>7.12.1.&#160;Types</h3></div></div></div><p>The following truststore types are supported. </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>File Trust Store</em></span>. This type accepts the standard JKS
+                        truststore format understood by Java and Java tools such as <a class="link" href="http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/keytool.html" target="_top">keytool</a>.</p></li><li class="listitem"><p><span class="emphasis"><em>Non Java Trust Store</em></span>. A non java trust store accepts key
+                        material in PEM and DER file formats. Either a path to the certificate on the server can be specified using the file:// protocol or the certificate can be uploaded with the data:// protocol</p></li><li class="listitem"><p><span class="emphasis"><em>Managed Certificate Store</em></span>. This type accepts key
+                        material in PEM and DER file formats. Contrary to the Non Java Trust Store this store allows the user to add multiple certificates and stores them in the broker configuration.</p></li><li class="listitem"><p><span class="emphasis"><em>Site Specific Trust Store</em></span>. This type will download a certificate from the provided SSL/TLS enabled URL. Note that you must specify both the protocol and the port. Example: https://example.com:443</p></li></ul></div><p>
+        </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Truststores-Attributes"></a>7.12.2.&#160;Attributes</h3></div></div></div><p>
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Name the truststore</em></span>. Used to identify the
+                        truststore.</p></li><li class="listitem"><p><span class="emphasis"><em>Exposed as Message Source</em></span>. If enabled, the Broker
+                        will distribute certificates contained within the trustore to clients.
+                        Used by the end to end message encryption feature.</p></li><li class="listitem"><p><span class="emphasis"><em>Trust Anchor Validity Enforced</em></span>. If enabled, authentications will
+                        fail if the trust anchor's validity date has not yet been reached or already expired.</p></li></ul></div><p>
+        </p><p>The following attributes apply to <span class="emphasis"><em>File Trust Stores</em></span> only.</p><p>
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Path</em></span>. Path to truststore file</p></li><li class="listitem"><p><span class="emphasis"><em>Truststore password</em></span>. Password used to secure the truststore</p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p> The password of the certificate used by the Broker <span class="bold"><strong>must</strong></span> match the password of the keystore
+                                itself. </p></div></li><li class="listitem"><p><span class="emphasis"><em>Certificate Alias</em></span>. An optional way of specifying
+                        which certificate the broker should use if the keystore contains multiple
+                        entries.</p></li><li class="listitem"><p><span class="emphasis"><em>Manager Factory Algorithm</em></span>. In keystores the have more
+                        than one certificate, the alias identifies the certificate to be
+                        used.</p></li><li class="listitem"><p><span class="emphasis"><em>Key Store Type</em></span>. Type of Keystore.</p></li><li class="listitem"><p><span class="emphasis"><em>Peers only</em></span>. When "Peers Only" option is selected for
+                        the Truststore it will allow authenticate only those clients that present a
+                        certificate exactly matching a certificate contained within the Truststore
+                        database.</p></li></ul></div><p>
+        </p><p>The following attributes apply to <span class="emphasis"><em>Non Java Trust Stores</em></span>
+            only.</p><p>
+            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Certificates</em></span>. The cerificate(s) in DER or PEM
+                        format.</p></li></ul></div><p>
+        </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Truststores-Children"></a>7.12.3.&#160;Children</h3></div></div></div><p>None</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Truststores-Lifecycle"></a>7.12.4.&#160;Lifecycle</h3></div></div></div><p>Not supported</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-Management-Managing-Keystores.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Group-Providers.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.11.&#160;Keystores&#160;</td><td align="center" width="20%"><a accesskey="h
 " href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.13.&#160;Group Providers</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
new file mode 100644
index 0000000..10a317d
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
@@ -0,0 +1,176 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.3.&#160;Virtualhost Nodes - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.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">7.3.&#160;Virtualhost Nodes</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Broker.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-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-Management-Managing-Virtualhost-Nodes"></a>7.3.&#160;Virtualhost Nodes</h2></div></div></div><p>Virtualhost nodes can only be managed by the HTTP management channel.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Virtualhost-Nodes-Types"></a>7.3.1.&#160;Types</h3></div></div></div><p> The following vir
 tualhost nodes types are supported. </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>BDB - Node backed with Oracle Berkeley DB JE</p></li><li class="listitem"><p>BDB HA - Node backed with Oracle Berkeley DB JE utilising High Availability</p></li><li class="listitem"><p>DERBY - Node backed with Apache Derby</p></li><li class="listitem"><p>JDBC - Node backed with an external database <a class="footnote" href="#ftn.d0e2942" id="d0e2942"><sup class="footnote">[5]</sup></a></p></li><li class="listitem"><p>JSON - Node backed with a file containing json</p></li><li class="listitem"><p>Memory - In-memory node (changes lost on Broker restart)</p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Virtualhost-Nodes-Attributes"></a>7.3.2.&#160;Attributes</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Name the virtualhost node</em></span>.</p></li><li class="listitem"><p><span class="emphasis"><em>Default Virtual Host Node</em></span>. If true, messaging clients which do
+            not specify a virtualhost name will be connected to the virtualhost beneath this node.</p></li><li class="listitem"><p><span class="emphasis"><em>Store Path or JDBC URL.</em></span> Refers the location used to store the
+            configuration of the virtualhost.</p></li><li class="listitem"><p><span class="emphasis"><em>Role</em></span> (HA only). The role that this node is currently playing in
+            the group. </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; "><li class="listitem"><p>MASTER - Virtualhost node is a master.</p></li><li class="listitem"><p>REPLICA - Virtualhost node is a replica.</p></li><li class="listitem"><p>WAITING - Virtualhost node is awaiting an election result, or may be awaiting
+                  more nodes to join in order that an election may be held.</p></li><li class="listitem"><p>DETACHED - Virtualhost node is disconnected from the group.</p></li></ul></div></li><li class="listitem"><p><span class="emphasis"><em>Priority</em></span> (HA only). The priority of this node when elections
+            occurs. The attribute can be used to make it more likely for a node to be elected than
+            other nodes, or disallow the node from never being elected at all. See <a class="xref" href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-NodePriority" title="10.4.3.&#160;Node Priority">Section&#160;10.4.3, &#8220;Node Priority&#8221;</a></p></li><li class="listitem"><p><span class="emphasis"><em>Minimum Number Of Nodes</em></span> (HA only - groups of three or more).
+            Allows the number of nodes required to hold an election to be reduced in order that
+            service can be restore when less than quorum nodes are present. See <a class="xref" href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-MinimumNumberOfNodes" title="10.4.4.&#160;Required Minimum Number Of Nodes">Section&#160;10.4.4, &#8220;Required Minimum Number Of Nodes&#8221;</a></p></li><li class="listitem"><p><span class="emphasis"><em>Allow this node to operate solo</em></span> (HA only - groups of two). Allows a single
+            node in a two node group to operate solo. See <a class="xref" href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-DesignatedPrimary" title="10.4.5.&#160;Allow to Operate Solo">Section&#160;10.4.5, &#8220;Allow to Operate Solo&#8221;</a></p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Virtualhost-Node-Children"></a>7.3.3.&#160;Children</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
+            <a class="link" href="Java-Broker-Management-Managing-Virtualhosts.html" title="7.4.&#160;VirtualHosts">Virtualhost</a>
+          </p></li><li class="listitem"><p>
+            <a class="link" href="Java-Broker-Management-Managing-RemoteReplicationNodes.html" title="7.5.&#160;Remote Replication Nodes">Remote
+              Replication Nodes</a>
+          </p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Virtualhost-Node-Lifecycle"></a>7.3.4.&#160;Lifecycle</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Stop</em></span>. Stops the virtualhost node. This closes any existing
+            messaging connections to the virtualhost and prevents new ones. Any inflight
+            transactions are rolled back. Non durable queues and exchanges are lost. Transient
+            messages or persistent messages on non-durable queues are lost.</p><p>When HA is in use, stopping the virtualhost node stops the virtualhost node from
+            participating in the group. If the node was in the master role, the remaining nodes will
+            try to conduct an election and elect a new master. If the node was in the replica role,
+            the node will cease to keep up to date with later transactions. A stopped node does not
+            vote in elections. Other nodes in the group will report the stopped node as
+            unreachable.</p></li><li class="listitem"><p><span class="emphasis"><em>Start</em></span>. Activates the virtualhost node.</p></li><li class="listitem"><p><span class="emphasis"><em>Delete</em></span>. Deletes the virtualhost node and the virtualhost
+            contained within it. All exchanges and queues, any the messages contained within it are
+            removed. In the HA case, deleting the virtualhost node causes it be removed permanently
+            from the group.</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.d0e2942"><p><a class="para" href="#d0e2942"><sup class="para">[5] </sup></a>JDBC 4.0 compatible drivers must be available. See <a class="xref" href="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html" title="F.2.&#160;Installing External JDBC Driver">Section&#160;F.2, &#8220;Installing External JDBC Driver&#8221;</a></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-Management-Managing-Broker.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-Virtualhosts.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.2.&#160;Broker&#160;</td><td al
 ign="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.4.&#160;VirtualHosts</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Virtualhosts.html
new file mode 100644
index 0000000..a2a78fc
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Management-Managing-Virtualhosts.html
@@ -0,0 +1,171 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>7.4.&#160;VirtualHosts - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>7.4.&#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">7.4.&#160;VirtualHosts</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Management-Managing-Virtualhost-Nodes.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;7.&#160;Managing Entities</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Managing-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-Management-Managing-Virtualhosts"></a>7.4.&#160;VirtualHosts</h2></div></div></div><p>A virtualhost is a independent namespace in which messaging is performed. Virtualhosts are
+    responsible for the storage of message data.</p><p>Virtualhosts can only be managed by the HTTP management channel.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Virtualhosts-Types"></a>7.4.1.&#160;Types</h3></div></div></div><p>The following virtualhost types are supported. </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>BDB - Virtualhost backed with Oracle Berkeley DB JE</p></li><li class="listitem"><p>BDB HA - Virtualhost backed with Oracle BDB utilising High Availability</p></li><li class="listitem"><p>DERBY - Virtualhost backed with Apache Derby</p></li><li class="listitem"><p>JDBC - Virtualhost backed with an external database <a class="footnote" href="#ftn.d0e3080" id="d0e3080"><sup class="footnote">[6]</sup></a></p></li><li class="listitem"><p>Memory - In-memory node (changes lost on Broker restart)</p></li><li class="listitem"><p>Provided - 
 Virtualhost that co-locates message data within the parent virtualhost
+            node <a class="footnote" href="#ftn.d0e3090" id="d0e3090"><sup class="footnote">[7]</sup></a>.</p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Virtualhost-Context"></a>7.4.2.&#160;Context</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>use_async_message_store_recovery</em></span> Controls the <a class="link" href="Java-Broker-Runtime-Background-Recovery.html" title="9.8.&#160;Background Recovery">background recovery</a>
+            feature.</p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Virtualhost-Attributes"></a>7.4.3.&#160;Attributes</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Name the virtualhost</em></span>. This is the name the messaging clients
+            refer to when forming a connection to the Broker.</p></li><li class="listitem"><p><span class="emphasis"><em>Store Path/JDBC URL</em></span>. Refers the file system location or
+            database URL used to store the message data.</p></li><li class="listitem"><p><span class="emphasis"><em>Store overflow/underflow</em></span>. Some virtualhosts have the ability to
+            limit the of the cumulative size of all the messages contained within the store. This
+            feature is described in detail <a class="xref" href="Java-Broker-Runtime-Disk-Space-Management.html" title="9.2.&#160;Disk Space Management">Section&#160;9.2, &#8220;Disk Space Management&#8221;</a>.</p></li><li class="listitem"><p><span class="emphasis"><em>Connection thread pool size</em></span>. Number of worker threads
+            used to perform messaging with connected clients.  </p><p>Defaults to 64 or double the maximum number of available processors, whichever
+            is the larger.</p></li><li class="listitem"><p><span class="emphasis"><em>Number of selectors</em></span>. Number of worker threads
+            used from the thread pool to dispatch I/O activity to the worker threads.</p><p>Defaults to one eighth of the thread pool size. Minimum 1.</p></li><li class="listitem"><p><span class="emphasis"><em>Store transaction timeouts</em></span>. Warns of long running producer
+            transactions. See <a class="xref" href="Java-Broker-Runtime-Producer-Transaction-Timeout.html" title="9.3.&#160;Producer Transaction Timeout">Section&#160;9.3, &#8220;Producer Transaction Timeout&#8221;</a></p></li><li class="listitem"><p><span class="emphasis"><em>Synchronization policy</em></span>. HA only. See <a class="xref" href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-SynchronizationPolicy" title="10.4.2.&#160;Synchronization Policy">Section&#160;10.4.2, &#8220;Synchronization Policy&#8221;</a></p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Virtualhost-Children"></a>7.4.4.&#160;Children</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
+            <a class="link" href="Java-Broker-Management-Managing-Exchanges.html" title="7.6.&#160;Exchanges">Exchange</a>
+          </p></li><li class="listitem"><p>
+            <a class="link" href="Java-Broker-Management-Managing-Queues.html" title="7.7.&#160;Queues">Queue</a>
+          </p></li></ul></div><p>
+    </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Management-Managing-Virtualhost-Lifecycle"></a>7.4.5.&#160;Lifecycle</h3></div></div></div><p>
+      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="emphasis"><em>Stop</em></span>. Stops the virtualhost. This closes any existing messaging
+            connections to the virtualhost and prevents new ones. Any inflight transactions are
+            rolled back. Non durable queues and non durable exchanges are lost. Transient messages
+            or persistent messages on non-durable queues are lost.</p></li><li class="listitem"><p><span class="emphasis"><em>Start</em></span>. Activates the virtualhost.</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.d0e3080"><p><a class="para" href="#d0e3080"><sup class="para">[6] </sup></a>JDBC 4.0 compatible drivers must be available. See <a class="xref" href="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html" title="F.2.&#160;Installing External JDBC Driver">Section&#160;F.2, &#8220;Installing External JDBC Driver&#8221;</a></p></div><div class="footnote" id="ftn.d0e3090"><p><a class="para" href="#d0e3090"><sup class="para">[7] </sup></a>Not available if Virtualhost Node type is JSON.</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-Management-Managing-Virtualhost-Nodes.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Management-Managing-Entities.html">Up</a></td><td align="right" width="40%">&#1
 60;<a accesskey="n" href="Java-Broker-Management-Managing-RemoteReplicationNodes.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">7.3.&#160;Virtualhost Nodes&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;7.5.&#160;Remote Replication Nodes</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
new file mode 100644
index 0000000..97fff32
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
@@ -0,0 +1,148 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>F.2.&#160;Installing External JDBC Driver - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>F.2.&#160;Installing External JDBC Driver</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">F.2.&#160;Installing External JDBC Driver</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Miscellaneous.html">Prev</a>&#160;</td><th align="center" width="60%">Appendix&#160;F.&#160;Miscellaneous</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Appendix-Queue-Declare-Arguments.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-Miscellaneous-Installing-External-JDBC-Driver"></a>F.2.&#160;Installing External JDBC Driver</h2></div></div></div><p>In order to use a JDBC Virtualhost Node or a JDBC Virtualhost, you must make the
+      Database's JDBC 4.0 compatible drivers available on the Broker's classpath. To do this copy
+      the driver's JAR file into the <code class="literal">${QPID_HOME}/lib</code> folder.</p><pre class="programlisting">Unix:
+cp <code class="literal">driver</code>.jar qpid-broker-7.0.0/lib</pre><pre class="programlisting">Windows:
+copy <code class="literal">driver</code>.jar qpid-broker-7.0.0\lib</pre></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Miscellaneous.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Miscellaneous.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Appendix-Queue-Declare-Arguments.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Appendix&#160;F.&#160;Miscellaneous&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Appendix&#160;G.&#160;Queue Declaration Arguments supported by the Broker</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Miscellaneous.html
new file mode 100644
index 0000000..6bac867
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Miscellaneous.html
@@ -0,0 +1,152 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Appendix&#160;F.&#160;Miscellaneous - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Appendix&#160;F.&#160;Miscellaneous</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;F.&#160;Miscellaneous</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Appendix-Queue-Alerts.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-Installing-External-JDBC-Driver.html">Next</a></td></tr></table><hr /></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Miscellaneous"></a>Appendix&#160;F.&#160;Miscellaneous</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-Miscellaneous.html#Java-Broker-Miscellaneous-JVM-Verification">F.1. JVM Installation verification</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Miscellaneous.html#Java-Broker-Miscella
 neous-JVM-Verification-Windows">F.1.1. Verify JVM on Windows</a></span></dt><dt><span class="section"><a href="Java-Broker-Miscellaneous.html#Java-Broker-Miscellaneous-JVM-Verification-Unix">F.1.2. Verify JVM on Unix</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html">F.2. Installing External JDBC Driver</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Java-Broker-Miscellaneous-JVM-Verification"></a>F.1.&#160;JVM Installation verification</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Miscellaneous-JVM-Verification-Windows"></a>F.1.1.&#160;Verify JVM on Windows</h3></div></div></div><p> Firstly confirm that the JAVA_HOME environment variable is set correctly by typing the
+        following at the command prompt: </p><pre class="programlisting">echo %JAVA_HOME%</pre><p> If JAVA_HOME is set you will see something similar to the following: </p><pre class="screen">c:"\PROGRA~1"\Java\jdk1.8.0_121\
+      </pre><p> Then confirm that a Java installation (1.8 or higher) is available: </p><pre class="programlisting">java -version</pre><p> If java is available on the path, output similar to the following will be seen: </p><pre class="screen">java version "1.8.0_121-b13"
+Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
+Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)</pre></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Miscellaneous-JVM-Verification-Unix"></a>F.1.2.&#160;Verify JVM on Unix</h3></div></div></div><p> Firstly confirm that the JAVA_HOME environment variable is set correctly by typing the
+        following at the command prompt: </p><pre class="programlisting">echo $JAVA_HOME</pre><p> If JAVA_HOME is set you will see something similar to the following: </p><pre class="screen">/usr/java/jdk1.8.0_121
+      </pre><p> Then confirm that a Java installation (1.8 or higher) is available: </p><pre class="programlisting">java -version</pre><p> If java is available on the path, output similar to the following will be seen: </p><pre class="screen">java version "1.8.0_121-b13"
+        Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
+        Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)</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-Appendix-Queue-Alerts.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Appendix&#160;E.&#160;Queue Alerts&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;F.2.&#160;Installing External JDBC Driver</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Background-Recovery.html
new file mode 100644
index 0000000..df7b5fc
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Background-Recovery.html
@@ -0,0 +1,157 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>9.8.&#160;Background Recovery - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>9.8.&#160;Background 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">9.8.&#160;Background Recovery</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime-Consumers.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;9.&#160;Runtime</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Message-Compression.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-Runtime-Background-Recovery"></a>9.8.&#160;Background Recovery</h2></div></div></div><p>On startup of the Broker, or restart of a Virtualhost, the Broker restores all durable
+    queues and their messages from disk. In the Broker's default mode the Virtualhosts do not become
+    active until this recovery process completes. If queues have a large number of entries, this may
+    take considerable time. During this time no messaging can be performed.</p><p>The Broker has a background recovery feature allows the system to return to operation
+    sooner. If enabled the recovery process takes place in the background allow producers and
+    consumers to begin work earlier.</p><p>The feature respects the message delivery order requirements of standard queues, that is any
+    messages arriving whilst the background recovery is in flight won't overtake older messages
+    still to be recovered from disk. There is an exception for the out of order queue types whilst
+    background recovery is in flight. For instance, with priority queues older lower priority
+    messages may be delivered before newer, higher priority.</p><p>To activate the feature, set a <a class="link" href="Java-Broker-Management-Managing-Entities.html#Java-Broker-Management-Managing-Entities-General" title="7.1.&#160;General Description">context variable</a>
+    <code class="literal">use_async_message_store_recovery</code> at the desired Virtualhost, or at Broker or
+    higher to enable the feature broker-wide.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The background recovery feature does not write operational log messages to indicate its
+      progress. This means messages <a class="link" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-MST-1004">MST-1004</a> and <a class="link" href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-MST-1005">MST-1005</a> will not
+      be seen.</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-Runtime-Consumers.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Runtime.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Message-Compression.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">9.7.&#160;Consumers&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;9.9.&#160;Message Compression</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
new file mode 100644
index 0000000..f5b0ced
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
@@ -0,0 +1,171 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>9.5.&#160;Closing client connections on unroutable mandatory messages - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>9.5.&#160;Closing client connections on unroutable mandatory messages</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">9.5.&#160;Closing client connections on unroutable mandatory messages</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;9.&#160;Runtime</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Flow-To-Disk.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-Runtime-Close-Connection-When-No-Route"></a>9.5.&#160;Closing client connections on unroutable mandatory messages</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Close-Connection-When-No-Route-Summary"></a>9.5.1.&#160;Summary</h3></div></div></div><p>
+        Due to asynchronous nature of AMQP 0-8/0-9/0-9-1 protocols sending a message with a routing key for which no queue binding exist results
+        in either message being bounced back (if it is mandatory or immediate) or discarded on broker side otherwise.
+    </p><p>
+        When a 'mandatory' message is returned, the Apache Qpid JMS AMQP 0-x clients conveys this by delivering
+        an <span class="emphasis"><em>AMQNoRouteException</em></span> through the configured ExceptionListener on the Connection.
+        This does not cause channel or connection closure, however it requires a special exception handling
+        on client side in order to deal with <span class="emphasis"><em>AMQNoRouteExceptions</em></span>.
+        This could potentially be a problem when using various messaging frameworks (e.g. Mule)
+        as they usually close the connection on receiving any JMSException.
+    </p><p>
+        In order to simplify application handling of scenarios where 'mandatory' messages
+        are being sent to queues which do not actually exist, the Apache Qpid Broker-J can be configured such that
+        it will respond to this situation by closing the connection
+        rather than returning the unroutable message to the client as it normally should.
+        From the application perspective, this will result in failure of synchronous operations in progress such as a session commit() call.
+    </p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This feature affects only transacted sessions.</p><p>
+           By default, the Apache Qpid JMS AMQP 0-x produces mandatory messages when using queue destinations.  Topic
+           destinations produce 'non-mandatory' messages.
+        </p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Close-Connection-When-No-Route-Configuration"></a>9.5.2.&#160;Configuring
+        <span class="emphasis"><em>closeWhenNoRoute</em></span>
+    </h3></div></div></div><p>
+        The Port attribute <span class="emphasis"><em>closeWhenNoRoute</em></span> can be set to specify this feature on broker side.
+        By default, it is turned on. Setting <span class="emphasis"><em>closeWhenNoRoute</em></span> to <span class="emphasis"><em>false</em></span> switches
+        it off.
+    </p><p>See the <a class="link" href="../../jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html" target="_top">Qpid JMS AMQP 0-x client
+          documentation</a> for details of enabling this feature client side.
+      </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-Runtime-Handling-Undeliverable-Messages.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Runtime.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Flow-To-Disk.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">9.4.&#160;Handing Undeliverable Messages&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;9.6.&#160;Flow to Disk</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[10/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index 59e33ce..03426d7 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index a73d7c8..ac77b6c 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index cfed92b..1c06b02 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index d6ada4e..8c21dc7 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index 169e9ab..5765fb2 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous.html
index 1fdf104..ea8073e 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index a2a790b..0ffc736 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index ab2296c..ce37cae 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index 3b731f0..0b55203 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index c2f4cb8..1d6f517 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index c73f7cd..1edbe25 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index 5a3c011..a8deb3a 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Memory.html
index a0f1f1e..b1251f7 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index f08ba6c..6aec3b9 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index df9fba6..5b3fe52 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime.html
index 0752b56..9015547 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-ACLs.html
index ee539d3..400a1a6 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index 795de39..007fdb2 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-Group-Providers.html
index 314bd5c..70a477a 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security.html
index 353bafe..9c7e6af 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/java-broker/book/index.html b/content/releases/qpid-java-6.0.8/java-broker/book/index.html
index 0b15faf..447b68f 100644
--- a/content/releases/qpid-java-6.0.8/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.0.8/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Book.html b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Book.html
index 2b74564..98251cd 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Book.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
index d6b77a3..2a2ffc6 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
index 54f35f1..78d616c 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
index fd364ab..d14de7e 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
index 6922dad..731792d 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring.html b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
index 75fbb43..1135306 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Configuring.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Example.html b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Example.html
index 2fdaade..59cfb3f 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Example.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
index 4d2b085..a00ed75 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
index 8de2211..1bca8b4 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-10/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/index.html b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/index.html
index fef1339..c108fe5 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-10/book/index.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-10/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index 44c2f41..3ee5cfe 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index 791ce82..8b70257 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index 6c8703e..55707f6 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index 03ca82c..eb5213b 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index 6e634ae..d473152 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index 0f85cea..f73106f 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index a46b77c..3ff25ad 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index 145440c..4839e57 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index 2ab2504..413f532 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index d8a1e8d..8d2d835 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index 1afe345..b386e57 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index c37c544..3726827 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index 0fc9f79..ab8f073 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index fd60553..47a0dd2 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index a95e4b9..3da693c 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index 4f9061f..856dbc9 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index 637e3a9..5b9d8d3 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index 59e6f37..7ecb510 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index ce68122..4642d8c 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index 997d966..5e46fae 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index 8e36971..08cdad6 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index cda63b9..9ec8868 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index 8081f3a..03d04ad 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index dc6fd13..e6676ee 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index 69bad1f..e9fbb73 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index 67eb8b2..1b8a9dd 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index cc4bcec..90315d5 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index 2061bc3..0fa0dbf 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-Book.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-Book.html
index acfee3c..cb9041b 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-Book.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/JMS-Client-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/index.html
index cde3330..74eef8c 100644
--- a/content/releases/qpid-java-6.0.8/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.0.8/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.0.8/qpid-jms/examples/Drain.java.html
index ef128c3..7ce9825 100644
--- a/content/releases/qpid-java-6.0.8/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.0.8/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.0.8/qpid-jms/examples/Hello.java.html
index 8c54c96..2a82ef6 100644
--- a/content/releases/qpid-java-6.0.8/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.0.8/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.0.8/qpid-jms/examples/ListReceiver.java.html
index fcf7bcb..06f2888 100644
--- a/content/releases/qpid-java-6.0.8/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.0.8/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.0.8/qpid-jms/examples/ListSender.java.html
index 0dce65d..6e71545 100644
--- a/content/releases/qpid-java-6.0.8/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.0.8/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.0.8/qpid-jms/examples/MapReceiver.java.html
index b911414..9400057 100644
--- a/content/releases/qpid-java-6.0.8/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.0.8/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.0.8/qpid-jms/examples/MapSender.java.html
index 18f793a..2b6a844 100644
--- a/content/releases/qpid-java-6.0.8/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.0.8/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.0.8/qpid-jms/examples/OptionParser.java.html
index 7e151dc..ad038e1 100644
--- a/content/releases/qpid-java-6.0.8/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.0.8/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.0.8/qpid-jms/examples/Spout.java.html
index 55f23af..2222a48 100644
--- a/content/releases/qpid-java-6.0.8/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.0.8/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.0.8/qpid-jms/examples/hello.properties.html
index 01f4b17..fa049b3 100644
--- a/content/releases/qpid-java-6.0.8/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.0.8/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/qpid-jms/examples/index.html b/content/releases/qpid-java-6.0.8/qpid-jms/examples/index.html
index f8849cc..89dd731 100644
--- a/content/releases/qpid-java-6.0.8/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.0.8/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.8/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.8/release-notes.html b/content/releases/qpid-java-6.0.8/release-notes.html
index 11797a7..9c1f23f 100644
--- a/content/releases/qpid-java-6.0.8/release-notes.html
+++ b/content/releases/qpid-java-6.0.8/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/index.html b/content/releases/qpid-java-6.1.0/index.html
index b48aa20..cbf55a8 100644
--- a/content/releases/qpid-java-6.1.0/index.html
+++ b/content/releases/qpid-java-6.1.0/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.1.0/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index bd174f8..2137fa0 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index eca5902..8f2d3c2 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index 8210add..55fa9e4 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index cfbb242..3844082 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[21/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Queues.html
index 82266eb..6b631af 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index 0385074..e9f4508 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index ae797b5..9eea4f8 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index ba4b77b..b7fa59d 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index 274194f..df58af3 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index 702af0b..47cddae 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index ebd3395..73f6067 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous.html
index bf35810..c5fa486 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index 84ded4e..9d3d72b 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index 12f70cf..3473579 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index a1f41fc..9641403 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index 794ae80..1e04f36 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index feab314..a5dd197 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index a5f3c39..ce699eb 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Memory.html
index f821f1e..56cdbc2 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index 7eaab4e..afeee84 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index 74f9e45..bbf57c0 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime.html
index bf327a4..ac72900 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-ACLs.html
index 2e913a9..530dc3b 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index d27ae53..a6b4645 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-Group-Providers.html
index 70a0547..8121e10 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security.html
index f354c9c..9edfaec 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/index.html b/content/releases/qpid-java-6.0.2/java-broker/book/index.html
index 94d56cf..5f6c2ba 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Book.html b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Book.html
index 49e7ea3..5a19bd3 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Book.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
index 2287bf4..532296b 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
index 65dce1c..5305606 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
index 71f06e0..4677ec1 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
index 23dcc05..8ffa83d 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring.html b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
index 5188965..11f3960 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Configuring.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Example.html b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Example.html
index 5a26e9b..89fd087 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Example.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
index dd4e88f..090332b 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
index 70499aa..d2ec826 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-10/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/index.html b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/index.html
index e85c507..9391190 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-10/book/index.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-10/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index f4f1d34..2026026 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index 862aebc..996749e 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index ee02b7e..124d487 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index e2111cf..a8e99f8 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index ab76972..40d7f59 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index e055ee5..a7b634a 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index 337defc..6060d67 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index 190b02b..db10d25 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index 3bc5d89..48578c1 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index b425dd5..0c8ea57 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index ed57392..1c13763 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index adc94fa..56020cd 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index 92a2cb7..3dfcc11 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index 97f1819..ec40d1e 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index 47d1dd5..3c6cda5 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index 86a0eb5..72b48cc 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index 1ff0c4d..474ad1d 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index 5a8ec62..d87ddb6 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index e45e749..2d8661b 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index 2704734..b7332bd 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index 4c2b8dd..1fad2e9 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index 827a13b..e0f080f 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index 82ad058..cf73d22 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index d766b62..d7b95ff 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index e120fcc..f4e4d81 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index eb8d242..17d6b92 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index bfdb647..300c22e 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index 074f7eb..9ad686f 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-Book.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-Book.html
index 79b47fd..e8410fd 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-Book.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/JMS-Client-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/index.html
index c2d4808..df5f7d8 100644
--- a/content/releases/qpid-java-6.0.2/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.0.2/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.0.2/qpid-jms/examples/Drain.java.html
index 880541f..dc4efd0 100644
--- a/content/releases/qpid-java-6.0.2/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.0.2/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.0.2/qpid-jms/examples/Hello.java.html
index 8ff1788..5d9123b 100644
--- a/content/releases/qpid-java-6.0.2/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.0.2/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.0.2/qpid-jms/examples/ListReceiver.java.html
index 251bc5b..bf73ded 100644
--- a/content/releases/qpid-java-6.0.2/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.0.2/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.0.2/qpid-jms/examples/ListSender.java.html
index 8b4fa98..fbf8e76 100644
--- a/content/releases/qpid-java-6.0.2/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.0.2/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.0.2/qpid-jms/examples/MapReceiver.java.html
index 21d8587..b1cc73a 100644
--- a/content/releases/qpid-java-6.0.2/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.0.2/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.0.2/qpid-jms/examples/MapSender.java.html
index 8807071..147f8fa 100644
--- a/content/releases/qpid-java-6.0.2/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.0.2/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.0.2/qpid-jms/examples/OptionParser.java.html
index e091c04..515d5f3 100644
--- a/content/releases/qpid-java-6.0.2/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.0.2/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.0.2/qpid-jms/examples/Spout.java.html
index 08e01f1..bec96d6 100644
--- a/content/releases/qpid-java-6.0.2/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.0.2/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.0.2/qpid-jms/examples/hello.properties.html
index 0f41e31..449afbc 100644
--- a/content/releases/qpid-java-6.0.2/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.0.2/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/qpid-jms/examples/index.html b/content/releases/qpid-java-6.0.2/qpid-jms/examples/index.html
index 86db42c..19b3772 100644
--- a/content/releases/qpid-java-6.0.2/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.0.2/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/release-notes.html b/content/releases/qpid-java-6.0.2/release-notes.html
index d87343b..d345cf2 100644
--- a/content/releases/qpid-java-6.0.2/release-notes.html
+++ b/content/releases/qpid-java-6.0.2/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/index.html b/content/releases/qpid-java-6.0.3/index.html
index 0d541d1..0f98320 100644
--- a/content/releases/qpid-java-6.0.3/index.html
+++ b/content/releases/qpid-java-6.0.3/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.0.3/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index 87e59a0..453745d 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.0.3/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index e00b23d..353ef88 100644
--- a/content/releases/qpid-java-6.0.3/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.0.3/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[23/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-Download.html
index 7561513..25a18a5 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index 0d6fb64..65299a4 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index 8f623e2..f9ec943 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index b05bbda..60d74fd 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-Prerequistes.html
index bf442bc..fd0819e 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation.html
index d5d66d4..28812a9 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Introduction.html
index e01ba2b..a1de598 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index 6d282b8..2c2cc8f 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-QMF.html
index a4385e8..c1849be 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index 481a58e..584edce 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index 41e6d58..c6900d8 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel.html
index 62d0eb7..c6f00ce 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index 5e63ea9..c2d209a 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index 36374f5..fe13f70 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Broker.html
index 430587f..07872da 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index 606cacd..7081117 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index 29b2304..2f971b3 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Entities.html
index fbe4094..eb2b761 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index bfe88b1..f08f9f3 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index 8b5ea56..8313621 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index 9a04ca6..6376637 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index 2577faa..a49c701 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Ports.html
index 7cdd949..6c0cfe3 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Queues.html
index 0f81f6b..823ae28 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index dcdb60f..e329c9b 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index 26a30cd..c3a3a6c 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index 488a74c..7d61840 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index a3b5474..a7cdb3f 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index a4732f7..138311e 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index 32c2813..667dec6 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous.html
index 8268b5a..5d2eef1 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index 49e9302..20073b8 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index f2d64cb..bfa3524 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index db2da74..9a5e26a 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index 6022a5e..ad724a0 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index 4bd255d..c157bfe 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index 87caf05..2b8f873 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Memory.html
index 0c3748b..28d006e 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index a541628..9ade88a 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index 1e15438..58e2376 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime.html
index c453d03..2e66937 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-ACLs.html
index 7d4d129..f07a2fb 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index 967bdde..d6af676 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-Group-Providers.html
index c54a729..ae719c7 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security.html
index 5cdaf52..58c8c15 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/java-broker/book/index.html b/content/releases/qpid-java-6.0.1/java-broker/book/index.html
index 5d918a4..39da3be 100644
--- a/content/releases/qpid-java-6.0.1/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.0.1/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index 690492d..8ee8bde 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index cbb24c2..b2027bf 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index 990a7c3..d9e0751 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index 846145f..eee50a3 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index ff5af1c..28dab9b 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index 6d83363..edbd56e 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index 852b50b..7871bc7 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index 83c0ec6..4e9d8d3 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index bdff9cf..e14b200 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index ec5dafb..9a76a5e 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index 84ac5db..7966773 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index ca86c2b..a558b0d 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index d27b39b..df700ef 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index c9f203b..5d0cae3 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index 4229216..79266bb 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index 3367a2d..195bf3a 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index e712232..7b9feed 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index 33dde01..2274d4a 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index c25c59d..0f5a2dd 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index 2654778..a9b64ea 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index 0a3bbc1..094cae3 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index 2f872e0..aeeb100 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index a24b18a..c09a997 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index dfa2cb0..5d9cc64 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index 55a6080..809e268 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index 81258a9..7c8d8e9 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index 60ed59a..371ff31 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index 2a841fe..ac53ebe 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-Book.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-Book.html
index 19eb786..9ad64a6 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-Book.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/JMS-Client-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/index.html
index d3aea9a..5d53af0 100644
--- a/content/releases/qpid-java-6.0.1/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.0.1/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[43/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-OverviewOfHA.html
new file mode 100644
index 0000000..822db58
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-OverviewOfHA.html
@@ -0,0 +1,168 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>10.2.&#160;High Availability Overview - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>10.2.&#160;High Availability Overview</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.2.&#160;High Availability Overview</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-High-Availability.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;High Availability</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-CreatingGroup.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-High-Availability-OverviewOfHA"></a>10.2.&#160;High Availability Overview</h2></div></div></div><p>The Broker provides a HA implementation offering an <span class="bold"><strong>Active/Passive</strong></span> mode of operation.
+      When using HA, many instances of the Broker work together to form an high availability group of two or more nodes.</p><p>The remainder of this section now talks about the specifics of how HA is achieved in terms
+      of the <a class="link" href="Java-Broker-Concepts.html" title="Chapter&#160;4.&#160;Concepts">concepts</a> introduced earlier in this
+      book.</p><p>The <a class="link" href="Java-Broker-Concepts-Virtualhosts.html" title="4.5.&#160;Virtualhosts">Virtualhost</a> is the unit of
+      replication. This means that any <span class="emphasis"><em>durable</em></span> queues, exchanges, and bindings
+      belonging to that virtualhost, any <span class="emphasis"><em>persistent</em></span> messages contained within
+      the queues and any attribute settings applied to the virtualhost itself are automatically
+      replicated to all nodes within the group.<a class="footnote" href="#ftn.d0e6456" id="d0e6456"><sup class="footnote">[11]</sup></a></p><p>It is the <a class="link" href="Java-Broker-Concepts-Virtualhost-Nodes.html" title="4.3.&#160;Virtualhost Nodes">Virtualhost Nodes</a>
+      (from different Broker instances) that join together to form a group. The virtualhost nodes
+      collectively to coordinate the group: they organise replication between the master and
+      replicas and conduct elections to determine who becomes the new master in the event of the old
+      failing.</p><p>When a virtualhost node is in the <span class="emphasis"><em>master</em></span> role, the virtualhost
+      beneath it is available for messaging work. Any write operations sent to the virtualhost are
+      automatically replicated to all other nodes in group.</p><p>When a virtualhost node is in the <span class="emphasis"><em>replica</em></span> role, the virtualhost
+      beneath it is always unavailable for message work. Any attempted connections to a virtualhost
+      in this state are automatically turned away, allowing a messaging client to discover where the
+      master currently resides. When in replica role, the node sole responsibility is to consume a
+      replication stream in order that it remains up to date with the master.</p><p>Messaging clients discover the active virtualhost.This can be achieved using a static
+      technique (for instance, a failover url (a feature of the Apache Qpid JMS and Apache Qpid JMS AMQP 0-x clients),
+      or a dynamic one utilising some kind of proxy or virtual IP (VIP).</p><p>The figure that follows illustrates a group formed of three virtualhost nodes from three
+      separate Broker instances. A client is connected to the virtualhost node that is in the master
+      role. The two virtualhost nodes <code class="literal">weather1</code> and <code class="literal">weather3</code>
+      are replicas and are receiving a stream of updates.</p><div class="figure"><a id="Java-Broker-High-Availability-OverviewOfHA-Figure"></a><p class="title"><strong>Figure&#160;10.1.&#160;3-node group deployed across three Brokers.</strong></p><div class="figure-contents"><div class="mediaobject"><img alt="Diagram showing a 3 node group deployed across three Brokers" src="images/HA-Overview.png" /></div></div></div><br class="figure-break" /><p>Currently, the only virtualhost/virtualhost node type offering HA is BDB HA. Internally,
+      this leverages the HA capabilities of the Berkeley DB JE edition.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The HA solution from the Apache Qpid Broker-J is incompatible with the HA solution offered by the CPP
+        Broker. It is not possible to co-locate Qpid Broker-J and CPP Brokers within the same group.</p></div><div class="footnotes"><br /><hr style="width:100; text-align:left;margin-left: 0" /><div class="footnote" id="ftn.d0e6456"><p><a class="para" href="#d0e6456"><sup class="para">[11] </sup></a>Transient messages and messages on non-durable queues are not replicated.</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-High-Availability.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-High-Availability.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-CreatingGroup.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Chapter&#160;10.&#160;High Availability&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Ho
 me</a></td><td align="right" valign="top" width="40%">&#160;10.3.&#160;Creating a group</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
new file mode 100644
index 0000000..d35bf09
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>10.11.&#160;Reset Group Information - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>10.11.&#160;Reset Group Information</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.11.&#160;Reset Group Information</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-High-Availability-Backup.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;High Availability</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Backup-And-Recovery.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-High-Availability-Reset-Group-Infomational"></a>10.11.&#160;Reset Group Information</h2></div></div></div><p>BDB JE internally stores details of the group within its database. There are some
+      circumstances when resetting this information is useful.</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Copying data between environments (e.g. production to UAT)</p></li><li class="listitem"><p>Some disaster recovery situations where a group must be recreated on new
+            hardware</p></li></ul></div><p>This is not an normal operation and is not usually required</p><p>The following command replaces the group table contained within the JE logs files with the
+      provided information. </p><div class="example"><a id="d0e6980"></a><p class="title"><strong>Example&#160;10.1.&#160;Resetting of replication group with <code class="classname">DbResetRepGroup</code></strong></p><div class="example-contents"><div class="cmdsynopsis"><p><code class="command">java</code>   -cp je-7.4.5.jar   com.sleepycat.je.rep.util.DbResetRepGroup   -h <em class="replaceable"><code>path/to/jelogfiles</code></em> <br />  -groupName <em class="replaceable"><code>newgroupname</code></em>   -nodeName <em class="replaceable"><code>newnodename</code></em>   -nodeHostPort <em class="replaceable"><code>newhostname:5000</code></em> </p></div></div></div><br class="example-break" /><p>The modified log files can then by copied into
+        <code class="literal">${QPID_WORK}/&lt;nodename&gt;/config</code> directory of a target Broker. Then
+      start the Broker, and add a BDB HA Virtualhost node specify the same group name, node name and
+      node address. You will then have a group with a single node, ready to start re-adding
+      additional nodes as described above. </p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-High-Availability-Backup.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-High-Availability.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Backup-And-Recovery.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">10.10.&#160;Backups&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Chapter&#160;11.&#160;Backup And Recovery</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Security.html
new file mode 100644
index 0000000..fb0dfeb
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability-Security.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>10.9.&#160;Security - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>10.9.&#160;Security</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.9.&#160;Security</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-High-Availability-Network-Requirements.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;High Availability</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-Backup.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-High-Availability-Security"></a>10.9.&#160;Security</h2></div></div></div><p>The replication stream between the master and the replicas is insecure and can be
+      intercepted by anyone having access to the replication network.</p><p>In order to reduce the security risks the entire HA group is recommended to run in a
+      separate network protected from general access and/or utilise SSH-tunnels/IPsec.</p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-High-Availability-Network-Requirements.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-High-Availability.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-Backup.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">10.8.&#160;Network Requirements&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;10.10.&#160;Backups</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability.html
new file mode 100644
index 0000000..11db318
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-High-Availability.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Chapter&#160;10.&#160;High Availability - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>Chapter&#160;10.&#160;High Availability</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;10.&#160;High Availability</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime-Memory.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-OverviewOfHA.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-High-Availability"></a>Chapter&#160;10.&#160;High Availability</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-High-Availability.html#Java-Broker-High-Availability-GeneralIntroduction">10.1. General Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-OverviewOfHA.html">10.2. High Availab
 ility Overview</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-CreatingGroup.html">10.3. Creating a group</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html">10.4. Behaviour of the Group</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-Default-Behaviour">10.4.1. Default Behaviour</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-SynchronizationPolicy">10.4.2. Synchronization Policy</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-NodePriority">10.4.3. Node Priority</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-MinimumNumberOfNodes">10.4.4. Required Minimum Numb
 er Of Nodes</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-DesignatedPrimary">10.4.5. Allow to Operate Solo</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-MaximumMessageSize">10.4.6. Maximum message size</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-High-Availability-NodeOperations.html">10.5. Node Operations</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-High-Availability-NodeOperations.html#Java-Broker-High-Availability-NodeOperations-Lifecycle">10.5.1. Lifecycle</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-NodeOperations.html#Java-Broker-High-Availability-NodeOperations-TransferMaster">10.5.2. Transfer Master</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-High-Availability-ClientFailover.html">10.6. 
 Client failover</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-DiskSpace.html">10.7. Disk space requirements</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Network-Requirements.html">10.8. Network Requirements</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Security.html">10.9. Security</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Backup.html">10.10. Backups</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Reset-Group-Infomational.html">10.11. Reset Group Information</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Java-Broker-High-Availability-GeneralIntroduction"></a>10.1.&#160;General Introduction</h2></div></div></div><p>The term High Availability (HA) usually refers to having a number of instances of a
+      service such as a Message Broker available so that should a service unexpectedly fail, or
+      requires to be shutdown for maintenance, users may quickly connect to another instance and
+      continue their work with minimal interruption. HA is one way to make a overall system more
+      resilient by eliminating a single point of failure from a system.</p><p>HA offerings are usually categorised as <span class="bold"><strong>Active/Active</strong></span> or
+        <span class="bold"><strong>Active/Passive</strong></span>. An Active/Active system is one where all
+      nodes within the group are usually available for use by clients all of the time. In an
+      Active/Passive system, one only node within the group is available for use by clients at any
+      one time, whilst the others are in some kind of standby state, awaiting to quickly step-in in
+      the event the active node becomes unavailable. </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-Runtime-Memory.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-High-Availability-OverviewOfHA.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">9.11.&#160;Memory&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;10.2.&#160;High Availability Overview</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
new file mode 100644
index 0000000..91d5a43
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
@@ -0,0 +1,167 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>5.6.&#160;Customising Configuration using Configuration Properties - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>5.6.&#160;Customising Configuration using Configuration 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">5.6.&#160;Customising Configuration using Configuration Properties</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Initial-Configuration-Type.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;5.&#160;Initial Configuration</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Initial-Configuration-Example.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-Initial-Configuration-Configuration-Properties"></a>5.6.&#160;Customising Configuration using Configuration Properties</h2></div></div></div><p> It is possible for 'Initial Configuration' (and Configuration Store) files to contain
+            ${properties} that can be resolved to String values at startup, allowing a degree of
+            customisation using a fixed file. Configuration Property values can be set either via
+            Java System Properties, or by specifying ConfigurationProperties on the broker command
+            line. If both are defined, System Property values take precedence. </p><p> The broker has the following set of core configuration properties, with the indicated
+            default values if not otherwise configured by the user: </p><div class="table"><a id="d0e1606"></a><p class="title"><strong>Table&#160;5.1.&#160;Base Configuration Properties</strong></p><div class="table-contents"><table border="1" summary="Base Configuration Properties"><colgroup><col /><col /><col /></colgroup><thead><tr><th> Name </th><th> Description </th><th> Value </th></tr></thead><tbody><tr><td> qpid.amqp_port </td><td> Port number used for the brokers default AMQP messaging port </td><td> "5672" </td></tr><tr><td> qpid.http_port </td><td> Port number used for the brokers default HTTP management port </td><td> "8080" </td></tr><tr><td> qpid.home_dir </td><td> Location of the broker installation directory, which contains
+                                the 'lib' directory and the 'etc' directory often used to store
+                                files such as group and ACL files. </td><td> Defaults to the value set into the QPID_HOME system property if
+                                it is set, or remains unset otherwise unless configured by the user.
+                            </td></tr><tr><td> qpid.work_dir </td><td> Location of the broker working directory, which might contain
+                                the persistent message store and broker configuration store files. </td><td> Defaults to the value set into the QPID_WORK system property if
+                                it is set, or the 'work' subdirectory of the JVMs current working
+                                directory. </td></tr></tbody></table></div></div><p><br class="table-break" />
+        </p><p> Use of these core properties can be seen in the <a class="link" href="Java-Broker-Initial-Configuration-Example.html" title="5.7.&#160;Example of JSON 'Initial Configuration'">default 'Initial Configuration' example</a>. </p><p> Configuration Properties can be set on the command line using the
+                <span class="emphasis"><em>-prop</em></span> (or <span class="emphasis"><em>--configuration-property</em></span>)
+            command line argument: </p><pre class="screen">
+$ ./qpid-server -prop "qpid.amqp_port=10000" -prop "qpid.http_port=10001"
+        </pre><p> In the example above, property used to set the port number of the default AMQP port
+            is specified with the value 10000, overriding the default value of 5672, and similarly
+            the value 10001 is used to override the default HTTP port number of 8080. When using the
+            'Initial Configuration' to initialise a new Configuration Store (either at first broker
+            startup, when requesting to <a class="link" href="Java-Broker-Initial-Configuration-Location.html" title="5.2.&#160;Configuration Store Location">overwrite the configuration store</a>) these new values will be used for the
+            port numbers instead. </p><p> NOTE: When running the broker on Windows and starting it via the qpid-server.bat
+            file, the "name=value" argument MUST be quoted. </p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Initial-Configuration-Type.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Initial-Configuration.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Initial-Configuration-Example.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">5.5.&#160;Configuration Store Type&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;5.7.&#160;Example of JSON 'Initial Configuration'</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
new file mode 100644
index 0000000..0a63182
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
@@ -0,0 +1,159 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>5.4.&#160;Creating an 'Initial Configuration' JSON File - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>5.4.&#160;Creating an 'Initial Configuration' JSON File</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">5.4.&#160;Creating an 'Initial Configuration' JSON File</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Initial-Configuration-Initial-Config-Location.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;5.&#160;Initial Configuration</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Initial-Configuration-Type.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-Initial-Configuration-Create-Initial-Config"></a>5.4.&#160;Creating an 'Initial Configuration' JSON File</h2></div></div></div><p> It is possible to have the broker output its default internal 'Initial Configuration'
+            file to disk using the command line argument <span class="emphasis"><em>-cic</em></span> (or
+                <span class="emphasis"><em>--create-initial-config</em></span>). If the option is used without
+            providing a path, a file called <span class="emphasis"><em>initial-config.json</em></span> will be created
+            in the current directory, or alternatively the file can be created at a specified
+            location: </p><pre class="screen">
+$ ./qpid-server -cic ./initial-config.json
+        </pre><p> The 'Initial Configuration' JSON file shares a common format with the brokers JSON
+            Configuration Store implementation, so it is possible to use a Broker's Configuration
+            Store output as an initial configuration. Typically 'Initial Configuration' files would
+            not to contain IDs for the configured entities, so that IDs will be generated when the
+            configuration store is initialised and prevent use of the same IDs across multiple
+            brokers, however it may prove useful to include IDs if using the Memory <a class="link" href="Java-Broker-Initial-Configuration-Type.html" title="5.5.&#160;Configuration Store Type">Configuration Store Type</a>. </p><p> It can be useful to use <a class="link" href="Java-Broker-Initial-Configuration-Configuration-Properties.html" title="5.6.&#160;Customising Configuration using Configuration Properties">Configuration
+                Properties</a> within 'Initial Configuration' files to allow a degree of
+            customisation with an otherwise fixed file. </p><p> For an example file, see <a class="xref" href="Java-Broker-Initial-Configuration-Example.html" title="5.7.&#160;Example of JSON 'Initial Configuration'">Section&#160;5.7, &#8220;Example of JSON 'Initial Configuration'&#8221;</a>
+        </p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Initial-Configuration-Initial-Config-Location.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Initial-Configuration.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Initial-Configuration-Type.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">5.3.&#160;'Initial Configuration' Location&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;5.5.&#160;Configuration Store Type</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Example.html
new file mode 100644
index 0000000..0b6fdcc
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Example.html
@@ -0,0 +1,243 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>5.7.&#160;Example of JSON 'Initial Configuration' - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>5.7.&#160;Example of JSON 'Initial Configuration'</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">5.7.&#160;Example of JSON 'Initial Configuration'</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Initial-Configuration-Configuration-Properties.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;5.&#160;Initial Configuration</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Management-Channel.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-Initial-Configuration-Example"></a>5.7.&#160;Example of JSON 'Initial Configuration'</h2></div></div></div><p> An example of the default 'Initial Configuration' JSON file the broker uses is
+            provided below:</p><div class="example"><a id="d0e1675"></a><p class="title"><strong>Example&#160;5.1.&#160;JSON 'Initial configuration' File</strong></p><div class="example-contents"><pre class="programlisting">
+{
+  "name": "${broker.name}",
+  "modelVersion": "7.0",
+  "authenticationproviders" : [ {
+    "name" : "passwordFile",
+    "type" : "PlainPasswordFile",
+    "path" : "${qpid.home_dir}${file.separator}etc${file.separator}passwd"
+  } ],
+    "brokerloggers" : [ {
+    "name" : "logfile",
+    "type" : "File",
+    "fileName" : "${qpid.work_dir}${file.separator}log${file.separator}qpid.log",
+    "brokerloginclusionrules" : [ {
+      "name" : "Root",
+      "type" : "NameAndLevel",
+      "level" : "WARN",
+      "loggerName" : "ROOT"
+    }, {
+      "name" : "Qpid",
+      "type" : "NameAndLevel",
+      "level" : "INFO",
+      "loggerName" : "org.apache.qpid.*"
+    }, {
+      "name" : "Operational",
+      "type" : "NameAndLevel",
+      "level" : "INFO",
+      "loggerName" : "qpid.message.*"
+    }, {
+      "name" : "Statistics",
+      "type" : "NameAndLevel",
+      "level" : "INFO",
+      "loggerName" : "qpid.statistics.*"
+    } ]
+  }, {
+    "name" : "memory",
+    "type" : "Memory",
+    "brokerloginclusionrules" : [ {
+      "name" : "Root",
+      "type" : "NameAndLevel",
+      "level" : "WARN",
+      "loggerName" : "ROOT"
+    }, {
+      "name" : "Qpid",
+      "type" : "NameAndLevel",
+      "level" : "INFO",
+      "loggerName" : "org.apache.qpid.*"
+    }, {
+      "name" : "Operational",
+      "type" : "NameAndLevel",
+      "level" : "INFO",
+      "loggerName" : "qpid.message.*"
+    }, {
+      "name" : "Statistics",
+      "type" : "NameAndLevel",
+      "level" : "INFO",
+      "loggerName" : "qpid.statistics.*"
+    } ]
+  } ],
+  "ports" : [  {
+    "name" : "AMQP",
+    "port" : "${qpid.amqp_port}",
+    "authenticationProvider" : "passwordFile",
+    "virtualhostaliases" : [ {
+       "name" : "nameAlias",
+       "type" : "nameAlias"
+    }, {
+        "name" : "defaultAlias",
+        "type" : "defaultAlias"
+    }, {
+        "name" : "hostnameAlias",
+        "type" : "hostnameAlias"
+    } ]
+  }, {
+    "name" : "HTTP",
+    "port" : "${qpid.http_port}",
+    "authenticationProvider" : "passwordFile",
+    "protocols" : [ "HTTP" ]
+  }],
+  "virtualhostnodes" : [ {
+    "name" : "default",
+    "type" : "JSON",
+    "defaultVirtualHostNode" : "true",
+    "virtualHostInitialConfiguration" : "\\${qpid.initial_config_virtualhost_config}"
+  } ],
+  "plugins" : [ {
+    "type" : "MANAGEMENT-HTTP",
+    "name" : "httpManagement"
+  } ]
+}
+</pre><p>In the configuration above the following entries are stored: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p> Authentication Provider of type
+                                <span class="emphasis"><em>PlainPasswordFile</em></span> with name "passwordFile".
+                        </p></li><li class="listitem"><p> Two Port entries: "AMQP", "HTTP"
+                        </p></li><li class="listitem"><p> Virtualhost Node called default. On initial startup, it
+                            virtualHostInitialConfiguration will cause a virtualhost to be created
+                            with the same name. The configuration will be stored in a
+                                <span class="emphasis"><em>JSON</em></span> configuration store, the message data will
+                            be stored in a <span class="emphasis"><em>DERBY</em></span> message store.</p></li><li class="listitem"><p>One management plugin: "httpManagement" of type "MANAGEMENT-HTTP".</p></li><li class="listitem"><p>Broker attributes are stored as a root entry.</p></li></ul></div><p>
+            </p></div></div><br class="example-break" /></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Initial-Configuration-Configuration-Properties.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Initial-Configuration.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Management-Channel.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">5.6.&#160;Customising Configuration using Configuration Properties&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Chapter&#160;6.&#160;Management Channels</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
new file mode 100644
index 0000000..dedc5e5
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>5.3.&#160;'Initial Configuration' Location - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li><a href="/releases/qpid-broker-j-7.0.0/book/index.html">Apache Qpid Broker-J</a></li><li>5.3.&#160;'Initial Configuration' Location</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">5.3.&#160;'Initial Configuration' Location</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Initial-Configuration-Location.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;5.&#160;Initial Configuration</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Initial-Configuration-Create-Initial-Config.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-Initial-Configuration-Initial-Config-Location"></a>5.3.&#160;'Initial Configuration' Location</h2></div></div></div><p> The 'Initial Configuration' JSON file is used when initialising new broker
+            configuration stores. The broker will default to using an internal file within its jar
+            unless otherwise instructed. </p><p> The command line argument <span class="emphasis"><em>-icp </em></span> (or
+                <span class="emphasis"><em>--initial-config-path</em></span>) can be used to override the brokers
+            internal file and supply a <a class="link" href="Java-Broker-Initial-Configuration-Create-Initial-Config.html" title="5.4.&#160;Creating an 'Initial Configuration' JSON File">user-created
+                one</a>:</p><pre class="screen">
+$ ./qpid-server -icp ./my-initial-configuration.json
+        </pre><p> If a Configuration Store already exists at the current <a class="link" href="Java-Broker-Initial-Configuration-Location.html" title="5.2.&#160;Configuration Store Location">store location</a> then the
+            current 'Initial Configuration' will be ignored unless otherwise requested to <a class="link" href="Java-Broker-Initial-Configuration-Location.html" title="5.2.&#160;Configuration Store Location">overwrite the configuration
+                store</a>
+        </p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Initial-Configuration-Location.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Initial-Configuration.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Initial-Configuration-Create-Initial-Config.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">5.2.&#160;Configuration Store Location&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;5.4.&#160;Creating an 'Initial Configuration' JSON File</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[51/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
Update site for Qpid Broker-J release 7.0.0


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/0e1f0cc4
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/0e1f0cc4
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/0e1f0cc4

Branch: refs/heads/asf-site
Commit: 0e1f0cc464561dc1fb4907e8f2a1a264dd1b908d
Parents: ee983dd
Author: Alex Rudyy <or...@apache.org>
Authored: Tue Nov 14 21:50:24 2017 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Tue Nov 14 21:50:24 2017 +0000

----------------------------------------------------------------------
 content/.htaccess                               |   1 +
 content/amqp/index.html                         |   4 +-
 content/amqp/type-reference.html                |   2 +-
 content/components/broker-j/index.html          | 230 ++++++++
 content/components/broker-j/security.html       | 183 ++++++
 content/components/cpp-broker/index.html        |   2 +-
 content/components/cpp-broker/security.html     |   2 +-
 .../components/dispatch-router/addressing.html  |   2 +-
 .../dispatch-router/amqp-mapping.html           |   2 +-
 content/components/dispatch-router/index.html   |   2 +-
 .../components/dispatch-router/overview.html    |   2 +-
 .../components/dispatch-router/release-0.1.html |   2 +-
 content/components/index.html                   |   8 +-
 content/components/interop-test/index.html      |   2 +-
 content/components/java-broker/index.html       |  95 +---
 content/components/java-broker/security.html    |  50 +-
 content/components/jms/amqp-0-x.html            |   2 +-
 content/components/jms/index.html               |   2 +-
 content/components/jms/security-0-x.html        |   2 +-
 content/components/jms/security.html            |   2 +-
 content/components/messaging-api/index.html     |   2 +-
 content/contributors.html                       |   2 +-
 content/cves/CVE-2014-3629.html                 |   2 +-
 content/cves/CVE-2015-0203.html                 |   2 +-
 content/cves/CVE-2015-0223.html                 |   2 +-
 content/cves/CVE-2015-0224.html                 |   2 +-
 content/cves/CVE-2016-2166.html                 |   2 +-
 content/cves/CVE-2016-3094.html                 |   8 +-
 content/cves/CVE-2016-4432.html                 |   6 +-
 content/cves/CVE-2016-4467.html                 |   2 +-
 content/cves/CVE-2016-4974.html                 |   2 +-
 content/cves/CVE-2016-4974_0-x.html             |   2 +-
 content/cves/CVE-2016-8741.html                 |   8 +-
 content/cves/template.html                      |   2 +-
 content/dashboard.html                          |   8 +-
 content/discussion.html                         |   4 +-
 content/documentation.html                      |   8 +-
 content/download.html                           |  13 +-
 content/electron/index.html                     |   2 +-
 content/get-involved.html                       |   2 +-
 content/index.html                              |   4 +-
 content/issues.html                             |   2 +-
 content/maven.html                              |   2 +-
 content/overview.html                           |   2 +-
 content/packages.html                           |   2 +-
 content/proton/contributing.html                |   2 +-
 content/proton/index.html                       |   2 +-
 content/proton/messenger.html                   |   2 +-
 content/proton/overview.html                    |   2 +-
 content/proton/security.html                    |   2 +-
 content/proton/submitting-patches.html          |   2 +-
 content/releases/index.html                     |   3 +-
 .../book/Apache-Qpid-Broker-J-Book.html         | 153 +++++
 ...a-Broker-Appendix-Environment-Variables.html | 197 +++++++
 .../Java-Broker-Appendix-Operation-Logging.html | 561 +++++++++++++++++++
 .../book/Java-Broker-Appendix-Queue-Alerts.html | 171 ++++++
 ...Broker-Appendix-Queue-Declare-Arguments.html | 224 ++++++++
 ...va-Broker-Appendix-Statistics-Reporting.html | 151 +++++
 .../Java-Broker-Appendix-System-Properties.html | 154 +++++
 ...er-Backup-And-Recovery-Virtualhost-Node.html | 156 ++++++
 ...-Broker-Backup-And-Recovery-Virtualhost.html | 153 +++++
 .../book/Java-Broker-Backup-And-Recovery.html   | 147 +++++
 ...roker-Concepts-Authentication-Providers.html | 148 +++++
 .../book/Java-Broker-Concepts-Broker.html       | 144 +++++
 .../book/Java-Broker-Concepts-Exchanges.html    | 205 +++++++
 .../Java-Broker-Concepts-Other-Services.html    | 151 +++++
 .../book/Java-Broker-Concepts-Ports.html        | 155 +++++
 .../book/Java-Broker-Concepts-Queues.html       | 322 +++++++++++
 ...-Broker-Concepts-RemoteReplicationNodes.html | 145 +++++
 .../Java-Broker-Concepts-Virtualhost-Nodes.html | 150 +++++
 .../book/Java-Broker-Concepts-Virtualhosts.html | 159 ++++++
 .../book/Java-Broker-Concepts.html              | 177 ++++++
 ...Java-Broker-Getting-Started-CommandLine.html | 201 +++++++
 .../Java-Broker-Getting-Started-Logging.html    | 147 +++++
 ...-Getting-Started-Starting-Stopping-Unix.html | 156 ++++++
 ...tting-Started-Starting-Stopping-Windows.html | 156 ++++++
 .../book/Java-Broker-Getting-Started.html       | 151 +++++
 .../Java-Broker-High-Availability-Backup.html   | 145 +++++
 ...Java-Broker-High-Availability-Behaviour.html | 226 ++++++++
 ...Broker-High-Availability-ClientFailover.html | 148 +++++
 ...-Broker-High-Availability-CreatingGroup.html | 182 ++++++
 ...Java-Broker-High-Availability-DiskSpace.html | 147 +++++
 ...-High-Availability-Network-Requirements.html | 148 +++++
 ...Broker-High-Availability-NodeOperations.html | 164 ++++++
 ...a-Broker-High-Availability-OverviewOfHA.html | 168 ++++++
 ...h-Availability-Reset-Group-Infomational.html | 151 +++++
 .../Java-Broker-High-Availability-Security.html | 146 +++++
 .../book/Java-Broker-High-Availability.html     | 153 +++++
 ...-Configuration-Configuration-Properties.html | 167 ++++++
 ...ial-Configuration-Create-Initial-Config.html | 159 ++++++
 ...va-Broker-Initial-Configuration-Example.html | 243 ++++++++
 ...l-Configuration-Initial-Config-Location.html | 154 +++++
 ...a-Broker-Initial-Configuration-Location.html | 151 +++++
 .../Java-Broker-Initial-Configuration-Type.html | 161 ++++++
 .../book/Java-Broker-Initial-Configuration.html | 154 +++++
 .../book/Java-Broker-Installation-Download.html | 146 +++++
 ...va-Broker-Installation-InstallationUnix.html | 168 ++++++
 ...Broker-Installation-InstallationWindows.html | 169 ++++++
 ...roker-Installation-OptionalDependencies.html | 146 +++++
 .../Java-Broker-Installation-Prerequistes.html  | 163 ++++++
 .../book/Java-Broker-Installation.html          | 145 +++++
 .../book/Java-Broker-Introduction.html          | 153 +++++
 ...oker-Management-Channel-AMQP-Intrinstic.html | 146 +++++
 ...Java-Broker-Management-Channel-REST-API.html | 394 +++++++++++++
 ...a-Broker-Management-Channel-Web-Console.html | 191 +++++++
 .../book/Java-Broker-Management-Channel.html    | 156 ++++++
 ...ement-Managing-Access-Control-Providers.html | 146 +++++
 ...ement-Managing-Authentication-Providers.html | 163 ++++++
 .../Java-Broker-Management-Managing-Broker.html | 170 ++++++
 ...va-Broker-Management-Managing-Consumers.html | 151 +++++
 ...ava-Broker-Management-Managing-Entities.html | 165 ++++++
 ...va-Broker-Management-Managing-Exchanges.html | 150 +++++
 ...ker-Management-Managing-Group-Providers.html | 144 +++++
 ...va-Broker-Management-Managing-Keystores.html | 186 ++++++
 ...-Broker-Management-Managing-Plugin-HTTP.html | 153 +++++
 .../Java-Broker-Management-Managing-Ports.html  | 179 ++++++
 .../Java-Broker-Management-Managing-Queues.html | 163 ++++++
 ...agement-Managing-RemoteReplicationNodes.html | 167 ++++++
 ...-Broker-Management-Managing-Truststores.html | 181 ++++++
 ...r-Management-Managing-Virtualhost-Nodes.html | 176 ++++++
 ...Broker-Management-Managing-Virtualhosts.html | 171 ++++++
 ...laneous-Installing-External-JDBC-Driver.html | 148 +++++
 .../book/Java-Broker-Miscellaneous.html         | 152 +++++
 ...Java-Broker-Runtime-Background-Recovery.html | 157 ++++++
 ...-Runtime-Close-Connection-When-No-Route.html | 171 ++++++
 .../Java-Broker-Runtime-Connection-Limit.html   | 167 ++++++
 .../book/Java-Broker-Runtime-Consumers.html     | 175 ++++++
 ...va-Broker-Runtime-Disk-Space-Management.html | 184 ++++++
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  | 157 ++++++
 ...Runtime-Handling-Undeliverable-Messages.html | 179 ++++++
 .../book/Java-Broker-Runtime-Memory.html        | 281 ++++++++++
 ...Java-Broker-Runtime-Message-Compression.html | 158 ++++++
 ...er-Runtime-Producer-Transaction-Timeout.html | 203 +++++++
 .../book/Java-Broker-Runtime.html               | 240 ++++++++
 ...-Broker-Security-AccessControlProviders.html | 364 ++++++++++++
 ...roker-Security-Configuration-Encryption.html | 163 ++++++
 .../Java-Broker-Security-Group-Providers.html   | 179 ++++++
 .../book/Java-Broker-Security.html              | 295 ++++++++++
 .../qpid-broker-j-7.0.0/book/apds02.html        | 160 ++++++
 .../qpid-broker-j-7.0.0/book/apds03.html        | 154 +++++
 .../qpid-broker-j-7.0.0/book/css/style.css      | 131 +++++
 .../book/images/Broker-MessageFlow.png          | Bin 0 -> 36840 bytes
 .../book/images/Broker-Model.png                | Bin 0 -> 56499 bytes
 .../book/images/Broker-PortAuthFlow.png         | Bin 0 -> 56560 bytes
 .../book/images/Exchange-Direct.png             | Bin 0 -> 36554 bytes
 .../book/images/Exchange-Direct.svg             |  23 +
 .../book/images/Exchange-Fanout.png             | Bin 0 -> 23348 bytes
 .../book/images/Exchange-Fanout.svg             |  23 +
 .../book/images/Exchange-Topic-Hierarchical.png | Bin 0 -> 40952 bytes
 .../book/images/Exchange-Topic-Hierarchical.svg |  23 +
 .../book/images/Exchange-Topic-JMSSelector.png  | Bin 0 -> 44744 bytes
 .../book/images/Exchange-Topic-JMSSelector.svg  |  23 +
 .../book/images/Exchange-Topic.png              | Bin 0 -> 26939 bytes
 .../book/images/Exchange-Topic.svg              |  23 +
 .../HA-BDBHAMessageStore-MBean-jconsole.png     | Bin 0 -> 52533 bytes
 .../book/images/HA-Create-1.png                 | Bin 0 -> 50328 bytes
 .../book/images/HA-Create-2.png                 | Bin 0 -> 51814 bytes
 .../book/images/HA-Create-3.png                 | Bin 0 -> 83561 bytes
 .../book/images/HA-Overview.png                 | Bin 0 -> 54044 bytes
 .../book/images/JMX-Connect-MBeans.png          | Bin 0 -> 66586 bytes
 .../book/images/JMX-Connect-Remote.png          | Bin 0 -> 66411 bytes
 .../book/images/Management-Web-Add-Dialogue.png | Bin 0 -> 70733 bytes
 .../book/images/Management-Web-Auth.png         | Bin 0 -> 85993 bytes
 .../book/images/Management-Web-Console.png      | Bin 0 -> 232164 bytes
 .../book/images/Management-Web-ContextVar.png   | Bin 0 -> 29470 bytes
 .../images/Management-Web-Edit-Dialogue.png     | Bin 0 -> 27262 bytes
 .../Management-Web-Logging-FileLogger.png       | Bin 0 -> 136172 bytes
 .../Management-Web-Logging-InclusionRule.png    | Bin 0 -> 149497 bytes
 .../Management-Web-Logging-MemoryLogger.png     | Bin 0 -> 229299 bytes
 .../book/images/Management-Web-Tab.png          | Bin 0 -> 119713 bytes
 .../book/images/VirtualHost-Model.png           | Bin 0 -> 24613 bytes
 .../qpid-broker-j-7.0.0/book/index.html         | 153 +++++
 content/releases/qpid-broker-j-7.0.0/index.html | 226 ++++++++
 .../qpid-broker-j-7.0.0/release-notes.html      | 476 ++++++++++++++++
 .../releases/qpid-broker-j-master/index.html    |   4 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 ...Broker-Appendix-Queue-Declare-Arguments.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 .../book/Java-Broker-Runtime-Consumers.html     |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../java-broker/book/index.html                 |   2 +-
 .../qpid-broker-j-master/release-notes.html     |   2 +-
 .../cpp-broker/book/AMQP-Compatibility.html     |   2 +-
 ...ation-QpidInteroperabilityDocumentation.html |   2 +-
 .../cpp-broker/book/Using-message-groups.html   |   2 +-
 .../qpid-cpp-0.34/cpp-broker/book/ch01.html     |   2 +-
 .../qpid-cpp-0.34/cpp-broker/book/ch01s02.html  |   2 +-
 .../qpid-cpp-0.34/cpp-broker/book/ch01s03.html  |   2 +-
 .../qpid-cpp-0.34/cpp-broker/book/ch01s06.html  |   2 +-
 .../qpid-cpp-0.34/cpp-broker/book/ch02s02.html  |   2 +-
 .../qpid-cpp-0.34/cpp-broker/book/ch02s03.html  |   2 +-
 ...-Messaging_User_Guide-Broker_Federation.html |   2 +-
 .../chap-Messaging_User_Guide-Security.html     |   2 +-
 .../book/chapter-Managing-CPP-Broker.html       |   2 +-
 .../cpp-broker/book/chapter-ha.html             |   2 +-
 .../cpp-broker/book/ha-queue-replication.html   |   2 +-
 .../qpid-cpp-0.34/cpp-broker/book/index.html    |   2 +-
 .../qpid-cpp-0.34/cpp-broker/book/pr01.html     |   2 +-
 .../cpp-broker/book/producer-flow-control.html  |   2 +-
 .../book/queue-state-replication.html           |   2 +-
 content/releases/qpid-cpp-0.34/index.html       |   2 +-
 .../releases/qpid-cpp-0.34/release-notes.html   |   2 +-
 .../cpp-broker/book/AMQP-Compatibility.html     |   2 +-
 ...ation-QpidInteroperabilityDocumentation.html |   2 +-
 .../cpp-broker/book/Using-message-groups.html   |   2 +-
 .../qpid-cpp-1.35.0/cpp-broker/book/ch01.html   |   2 +-
 .../cpp-broker/book/ch01s02.html                |   2 +-
 .../cpp-broker/book/ch01s03.html                |   2 +-
 .../cpp-broker/book/ch01s06.html                |   2 +-
 .../cpp-broker/book/ch02s02.html                |   2 +-
 .../cpp-broker/book/ch02s03.html                |   2 +-
 ...-Messaging_User_Guide-Broker_Federation.html |   2 +-
 .../chap-Messaging_User_Guide-Security.html     |   2 +-
 .../book/chapter-Managing-CPP-Broker.html       |   2 +-
 .../cpp-broker/book/chapter-ha.html             |   2 +-
 .../cpp-broker/book/ha-queue-replication.html   |   2 +-
 .../qpid-cpp-1.35.0/cpp-broker/book/index.html  |   2 +-
 .../qpid-cpp-1.35.0/cpp-broker/book/pr01.html   |   2 +-
 .../cpp-broker/book/producer-flow-control.html  |   2 +-
 .../book/queue-state-replication.html           |   2 +-
 content/releases/qpid-cpp-1.35.0/index.html     |   2 +-
 .../cpp/examples/OptionParser.cpp.html          |   2 +-
 .../cpp/examples/OptionParser.h.html            |   2 +-
 .../messaging-api/cpp/examples/client.cpp.html  |   2 +-
 .../messaging-api/cpp/examples/drain.cpp.html   |   2 +-
 .../cpp/examples/hello_world.cpp.html           |   2 +-
 .../cpp/examples/hello_xml.cpp.html             |   2 +-
 .../messaging-api/cpp/examples/index.html       |   2 +-
 .../cpp/examples/map_receiver.cpp.html          |   2 +-
 .../cpp/examples/map_sender.cpp.html            |   2 +-
 .../messaging-api/cpp/examples/server.cpp.html  |   2 +-
 .../cpp/examples/server_reconnect.cpp.html      |   2 +-
 .../messaging-api/cpp/examples/spout.cpp.html   |   2 +-
 .../releases/qpid-cpp-1.35.0/release-notes.html |   2 +-
 .../cpp-broker/book/AMQP-Compatibility.html     |   2 +-
 ...ation-QpidInteroperabilityDocumentation.html |   2 +-
 .../cpp-broker/book/Using-message-groups.html   |   2 +-
 .../qpid-cpp-1.36.0/cpp-broker/book/ch01.html   |   2 +-
 .../cpp-broker/book/ch01s02.html                |   2 +-
 .../cpp-broker/book/ch01s03.html                |   2 +-
 .../cpp-broker/book/ch01s06.html                |   2 +-
 .../cpp-broker/book/ch02s02.html                |   2 +-
 .../cpp-broker/book/ch02s03.html                |   2 +-
 ...-Messaging_User_Guide-Broker_Federation.html |   2 +-
 .../chap-Messaging_User_Guide-Security.html     |   2 +-
 .../book/chapter-Managing-CPP-Broker.html       |   2 +-
 .../cpp-broker/book/chapter-ha.html             |   2 +-
 .../cpp-broker/book/ha-queue-replication.html   |   2 +-
 .../qpid-cpp-1.36.0/cpp-broker/book/index.html  |   2 +-
 .../qpid-cpp-1.36.0/cpp-broker/book/pr01.html   |   2 +-
 .../cpp-broker/book/producer-flow-control.html  |   2 +-
 .../book/queue-state-replication.html           |   2 +-
 content/releases/qpid-cpp-1.36.0/index.html     |   2 +-
 .../book/Message-Groups-Guide.html              |   2 +-
 .../messaging-api/book/acknowledgements.html    |   2 +-
 .../messaging-api/book/ch01s02.html             |   2 +-
 .../messaging-api/book/ch01s03.html             |   2 +-
 .../messaging-api/book/ch01s08.html             |   2 +-
 .../messaging-api/book/ch01s09.html             |   2 +-
 .../messaging-api/book/ch01s12.html             |   2 +-
 .../messaging-api/book/ch01s13.html             |   2 +-
 .../messaging-api/book/ch01s14.html             |   2 +-
 .../messaging-api/book/ch01s15.html             |   2 +-
 .../messaging-api/book/ch02.html                |   2 +-
 .../messaging-api/book/ch02s02.html             |   2 +-
 .../messaging-api/book/ch02s03.html             |   2 +-
 .../messaging-api/book/connections.html         |   2 +-
 .../messaging-api/book/index.html               |   2 +-
 .../messaging-api/book/prefetch.html            |   2 +-
 .../messaging-api/book/replay.html              |   2 +-
 .../messaging-api/book/section-Maps.html        |   2 +-
 .../messaging-api/book/section-addresses.html   |   2 +-
 .../book/section-amqp0-10-mapping.html          |   2 +-
 .../book/using-the-qpid-messaging-api.html      |   2 +-
 .../cpp/examples/OptionParser.cpp.html          |   2 +-
 .../cpp/examples/OptionParser.h.html            |   2 +-
 .../messaging-api/cpp/examples/client.cpp.html  |   2 +-
 .../messaging-api/cpp/examples/drain.cpp.html   |   2 +-
 .../cpp/examples/hello_world.cpp.html           |   2 +-
 .../cpp/examples/hello_xml.cpp.html             |   2 +-
 .../messaging-api/cpp/examples/index.html       |   2 +-
 .../cpp/examples/map_receiver.cpp.html          |   2 +-
 .../cpp/examples/map_sender.cpp.html            |   2 +-
 .../messaging-api/cpp/examples/server.cpp.html  |   2 +-
 .../cpp/examples/server_reconnect.cpp.html      |   2 +-
 .../messaging-api/cpp/examples/spout.cpp.html   |   2 +-
 .../releases/qpid-cpp-1.36.0/release-notes.html |   2 +-
 .../cpp-broker/book/AMQP-Compatibility.html     |   2 +-
 ...ation-QpidInteroperabilityDocumentation.html |   2 +-
 .../cpp-broker/book/Using-message-groups.html   |   2 +-
 .../qpid-cpp-master/cpp-broker/book/ch01.html   |   2 +-
 .../cpp-broker/book/ch01s02.html                |   2 +-
 .../cpp-broker/book/ch01s03.html                |   2 +-
 .../cpp-broker/book/ch01s06.html                |   2 +-
 .../cpp-broker/book/ch02s02.html                |   2 +-
 .../cpp-broker/book/ch02s03.html                |   2 +-
 ...-Messaging_User_Guide-Broker_Federation.html |   2 +-
 .../chap-Messaging_User_Guide-Security.html     |   2 +-
 .../book/chapter-Managing-CPP-Broker.html       |   2 +-
 .../cpp-broker/book/chapter-ha.html             |   2 +-
 .../cpp-broker/book/ha-queue-replication.html   |   2 +-
 .../qpid-cpp-master/cpp-broker/book/index.html  |   2 +-
 .../qpid-cpp-master/cpp-broker/book/pr01.html   |   2 +-
 .../cpp-broker/book/producer-flow-control.html  |   2 +-
 .../book/queue-state-replication.html           |   2 +-
 content/releases/qpid-cpp-master/index.html     |   2 +-
 .../cpp/examples/OptionParser.cpp.html          |   2 +-
 .../cpp/examples/OptionParser.h.html            |   2 +-
 .../messaging-api/cpp/examples/client.cpp.html  |   2 +-
 .../messaging-api/cpp/examples/drain.cpp.html   |   2 +-
 .../cpp/examples/hello_world.cpp.html           |   2 +-
 .../cpp/examples/hello_xml.cpp.html             |   2 +-
 .../messaging-api/cpp/examples/index.html       |   2 +-
 .../cpp/examples/map_receiver.cpp.html          |   2 +-
 .../cpp/examples/map_sender.cpp.html            |   2 +-
 .../messaging-api/cpp/examples/server.cpp.html  |   2 +-
 .../cpp/examples/server_reconnect.cpp.html      |   2 +-
 .../messaging-api/cpp/examples/spout.cpp.html   |   2 +-
 .../releases/qpid-cpp-master/release-notes.html |   2 +-
 content/releases/qpid-dispatch-0.3/book.html    |   2 +-
 content/releases/qpid-dispatch-0.3/index.html   |   2 +-
 .../qpid-dispatch-0.3/release-notes.html        |   2 +-
 .../qpid-dispatch-0.4/book/addressing.html      |   2 +-
 .../qpid-dispatch-0.4/book/amqp-mapping.html    |   2 +-
 .../qpid-dispatch-0.4/book/basic_usage.html     |   2 +-
 .../releases/qpid-dispatch-0.4/book/book.html   |   2 +-
 .../book/client_compatibility.html              |   2 +-
 .../qpid-dispatch-0.4/book/default_config.html  |   2 +-
 .../qpid-dispatch-0.4/book/introduction.html    |   2 +-
 .../qpid-dispatch-0.4/book/link_routing.html    |   2 +-
 .../releases/qpid-dispatch-0.4/book/schema.html |   2 +-
 .../book/technical_details.html                 |   2 +-
 .../releases/qpid-dispatch-0.4/book/tools.html  |   2 +-
 .../releases/qpid-dispatch-0.4/book/using.html  |   2 +-
 content/releases/qpid-dispatch-0.4/index.html   |   2 +-
 .../qpid-dispatch-0.4/man/qdmanage.html         |   2 +-
 .../qpid-dispatch-0.4/man/qdrouterd.conf.html   |   2 +-
 .../qpid-dispatch-0.4/man/qdrouterd.html        |   2 +-
 .../releases/qpid-dispatch-0.4/man/qdstat.html  |   2 +-
 .../qpid-dispatch-0.4/release-notes.html        |   2 +-
 .../qpid-dispatch-0.5/book/addressing.html      |   2 +-
 .../qpid-dispatch-0.5/book/amqp-mapping.html    |   2 +-
 .../qpid-dispatch-0.5/book/basic_usage.html     |   2 +-
 .../releases/qpid-dispatch-0.5/book/book.html   |   2 +-
 .../book/client_compatibility.html              |   2 +-
 .../qpid-dispatch-0.5/book/default_config.html  |   2 +-
 .../qpid-dispatch-0.5/book/introduction.html    |   2 +-
 .../qpid-dispatch-0.5/book/link_routing.html    |   2 +-
 .../releases/qpid-dispatch-0.5/book/schema.html |   2 +-
 .../book/technical_details.html                 |   2 +-
 .../releases/qpid-dispatch-0.5/book/tools.html  |   2 +-
 .../releases/qpid-dispatch-0.5/book/using.html  |   2 +-
 content/releases/qpid-dispatch-0.5/index.html   |   2 +-
 .../qpid-dispatch-0.5/man/qdmanage.html         |   2 +-
 .../qpid-dispatch-0.5/man/qdrouterd.conf.html   |   2 +-
 .../qpid-dispatch-0.5/man/qdrouterd.html        |   2 +-
 .../releases/qpid-dispatch-0.5/man/qdstat.html  |   2 +-
 .../qpid-dispatch-0.5/release-notes.html        |   2 +-
 .../qpid-dispatch-0.6.0/book/addressing.html    |   2 +-
 .../qpid-dispatch-0.6.0/book/amqp-mapping.html  |   2 +-
 .../qpid-dispatch-0.6.0/book/auto_links.html    |   2 +-
 .../qpid-dispatch-0.6.0/book/basic_usage.html   |   2 +-
 .../releases/qpid-dispatch-0.6.0/book/book.html |   2 +-
 .../book/client_compatibility.html              |   2 +-
 .../qpid-dispatch-0.6.0/book/console.html       |   2 +-
 .../book/console_installation.html              |   2 +-
 .../book/console_operation.html                 |   2 +-
 .../book/console_overview.html                  |   2 +-
 .../book/default_config.html                    |   2 +-
 .../qpid-dispatch-0.6.0/book/introduction.html  |   2 +-
 .../qpid-dispatch-0.6.0/book/link_routing.html  |   2 +-
 .../qpid-dispatch-0.6.0/book/schema.html        |   2 +-
 .../book/technical_details.html                 |   2 +-
 .../qpid-dispatch-0.6.0/book/tools.html         |   2 +-
 .../qpid-dispatch-0.6.0/book/using.html         |   2 +-
 content/releases/qpid-dispatch-0.6.0/index.html |   2 +-
 .../qpid-dispatch-0.6.0/man/qdmanage.html       |   2 +-
 .../qpid-dispatch-0.6.0/man/qdrouterd.conf.html |   2 +-
 .../qpid-dispatch-0.6.0/man/qdrouterd.html      |   2 +-
 .../qpid-dispatch-0.6.0/man/qdstat.html         |   2 +-
 .../qpid-dispatch-0.6.0/release-notes.html      |   2 +-
 .../qpid-dispatch-0.6.1/book/addressing.html    |   2 +-
 .../qpid-dispatch-0.6.1/book/amqp-mapping.html  |   2 +-
 .../qpid-dispatch-0.6.1/book/auto_links.html    |   2 +-
 .../qpid-dispatch-0.6.1/book/basic_usage.html   |   2 +-
 .../releases/qpid-dispatch-0.6.1/book/book.html |   2 +-
 .../book/client_compatibility.html              |   2 +-
 .../qpid-dispatch-0.6.1/book/console.html       |   2 +-
 .../book/console_installation.html              |   2 +-
 .../book/console_operation.html                 |   2 +-
 .../book/console_overview.html                  |   2 +-
 .../book/default_config.html                    |   2 +-
 .../qpid-dispatch-0.6.1/book/introduction.html  |   2 +-
 .../qpid-dispatch-0.6.1/book/link_routing.html  |   2 +-
 .../qpid-dispatch-0.6.1/book/schema.html        |   2 +-
 .../book/technical_details.html                 |   2 +-
 .../qpid-dispatch-0.6.1/book/tools.html         |   2 +-
 .../qpid-dispatch-0.6.1/book/using.html         |   2 +-
 content/releases/qpid-dispatch-0.6.1/index.html |   2 +-
 .../qpid-dispatch-0.6.1/man/qdmanage.html       |   2 +-
 .../qpid-dispatch-0.6.1/man/qdrouterd.conf.html |   2 +-
 .../qpid-dispatch-0.6.1/man/qdrouterd.html      |   2 +-
 .../qpid-dispatch-0.6.1/man/qdstat.html         |   2 +-
 .../qpid-dispatch-0.6.1/release-notes.html      |   2 +-
 .../releases/qpid-dispatch-0.7.0/book/book.html |   2 +-
 content/releases/qpid-dispatch-0.7.0/index.html |   2 +-
 .../qpid-dispatch-0.7.0/man/qdmanage.html       |   2 +-
 .../qpid-dispatch-0.7.0/man/qdrouterd.conf.html |   2 +-
 .../qpid-dispatch-0.7.0/man/qdrouterd.html      |   2 +-
 .../qpid-dispatch-0.7.0/man/qdstat.html         |   2 +-
 .../qpid-dispatch-0.7.0/release-notes.html      |   2 +-
 .../releases/qpid-dispatch-0.8.0/book/book.html |   2 +-
 content/releases/qpid-dispatch-0.8.0/index.html |   2 +-
 .../qpid-dispatch-0.8.0/man/qdmanage.html       |   2 +-
 .../qpid-dispatch-0.8.0/man/qdrouterd.conf.html |   2 +-
 .../qpid-dispatch-0.8.0/man/qdrouterd.html      |   2 +-
 .../qpid-dispatch-0.8.0/man/qdstat.html         |   2 +-
 .../qpid-dispatch-0.8.0/release-notes.html      |   2 +-
 content/releases/qpid-dispatch-master/book.html |   2 +-
 .../qpid-dispatch-master/book/book.html         |   2 +-
 .../releases/qpid-dispatch-master/index.html    |   2 +-
 .../qpid-dispatch-master/man/qdmanage.html      |   2 +-
 .../man/qdrouterd.conf.html                     |   2 +-
 .../qpid-dispatch-master/man/qdrouterd.html     |   2 +-
 .../qpid-dispatch-master/man/qdstat.html        |   2 +-
 .../qpid-dispatch-master/qdmanage.8.html        |   2 +-
 .../qpid-dispatch-master/qdrouterd.8.html       |   2 +-
 .../qpid-dispatch-master/qdrouterd.conf.5.html  |   2 +-
 .../releases/qpid-dispatch-master/qdstat.8.html |   2 +-
 content/releases/qpid-java-6.0.0/index.html     |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 .../Java-Broker-High-Availability-JMXAPI.html   |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-JMX.html     |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 ...-Broker-Management-Managing-Plugins-JMX.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.0.0/java-broker/book/index.html |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.0.0/release-notes.html |   2 +-
 content/releases/qpid-java-6.0.1/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.0.1/java-broker/book/index.html |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.0.1/release-notes.html |   2 +-
 content/releases/qpid-java-6.0.2/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.0.2/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.0.2/release-notes.html |   2 +-
 content/releases/qpid-java-6.0.3/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.0.3/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.0.3/release-notes.html |   2 +-
 content/releases/qpid-java-6.0.4/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.0.4/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.0.4/release-notes.html |   2 +-
 content/releases/qpid-java-6.0.5/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.0.5/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.0.5/release-notes.html |   2 +-
 content/releases/qpid-java-6.0.6/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.0.6/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.0.6/release-notes.html |   2 +-
 content/releases/qpid-java-6.0.7/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.0.7/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.0.7/release-notes.html |   2 +-
 content/releases/qpid-java-6.0.8/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.0.8/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.0.8/release-notes.html |   2 +-
 content/releases/qpid-java-6.1.0/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.1.0/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../JMS-Client-Message-Encryption-Example.html  |   2 +-
 ...JMS-Client-Message-Encryption-Receiving.html |   2 +-
 .../JMS-Client-Message-Encryption-Sending.html  |   2 +-
 .../book/JMS-Client-Message-Encryption.html     |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.1.0/release-notes.html |   2 +-
 content/releases/qpid-java-6.1.1/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.1.1/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../JMS-Client-Message-Encryption-Example.html  |   2 +-
 ...JMS-Client-Message-Encryption-Receiving.html |   2 +-
 .../JMS-Client-Message-Encryption-Sending.html  |   2 +-
 .../book/JMS-Client-Message-Encryption.html     |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.1.1/release-notes.html |   2 +-
 content/releases/qpid-java-6.1.2/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 .../book/Java-Broker-Runtime-Consumers.html     |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.1.2/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../JMS-Client-Message-Encryption-Example.html  |   2 +-
 ...JMS-Client-Message-Encryption-Receiving.html |   2 +-
 .../JMS-Client-Message-Encryption-Sending.html  |   2 +-
 .../book/JMS-Client-Message-Encryption.html     |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.1.2/release-notes.html |   2 +-
 content/releases/qpid-java-6.1.3/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 .../book/Java-Broker-Runtime-Consumers.html     |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.1.3/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../JMS-Client-Message-Encryption-Example.html  |   2 +-
 ...JMS-Client-Message-Encryption-Receiving.html |   2 +-
 .../JMS-Client-Message-Encryption-Sending.html  |   2 +-
 .../book/JMS-Client-Message-Encryption.html     |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.1.3/release-notes.html |   2 +-
 content/releases/qpid-java-6.1.4/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 .../book/Java-Broker-Runtime-Consumers.html     |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-6.1.4/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 .../JMS-Client-Message-Encryption-Example.html  |   2 +-
 ...JMS-Client-Message-Encryption-Receiving.html |   2 +-
 .../JMS-Client-Message-Encryption-Sending.html  |   2 +-
 .../book/JMS-Client-Message-Encryption.html     |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 .../releases/qpid-java-6.1.4/release-notes.html |   2 +-
 content/releases/qpid-java-trunk/index.html     |   2 +-
 .../book/AMQP-Messaging-Broker-Java-Book.html   |   2 +-
 ...a-Broker-Appendix-Environment-Variables.html |   2 +-
 .../Java-Broker-Appendix-Operation-Logging.html |   2 +-
 .../book/Java-Broker-Appendix-Queue-Alerts.html |   2 +-
 .../Java-Broker-Appendix-System-Properties.html |   2 +-
 ...er-Backup-And-Recovery-Virtualhost-Node.html |   2 +-
 ...-Broker-Backup-And-Recovery-Virtualhost.html |   2 +-
 .../book/Java-Broker-Backup-And-Recovery.html   |   2 +-
 ...roker-Concepts-Authentication-Providers.html |   2 +-
 .../book/Java-Broker-Concepts-Broker.html       |   2 +-
 .../book/Java-Broker-Concepts-Exchanges.html    |   2 +-
 .../Java-Broker-Concepts-Other-Services.html    |   2 +-
 .../book/Java-Broker-Concepts-Ports.html        |   2 +-
 .../book/Java-Broker-Concepts-Queues.html       |   2 +-
 ...-Broker-Concepts-RemoteReplicationNodes.html |   2 +-
 .../Java-Broker-Concepts-Virtualhost-Nodes.html |   2 +-
 .../book/Java-Broker-Concepts-Virtualhosts.html |   2 +-
 .../java-broker/book/Java-Broker-Concepts.html  |   2 +-
 ...Java-Broker-Getting-Started-CommandLine.html |   2 +-
 .../Java-Broker-Getting-Started-Logging.html    |   2 +-
 ...-Getting-Started-Starting-Stopping-Unix.html |   2 +-
 ...tting-Started-Starting-Stopping-Windows.html |   2 +-
 .../book/Java-Broker-Getting-Started.html       |   2 +-
 .../Java-Broker-High-Availability-Backup.html   |   2 +-
 ...Java-Broker-High-Availability-Behaviour.html |   2 +-
 ...Broker-High-Availability-ClientFailover.html |   2 +-
 ...-Broker-High-Availability-CreatingGroup.html |   2 +-
 ...Java-Broker-High-Availability-DiskSpace.html |   2 +-
 ...-High-Availability-Network-Requirements.html |   2 +-
 ...Broker-High-Availability-NodeOperations.html |   2 +-
 ...a-Broker-High-Availability-OverviewOfHA.html |   2 +-
 ...h-Availability-Reset-Group-Infomational.html |   2 +-
 .../Java-Broker-High-Availability-Security.html |   2 +-
 .../book/Java-Broker-High-Availability.html     |   2 +-
 ...-Configuration-Configuration-Properties.html |   2 +-
 ...ial-Configuration-Create-Initial-Config.html |   2 +-
 ...va-Broker-Initial-Configuration-Example.html |   2 +-
 ...l-Configuration-Initial-Config-Location.html |   2 +-
 ...a-Broker-Initial-Configuration-Location.html |   2 +-
 ...al-Configuration-Overwrite-Config-Store.html |   2 +-
 .../Java-Broker-Initial-Configuration-Type.html |   2 +-
 .../book/Java-Broker-Initial-Configuration.html |   2 +-
 .../book/Java-Broker-Installation-Download.html |   2 +-
 ...va-Broker-Installation-InstallationUnix.html |   2 +-
 ...Broker-Installation-InstallationWindows.html |   2 +-
 ...roker-Installation-OptionalDependencies.html |   2 +-
 .../Java-Broker-Installation-Prerequistes.html  |   2 +-
 .../book/Java-Broker-Installation.html          |   2 +-
 .../book/Java-Broker-Introduction.html          |   2 +-
 ...oker-Management-Channel-AMQP-Intrinstic.html |   2 +-
 .../Java-Broker-Management-Channel-QMF.html     |   2 +-
 ...Java-Broker-Management-Channel-REST-API.html |   2 +-
 ...a-Broker-Management-Channel-Web-Console.html |   2 +-
 .../book/Java-Broker-Management-Channel.html    |   2 +-
 ...ement-Managing-Access-Control-Providers.html |   2 +-
 ...ement-Managing-Authentication-Providers.html |   2 +-
 .../Java-Broker-Management-Managing-Broker.html |   2 +-
 ...va-Broker-Management-Managing-Consumers.html |   2 +-
 ...ker-Management-Managing-Entities-Matrix.html |   2 +-
 ...ava-Broker-Management-Managing-Entities.html |   2 +-
 ...va-Broker-Management-Managing-Exchanges.html |   2 +-
 ...ker-Management-Managing-Group-Providers.html |   2 +-
 ...va-Broker-Management-Managing-Keystores.html |   2 +-
 ...-Broker-Management-Managing-Plugin-HTTP.html |   2 +-
 .../Java-Broker-Management-Managing-Ports.html  |   2 +-
 .../Java-Broker-Management-Managing-Queues.html |   2 +-
 ...agement-Managing-RemoteReplicationNodes.html |   2 +-
 ...-Broker-Management-Managing-Truststores.html |   2 +-
 ...r-Management-Managing-Virtualhost-Nodes.html |   2 +-
 ...Broker-Management-Managing-Virtualhosts.html |   2 +-
 ...laneous-Installing-External-JDBC-Driver.html |   2 +-
 ...-Miscellaneous-Installing-Oracle-BDB-JE.html |   2 +-
 .../book/Java-Broker-Miscellaneous.html         |   2 +-
 ...Java-Broker-Runtime-Background-Recovery.html |   2 +-
 ...-Runtime-Close-Connection-When-No-Route.html |   2 +-
 .../Java-Broker-Runtime-Connection-Limit.html   |   2 +-
 ...va-Broker-Runtime-Disk-Space-Management.html |   2 +-
 .../book/Java-Broker-Runtime-Flow-To-Disk.html  |   2 +-
 ...Runtime-Handling-Undeliverable-Messages.html |   2 +-
 .../book/Java-Broker-Runtime-Memory.html        |   2 +-
 ...Java-Broker-Runtime-Message-Compression.html |   2 +-
 ...er-Runtime-Producer-Transaction-Timeout.html |   2 +-
 .../java-broker/book/Java-Broker-Runtime.html   |   2 +-
 .../book/Java-Broker-Security-ACLs.html         |   2 +-
 ...roker-Security-Configuration-Encryption.html |   2 +-
 .../Java-Broker-Security-Group-Providers.html   |   2 +-
 .../java-broker/book/Java-Broker-Security.html  |   2 +-
 .../qpid-java-trunk/java-broker/book/index.html |   2 +-
 .../book/JMS-Client-0-10-Book.html              |   2 +-
 .../JMS-Client-0-10-Configuring-Addresses.html  |   2 +-
 .../book/JMS-Client-0-10-Configuring-JNDI.html  |   2 +-
 ...-Client-0-10-Configuring-JVM-Properties.html |   2 +-
 .../JMS-Client-0-10-Configuring-Logging.html    |   2 +-
 .../book/JMS-Client-0-10-Configuring.html       |   2 +-
 .../book/JMS-Client-0-10-Example.html           |   2 +-
 ...S-Client-0-10-Miscellaneous-MapMessages.html |   2 +-
 .../book/JMS-Client-0-10-Miscellaneous.html     |   2 +-
 .../jms-client-0-10/book/index.html             |   2 +-
 .../JMS-Client-0-8-Appendix-Exceptions.html     |   2 +-
 ...ent-0-8-Appendix-JMS-Extensions-Binding.html |   2 +-
 .../JMS-Client-0-8-Appendix-JMS-Extensions.html |   2 +-
 .../book/JMS-Client-0-8-Appendix-Maven.html     |   2 +-
 ...t-0-8-Appendix-PooledConnecytionFactory.html |   2 +-
 ...nt-0-8-Appendix-Tomcat-JNDI-Integration.html |   2 +-
 .../book/JMS-Client-0-8-Binding-URL.html        |   2 +-
 ...ent-0-8-Client-Understanding-Connection.html |   2 +-
 ...-Client-Understanding-ConnectionFactory.html |   2 +-
 ...t-0-8-Client-Understanding-Destinations.html |   2 +-
 ...-8-Client-Understanding-MessageConsumer.html |   2 +-
 ...-8-Client-Understanding-MessageProducer.html |   2 +-
 ...Client-0-8-Client-Understanding-Session.html |   2 +-
 .../JMS-Client-0-8-Client-Understanding.html    |   2 +-
 .../book/JMS-Client-0-8-Connection-URL.html     |   2 +-
 ...-8-Document-Scope-And-Intended-Audience.html |   2 +-
 .../book/JMS-Client-0-8-Examples-PubSub.html    |   2 +-
 .../book/JMS-Client-0-8-Examples.html           |   2 +-
 .../book/JMS-Client-0-8-Introduction.html       |   2 +-
 ...S-Getting-And-Dependencies-Dependencies.html |   2 +-
 ...Client-0-8-JMS-Getting-And-Dependencies.html |   2 +-
 ...-0-8-JNDI-Properties-Format-Destination.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Queue.html |   2 +-
 ...Client-0-8-JNDI-Properties-Format-Topic.html |   2 +-
 .../JMS-Client-0-8-JNDI-Properties-Format.html  |   2 +-
 ...Client-0-8-Logging-EnablingDebugLogging.html |   2 +-
 .../book/JMS-Client-0-8-Logging.html            |   2 +-
 .../book/JMS-Client-0-8-System-Properties.html  |   2 +-
 .../jms-client-0-8/book/JMS-Client-Book.html    |   2 +-
 ...JMS-Client-Message-Encryption-Receiving.html |   2 +-
 .../JMS-Client-Message-Encryption-Sending.html  |   2 +-
 .../book/JMS-Client-Message-Encryption.html     |   2 +-
 .../jms-client-0-8/book/index.html              |   2 +-
 .../qpid-jms/examples/Drain.java.html           |   2 +-
 .../qpid-jms/examples/Hello.java.html           |   2 +-
 .../qpid-jms/examples/ListReceiver.java.html    |   2 +-
 .../qpid-jms/examples/ListSender.java.html      |   2 +-
 .../qpid-jms/examples/MapReceiver.java.html     |   2 +-
 .../qpid-jms/examples/MapSender.java.html       |   2 +-
 .../qpid-jms/examples/OptionParser.java.html    |   2 +-
 .../qpid-jms/examples/Spout.java.html           |   2 +-
 .../qpid-jms/examples/hello.properties.html     |   2 +-
 .../qpid-jms/examples/index.html                |   2 +-
 content/releases/qpid-jms-0.1.0/building.html   |   2 +-
 content/releases/qpid-jms-0.1.0/docs/index.html |   2 +-
 content/releases/qpid-jms-0.1.0/index.html      |   2 +-
 .../releases/qpid-jms-0.1.0/release-notes.html  |   2 +-
 content/releases/qpid-jms-0.10.0/building.html  |   2 +-
 .../releases/qpid-jms-0.10.0/docs/index.html    |   2 +-
 content/releases/qpid-jms-0.10.0/index.html     |   2 +-
 .../releases/qpid-jms-0.10.0/release-notes.html |   2 +-
 content/releases/qpid-jms-0.11.0/building.html  |   2 +-
 .../releases/qpid-jms-0.11.0/docs/index.html    |   2 +-
 content/releases/qpid-jms-0.11.0/index.html     |   2 +-
 .../releases/qpid-jms-0.11.0/release-notes.html |   2 +-
 content/releases/qpid-jms-0.11.1/building.html  |   2 +-
 .../releases/qpid-jms-0.11.1/docs/index.html    |   2 +-
 content/releases/qpid-jms-0.11.1/index.html     |   2 +-
 .../releases/qpid-jms-0.11.1/release-notes.html |   2 +-
 content/releases/qpid-jms-0.2.0/building.html   |   2 +-
 content/releases/qpid-jms-0.2.0/docs/index.html |   2 +-
 content/releases/qpid-jms-0.2.0/index.html      |   2 +-
 .../releases/qpid-jms-0.2.0/release-notes.html  |   2 +-
 content/releases/qpid-jms-0.20.0/building.html  |   2 +-
 .../releases/qpid-jms-0.20.0/docs/index.html    |   2 +-
 content/releases/qpid-jms-0.20.0/index.html     |   2 +-
 .../releases/qpid-jms-0.20.0/release-notes.html |   2 +-
 content/releases/qpid-jms-0.21.0/building.html  |   2 +-
 .../releases/qpid-jms-0.21.0/docs/index.html    |   2 +-
 content/releases/qpid-jms-0.21.0/index.html     |   2 +-
 .../releases/qpid-jms-0.21.0/release-notes.html |   2 +-
 content/releases/qpid-jms-0.22.0/building.html  |   2 +-
 .../releases/qpid-jms-0.22.0/docs/index.html    |   2 +-
 content/releases/qpid-jms-0.22.0/index.html     |   2 +-
 .../releases/qpid-jms-0.22.0/release-notes.html |   2 +-
 content/releases/qpid-jms-0.23.0/building.html  |   2 +-
 .../releases/qpid-jms-0.23.0/docs/index.html    |   2 +-
 content/releases/qpid-jms-0.23.0/index.html     |   2 +-
 .../releases/qpid-jms-0.23.0/release-notes.html |   2 +-
 content/releases/qpid-jms-0.24.0/building.html  |   2 +-
 .../releases/qpid-jms-0.24.0/docs/index.html    |   2 +-
 content/releases/qpid-jms-0.24.0/index.html     |   2 +-
 .../releases/qpid-jms-0.24.0/release-notes.html |   2 +-
 content/releases/qpid-jms-0.25.0/building.html  |   2 +-
 .../releases/qpid-jms-0.25.0/docs/index.html    |   2 +-
 content/releases/qpid-jms-0.25.0/index.html     |   2 +-
 .../releases/qpid-jms-0.25.0/release-notes.html |   2 +-
 content/releases/qpid-jms-0.26.0/building.html  |   2 +-
 .../releases/qpid-jms-0.26.0/docs/index.html    |   2 +-
 content/releases/qpid-jms-0.26.0/index.html     |   2 +-
 .../releases/qpid-jms-0.26.0/release-notes.html |   2 +-
 content/releases/qpid-jms-0.27.0/building.html  |   2 +-
 .../releases/qpid-jms-0.27.0/docs/index.html    |   2 +-
 content/releases/qpid-jms-0.27.0/index.html     |   2 +-
 .../releases/qpid-jms-0.27.0/release-notes.html |   2 +-
 content/releases/qpid-jms-0.3.0/building.html   |   2 +-
 content/releases/qpid-jms-0.3.0/docs/index.html |   2 +-
 content/releases/qpid-jms-0.3.0/index.html      |   2 +-
 .../releases/qpid-jms-0.3.0/release-notes.html  |   2 +-
 content/releases/qpid-jms-0.4.0/building.html   |   2 +-
 content/releases/qpid-jms-0.4.0/docs/index.html |   2 +-
 content/releases/qpid-jms-0.4.0/index.html      |   2 +-
 .../releases/qpid-jms-0.4.0/release-notes.html  |   2 +-
 content/releases/qpid-jms-0.5.0/building.html   |   2 +-
 content/releases/qpid-jms-0.5.0/docs/index.html |   2 +-
 content/releases/qpid-jms-0.5.0/index.html      |   2 +-
 .../releases/qpid-jms-0.5.0/release-notes.html  |   2 +-
 content/releases/qpid-jms-0.6.0/building.html   |   2 +-
 content/releases/qpid-jms-0.6.0/docs/index.html |   2 +-
 content/releases/qpid-jms-0.6.0/index.html      |   2 +-
 .../releases/qpid-jms-0.6.0/release-notes.html  |   2 +-
 content/releases/qpid-jms-0.7.0/building.html   |   2 +-
 content/releases/qpid-jms-0.7.0/docs/index.html |   2 +-
 content/releases/qpid-jms-0.7.0/index.html      |   2 +-
 .../releases/qpid-jms-0.7.0/release-notes.html  |   2 +-
 content/releases/qpid-jms-0.8.0/building.html   |   2 +-
 content/releases/qpid-jms-0.8.0/docs/index.html |   2 +-
 content/releases/qpid-jms-0.8.0/index.html      |   2 +-
 .../releases/qpid-jms-0.8.0/release-notes.html  |   2 +-
 content/releases/qpid-jms-0.9.0/building.html   |   2 +-
 content/releases/qpid-jms-0.9.0/docs/index.html |   2 +-
 content/releases/qpid-jms-0.9.0/index.html      |   2 +-
 .../releases/qpid-jms-0.9.0/release-notes.html  |   2 +-
 .../qpid-jms-amqp-0-x-master/index.html         |   4 +-
 content/releases/qpid-jms-master/building.html  |   2 +-
 .../releases/qpid-jms-master/docs/index.html    |   2 +-
 content/releases/qpid-jms-master/index.html     |   2 +-
 .../releases/qpid-jms-master/release-notes.html |   2 +-
 content/releases/qpid-proton-0.10/index.html    |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.10/release-notes.html         |   2 +-
 content/releases/qpid-proton-0.11.0/index.html  |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.11.0/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.11.1/index.html  |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.11.1/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.12.0/index.html  |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../proton/cpp/examples/broker.cpp.html         |   2 +-
 .../proton/cpp/examples/broker.hpp.html         |   2 +-
 .../proton/cpp/examples/client.cpp.html         |   2 +-
 .../cpp/examples/connection_options.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_send.cpp.html    |   2 +-
 .../proton/cpp/examples/encode_decode.cpp.html  |   2 +-
 .../proton/cpp/examples/helloworld.cpp.html     |   2 +-
 .../cpp/examples/helloworld_direct.cpp.html     |   2 +-
 .../proton/cpp/examples/index.html              |   2 +-
 .../proton/cpp/examples/options.hpp.html        |   2 +-
 .../proton/cpp/examples/queue_browser.cpp.html  |   2 +-
 .../cpp/examples/recurring_timer.cpp.html       |   2 +-
 .../proton/cpp/examples/selected_recv.cpp.html  |   2 +-
 .../proton/cpp/examples/server.cpp.html         |   2 +-
 .../proton/cpp/examples/server_direct.cpp.html  |   2 +-
 .../proton/cpp/examples/simple_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_send.cpp.html    |   2 +-
 .../proton/cpp/examples/ssl.cpp.html            |   2 +-
 .../cpp/examples/ssl_client_cert.cpp.html       |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.12.0/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.12.1/index.html  |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../proton/cpp/examples/broker.cpp.html         |   2 +-
 .../proton/cpp/examples/broker.hpp.html         |   2 +-
 .../proton/cpp/examples/client.cpp.html         |   2 +-
 .../cpp/examples/connection_options.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_send.cpp.html    |   2 +-
 .../proton/cpp/examples/encode_decode.cpp.html  |   2 +-
 .../proton/cpp/examples/helloworld.cpp.html     |   2 +-
 .../cpp/examples/helloworld_direct.cpp.html     |   2 +-
 .../proton/cpp/examples/index.html              |   2 +-
 .../proton/cpp/examples/options.hpp.html        |   2 +-
 .../proton/cpp/examples/queue_browser.cpp.html  |   2 +-
 .../cpp/examples/recurring_timer.cpp.html       |   2 +-
 .../proton/cpp/examples/selected_recv.cpp.html  |   2 +-
 .../proton/cpp/examples/server.cpp.html         |   2 +-
 .../proton/cpp/examples/server_direct.cpp.html  |   2 +-
 .../proton/cpp/examples/simple_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_send.cpp.html    |   2 +-
 .../proton/cpp/examples/ssl.cpp.html            |   2 +-
 .../cpp/examples/ssl_client_cert.cpp.html       |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.12.1/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.12.2/index.html  |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../proton/cpp/examples/README.hpp.html         |   2 +-
 .../proton/cpp/examples/broker.cpp.html         |   2 +-
 .../proton/cpp/examples/broker.hpp.html         |   2 +-
 .../proton/cpp/examples/client.cpp.html         |   2 +-
 .../cpp/examples/connection_options.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_send.cpp.html    |   2 +-
 .../proton/cpp/examples/encode_decode.cpp.html  |   2 +-
 .../proton/cpp/examples/helloworld.cpp.html     |   2 +-
 .../cpp/examples/helloworld_direct.cpp.html     |   2 +-
 .../proton/cpp/examples/index.html              |   2 +-
 .../proton/cpp/examples/options.hpp.html        |   2 +-
 .../proton/cpp/examples/queue_browser.cpp.html  |   2 +-
 .../cpp/examples/recurring_timer.cpp.html       |   2 +-
 .../proton/cpp/examples/selected_recv.cpp.html  |   2 +-
 .../proton/cpp/examples/server.cpp.html         |   2 +-
 .../proton/cpp/examples/server_direct.cpp.html  |   2 +-
 .../proton/cpp/examples/simple_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_send.cpp.html    |   2 +-
 .../proton/cpp/examples/ssl.cpp.html            |   2 +-
 .../cpp/examples/ssl_client_cert.cpp.html       |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.12.2/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.13.0/index.html  |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../proton/cpp/examples/broker.cpp.html         |   2 +-
 .../proton/cpp/examples/broker.hpp.html         |   2 +-
 .../proton/cpp/examples/client.cpp.html         |   2 +-
 .../cpp/examples/connection_options.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_send.cpp.html    |   2 +-
 .../proton/cpp/examples/encode_decode.cpp.html  |   2 +-
 .../proton/cpp/examples/fake_cpp11.hpp.html     |   2 +-
 .../proton/cpp/examples/flow_control.cpp.html   |   2 +-
 .../proton/cpp/examples/helloworld.cpp.html     |   2 +-
 .../cpp/examples/helloworld_direct.cpp.html     |   2 +-
 .../proton/cpp/examples/index.html              |   2 +-
 .../proton/cpp/examples/options.hpp.html        |   2 +-
 .../proton/cpp/examples/queue_browser.cpp.html  |   2 +-
 .../proton/cpp/examples/selected_recv.cpp.html  |   2 +-
 .../proton/cpp/examples/server.cpp.html         |   2 +-
 .../proton/cpp/examples/server_direct.cpp.html  |   2 +-
 .../proton/cpp/examples/simple_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_send.cpp.html    |   2 +-
 .../proton/cpp/examples/ssl.cpp.html            |   2 +-
 .../cpp/examples/ssl_client_cert.cpp.html       |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.13.0/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.13.1/index.html  |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../proton/cpp/examples/broker.cpp.html         |   2 +-
 .../proton/cpp/examples/broker.hpp.html         |   2 +-
 .../proton/cpp/examples/client.cpp.html         |   2 +-
 .../cpp/examples/connection_options.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_send.cpp.html    |   2 +-
 .../proton/cpp/examples/encode_decode.cpp.html  |   2 +-
 .../proton/cpp/examples/fake_cpp11.hpp.html     |   2 +-
 .../proton/cpp/examples/flow_control.cpp.html   |   2 +-
 .../proton/cpp/examples/helloworld.cpp.html     |   2 +-
 .../cpp/examples/helloworld_direct.cpp.html     |   2 +-
 .../proton/cpp/examples/index.html              |   2 +-
 .../proton/cpp/examples/options.hpp.html        |   2 +-
 .../proton/cpp/examples/queue_browser.cpp.html  |   2 +-
 .../proton/cpp/examples/selected_recv.cpp.html  |   2 +-
 .../proton/cpp/examples/server.cpp.html         |   2 +-
 .../proton/cpp/examples/server_direct.cpp.html  |   2 +-
 .../proton/cpp/examples/simple_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_send.cpp.html    |   2 +-
 .../proton/cpp/examples/ssl.cpp.html            |   2 +-
 .../cpp/examples/ssl_client_cert.cpp.html       |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.13.1/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.14.0/index.html  |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../proton/cpp/examples/broker.cpp.html         |   2 +-
 .../proton/cpp/examples/broker.hpp.html         |   2 +-
 .../proton/cpp/examples/client.cpp.html         |   2 +-
 .../cpp/examples/connection_options.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_send.cpp.html    |   2 +-
 .../proton/cpp/examples/encode_decode.cpp.html  |   2 +-
 .../proton/cpp/examples/fake_cpp11.hpp.html     |   2 +-
 .../proton/cpp/examples/flow_control.cpp.html   |   2 +-
 .../proton/cpp/examples/helloworld.cpp.html     |   2 +-
 .../cpp/examples/helloworld_direct.cpp.html     |   2 +-
 .../proton/cpp/examples/index.html              |   2 +-
 .../proton/cpp/examples/options.hpp.html        |   2 +-
 .../proton/cpp/examples/queue_browser.cpp.html  |   2 +-
 .../proton/cpp/examples/scheduled_send.cpp.html |   2 +-
 .../cpp/examples/scheduled_send_03.cpp.html     |   2 +-
 .../proton/cpp/examples/selected_recv.cpp.html  |   2 +-
 .../proton/cpp/examples/server.cpp.html         |   2 +-
 .../proton/cpp/examples/server_direct.cpp.html  |   2 +-
 .../proton/cpp/examples/service_bus.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_send.cpp.html    |   2 +-
 .../proton/cpp/examples/ssl.cpp.html            |   2 +-
 .../cpp/examples/ssl_client_cert.cpp.html       |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.14.0/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.15.0/index.html  |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../proton/cpp/examples/broker.cpp.html         |   2 +-
 .../proton/cpp/examples/broker.hpp.html         |   2 +-
 .../proton/cpp/examples/client.cpp.html         |   2 +-
 .../cpp/examples/connection_options.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_send.cpp.html    |   2 +-
 .../proton/cpp/examples/encode_decode.cpp.html  |   2 +-
 .../proton/cpp/examples/fake_cpp11.hpp.html     |   2 +-
 .../proton/cpp/examples/flow_control.cpp.html   |   2 +-
 .../proton/cpp/examples/helloworld.cpp.html     |   2 +-
 .../cpp/examples/helloworld_direct.cpp.html     |   2 +-
 .../proton/cpp/examples/index.html              |   2 +-
 .../proton/cpp/examples/options.hpp.html        |   2 +-
 .../proton/cpp/examples/queue_browser.cpp.html  |   2 +-
 .../proton/cpp/examples/scheduled_send.cpp.html |   2 +-
 .../cpp/examples/scheduled_send_03.cpp.html     |   2 +-
 .../proton/cpp/examples/selected_recv.cpp.html  |   2 +-
 .../proton/cpp/examples/server.cpp.html         |   2 +-
 .../proton/cpp/examples/server_direct.cpp.html  |   2 +-
 .../proton/cpp/examples/service_bus.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_send.cpp.html    |   2 +-
 .../proton/cpp/examples/ssl.cpp.html            |   2 +-
 .../cpp/examples/ssl_client_cert.cpp.html       |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.15.0/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.16.0/index.html  |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../proton/cpp/examples/broker.cpp.html         |   2 +-
 .../proton/cpp/examples/broker.hpp.html         |   2 +-
 .../proton/cpp/examples/client.cpp.html         |   2 +-
 .../cpp/examples/connection_options.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_send.cpp.html    |   2 +-
 .../proton/cpp/examples/encode_decode.cpp.html  |   2 +-
 .../proton/cpp/examples/fake_cpp11.hpp.html     |   2 +-
 .../proton/cpp/examples/flow_control.cpp.html   |   2 +-
 .../proton/cpp/examples/helloworld.cpp.html     |   2 +-
 .../cpp/examples/helloworld_direct.cpp.html     |   2 +-
 .../proton/cpp/examples/index.html              |   2 +-
 .../proton/cpp/examples/options.hpp.html        |   2 +-
 .../proton/cpp/examples/queue_browser.cpp.html  |   2 +-
 .../proton/cpp/examples/scheduled_send.cpp.html |   2 +-
 .../cpp/examples/scheduled_send_03.cpp.html     |   2 +-
 .../proton/cpp/examples/selected_recv.cpp.html  |   2 +-
 .../proton/cpp/examples/server.cpp.html         |   2 +-
 .../proton/cpp/examples/server_direct.cpp.html  |   2 +-
 .../proton/cpp/examples/service_bus.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_send.cpp.html    |   2 +-
 .../proton/cpp/examples/ssl.cpp.html            |   2 +-
 .../cpp/examples/ssl_client_cert.cpp.html       |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.16.0/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.17.0/index.html  |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../proton/cpp/examples/broker.cpp.html         |   2 +-
 .../proton/cpp/examples/broker.hpp.html         |   2 +-
 .../proton/cpp/examples/client.cpp.html         |   2 +-
 .../cpp/examples/connection_options.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_send.cpp.html    |   2 +-
 .../proton/cpp/examples/encode_decode.cpp.html  |   2 +-
 .../proton/cpp/examples/fake_cpp11.hpp.html     |   2 +-
 .../proton/cpp/examples/flow_control.cpp.html   |   2 +-
 .../proton/cpp/examples/helloworld.cpp.html     |   2 +-
 .../cpp/examples/helloworld_direct.cpp.html     |   2 +-
 .../proton/cpp/examples/index.html              |   2 +-
 .../proton/cpp/examples/options.hpp.html        |   2 +-
 .../proton/cpp/examples/queue_browser.cpp.html  |   2 +-
 .../proton/cpp/examples/scheduled_send.cpp.html |   2 +-
 .../cpp/examples/scheduled_send_03.cpp.html     |   2 +-
 .../proton/cpp/examples/selected_recv.cpp.html  |   2 +-
 .../proton/cpp/examples/server.cpp.html         |   2 +-
 .../proton/cpp/examples/server_direct.cpp.html  |   2 +-
 .../proton/cpp/examples/service_bus.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_send.cpp.html    |   2 +-
 .../proton/cpp/examples/ssl.cpp.html            |   2 +-
 .../cpp/examples/ssl_client_cert.cpp.html       |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.17.0/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.18.0/index.html  |   2 +-
 .../proton/cpp/examples/broker.cpp.html         |   2 +-
 .../proton/cpp/examples/client.cpp.html         |   2 +-
 .../cpp/examples/connection_options.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_send.cpp.html    |   2 +-
 .../proton/cpp/examples/encode_decode.cpp.html  |   2 +-
 .../proton/cpp/examples/fake_cpp11.hpp.html     |   2 +-
 .../proton/cpp/examples/flow_control.cpp.html   |   2 +-
 .../proton/cpp/examples/helloworld.cpp.html     |   2 +-
 .../cpp/examples/helloworld_direct.cpp.html     |   2 +-
 .../proton/cpp/examples/index.html              |   2 +-
 .../cpp/examples/message_properties.cpp.html    |   2 +-
 .../cpp/examples/multithreaded_client.cpp.html  |   2 +-
 .../multithreaded_client_flow_control.cpp.html  |   2 +-
 .../proton/cpp/examples/options.hpp.html        |   2 +-
 .../proton/cpp/examples/queue_browser.cpp.html  |   2 +-
 .../cpp/examples/reconnect_client.cpp.html      |   2 +-
 .../proton/cpp/examples/scheduled_send.cpp.html |   2 +-
 .../cpp/examples/scheduled_send_03.cpp.html     |   2 +-
 .../proton/cpp/examples/selected_recv.cpp.html  |   2 +-
 .../proton/cpp/examples/server.cpp.html         |   2 +-
 .../proton/cpp/examples/server_direct.cpp.html  |   2 +-
 .../proton/cpp/examples/service_bus.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_send.cpp.html    |   2 +-
 .../proton/cpp/examples/ssl.cpp.html            |   2 +-
 .../cpp/examples/ssl_client_cert.cpp.html       |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.18.0/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.18.1/index.html  |   2 +-
 .../proton/cpp/examples/broker.cpp.html         |   2 +-
 .../proton/cpp/examples/client.cpp.html         |   2 +-
 .../cpp/examples/connection_options.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_send.cpp.html    |   2 +-
 .../proton/cpp/examples/encode_decode.cpp.html  |   2 +-
 .../proton/cpp/examples/fake_cpp11.hpp.html     |   2 +-
 .../proton/cpp/examples/flow_control.cpp.html   |   2 +-
 .../proton/cpp/examples/helloworld.cpp.html     |   2 +-
 .../cpp/examples/helloworld_direct.cpp.html     |   2 +-
 .../proton/cpp/examples/index.html              |   2 +-
 .../cpp/examples/message_properties.cpp.html    |   2 +-
 .../cpp/examples/multithreaded_client.cpp.html  |   2 +-
 .../multithreaded_client_flow_control.cpp.html  |   2 +-
 .../proton/cpp/examples/options.hpp.html        |   2 +-
 .../proton/cpp/examples/queue_browser.cpp.html  |   2 +-
 .../cpp/examples/reconnect_client.cpp.html      |   2 +-
 .../proton/cpp/examples/scheduled_send.cpp.html |   2 +-
 .../cpp/examples/scheduled_send_03.cpp.html     |   2 +-
 .../proton/cpp/examples/selected_recv.cpp.html  |   2 +-
 .../proton/cpp/examples/server.cpp.html         |   2 +-
 .../proton/cpp/examples/server_direct.cpp.html  |   2 +-
 .../proton/cpp/examples/service_bus.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_send.cpp.html    |   2 +-
 .../proton/cpp/examples/ssl.cpp.html            |   2 +-
 .../cpp/examples/ssl_client_cert.cpp.html       |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.18.1/release-notes.html       |   2 +-
 content/releases/qpid-proton-0.9.1/index.html   |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/passive_recv.rb.html          |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-0.9.1/release-notes.html        |   2 +-
 content/releases/qpid-proton-0.9/index.html     |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/passive_recv.rb.html          |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../releases/qpid-proton-0.9/release-notes.html |   2 +-
 .../releases/qpid-proton-j-0.17.0/index.html    |   2 +-
 .../qpid-proton-j-0.17.0/release-notes.html     |   2 +-
 .../releases/qpid-proton-j-0.18.0/index.html    |   2 +-
 .../qpid-proton-j-0.18.0/release-notes.html     |   2 +-
 .../releases/qpid-proton-j-0.19.0/index.html    |   2 +-
 .../qpid-proton-j-0.19.0/release-notes.html     |   2 +-
 .../releases/qpid-proton-j-0.20.0/index.html    |   2 +-
 .../qpid-proton-j-0.20.0/release-notes.html     |   2 +-
 .../releases/qpid-proton-j-0.21.0/index.html    |   2 +-
 .../qpid-proton-j-0.21.0/release-notes.html     |   2 +-
 .../releases/qpid-proton-j-0.22.0/index.html    |   2 +-
 .../qpid-proton-j-0.22.0/release-notes.html     |   2 +-
 .../releases/qpid-proton-j-0.23.0/index.html    |   2 +-
 .../qpid-proton-j-0.23.0/release-notes.html     |   2 +-
 content/releases/qpid-proton-master/index.html  |   2 +-
 .../messenger/c/examples/index.html             |   2 +-
 .../messenger/c/examples/recv-async.c.html      |   2 +-
 .../messenger/c/examples/recv.c.html            |   2 +-
 .../messenger/c/examples/send-async.c.html      |   2 +-
 .../messenger/c/examples/send.c.html            |   2 +-
 .../messenger/perl/examples/client.pl.html      |   2 +-
 .../messenger/perl/examples/index.html          |   2 +-
 .../messenger/perl/examples/recv.pl.html        |   2 +-
 .../messenger/perl/examples/recv_async.pl.html  |   2 +-
 .../messenger/perl/examples/send.pl.html        |   2 +-
 .../messenger/perl/examples/send_async.pl.html  |   2 +-
 .../messenger/perl/examples/server.pl.html      |   2 +-
 .../messenger/php/examples/index.html           |   2 +-
 .../messenger/php/examples/recv.php.html        |   2 +-
 .../messenger/php/examples/send.php.html        |   2 +-
 .../messenger/python/examples/async.py.html     |   2 +-
 .../messenger/python/examples/client.py.html    |   2 +-
 .../messenger/python/examples/index.html        |   2 +-
 .../messenger/python/examples/recv.py.html      |   2 +-
 .../python/examples/recv_async.py.html          |   2 +-
 .../messenger/python/examples/send.py.html      |   2 +-
 .../python/examples/send_async.py.html          |   2 +-
 .../messenger/python/examples/server.py.html    |   2 +-
 .../messenger/ruby/examples/client.rb.html      |   2 +-
 .../messenger/ruby/examples/index.html          |   2 +-
 .../messenger/ruby/examples/mailserver.rb.html  |   2 +-
 .../ruby/examples/nonblocking_recv.rb.html      |   2 +-
 .../messenger/ruby/examples/recv.rb.html        |   2 +-
 .../messenger/ruby/examples/send.rb.html        |   2 +-
 .../proton/cpp/examples/broker.cpp.html         |   2 +-
 .../proton/cpp/examples/client.cpp.html         |   2 +-
 .../cpp/examples/connection_options.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/direct_send.cpp.html    |   2 +-
 .../proton/cpp/examples/encode_decode.cpp.html  |   2 +-
 .../proton/cpp/examples/fake_cpp11.hpp.html     |   2 +-
 .../proton/cpp/examples/flow_control.cpp.html   |   2 +-
 .../proton/cpp/examples/helloworld.cpp.html     |   2 +-
 .../cpp/examples/helloworld_direct.cpp.html     |   2 +-
 .../proton/cpp/examples/index.html              |   2 +-
 .../cpp/examples/message_properties.cpp.html    |   2 +-
 .../cpp/examples/multithreaded_client.cpp.html  |   2 +-
 .../multithreaded_client_flow_control.cpp.html  |   2 +-
 .../proton/cpp/examples/options.hpp.html        |   2 +-
 .../proton/cpp/examples/queue_browser.cpp.html  |   2 +-
 .../cpp/examples/reconnect_client.cpp.html      |   2 +-
 .../proton/cpp/examples/scheduled_send.cpp.html |   2 +-
 .../cpp/examples/scheduled_send_03.cpp.html     |   2 +-
 .../proton/cpp/examples/selected_recv.cpp.html  |   2 +-
 .../proton/cpp/examples/server.cpp.html         |   2 +-
 .../proton/cpp/examples/server_direct.cpp.html  |   2 +-
 .../proton/cpp/examples/service_bus.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_recv.cpp.html    |   2 +-
 .../proton/cpp/examples/simple_send.cpp.html    |   2 +-
 .../proton/cpp/examples/ssl.cpp.html            |   2 +-
 .../cpp/examples/ssl_client_cert.cpp.html       |   2 +-
 .../python/examples/abstract_server.py.html     |   2 +-
 .../proton/python/examples/broker.py.html       |   2 +-
 .../proton/python/examples/client.py.html       |   2 +-
 .../proton/python/examples/client_http.py.html  |   2 +-
 .../proton/python/examples/db_common.py.html    |   2 +-
 .../proton/python/examples/db_ctrl.py.html      |   2 +-
 .../proton/python/examples/db_recv.py.html      |   2 +-
 .../proton/python/examples/db_send.py.html      |   2 +-
 .../proton/python/examples/direct_recv.py.html  |   2 +-
 .../proton/python/examples/direct_send.py.html  |   2 +-
 .../proton/python/examples/helloworld.py.html   |   2 +-
 .../python/examples/helloworld_blocking.py.html |   2 +-
 .../python/examples/helloworld_direct.py.html   |   2 +-
 .../examples/helloworld_direct_tornado.py.html  |   2 +-
 .../python/examples/helloworld_tornado.py.html  |   2 +-
 .../proton/python/examples/index.html           |   2 +-
 .../python/examples/proton_server.py.html       |   2 +-
 .../python/examples/proton_tornado.py.html      |   2 +-
 .../python/examples/queue_browser.py.html       |   2 +-
 .../python/examples/recurring_timer.py.html     |   2 +-
 .../examples/recurring_timer_tornado.py.html    |   2 +-
 .../python/examples/selected_recv.py.html       |   2 +-
 .../proton/python/examples/server.py.html       |   2 +-
 .../python/examples/server_direct.py.html       |   2 +-
 .../proton/python/examples/server_tx.py.html    |   2 +-
 .../proton/python/examples/simple_recv.py.html  |   2 +-
 .../proton/python/examples/simple_send.py.html  |   2 +-
 .../proton/python/examples/sync_client.py.html  |   2 +-
 .../python/examples/test_examples.py.html       |   2 +-
 .../proton/python/examples/tx_recv.py.html      |   2 +-
 .../python/examples/tx_recv_interactive.py.html |   2 +-
 .../proton/python/examples/tx_send.py.html      |   2 +-
 .../qpid-proton-master/release-notes.html       |   2 +-
 content/releases/qpid-python-1.35.0/index.html  |   2 +-
 .../messaging-api/examples/drain.html           |   2 +-
 .../messaging-api/examples/hello.html           |   2 +-
 .../messaging-api/examples/hello_xml.html       |   2 +-
 .../messaging-api/examples/index.html           |   2 +-
 .../messaging-api/examples/server.html          |   2 +-
 .../messaging-api/examples/spout.html           |   2 +-
 .../messaging-api/examples/statistics.py.html   |   2 +-
 .../qpid-python-1.35.0/release-notes.html       |   2 +-
 content/releases/qpid-python-1.36.0/index.html  |   2 +-
 .../messaging-api/examples/drain.html           |   2 +-
 .../messaging-api/examples/hello.html           |   2 +-
 .../messaging-api/examples/hello_xml.html       |   2 +-
 .../messaging-api/examples/index.html           |   2 +-
 .../messaging-api/examples/server.html          |   2 +-
 .../messaging-api/examples/spout.html           |   2 +-
 .../messaging-api/examples/statistics.py.html   |   2 +-
 .../qpid-python-1.36.0/release-notes.html       |   2 +-
 content/releases/qpid-python-master/index.html  |   2 +-
 .../messaging-api/examples/drain.html           |   2 +-
 .../messaging-api/examples/hello.html           |   2 +-
 .../messaging-api/examples/hello_xml.html       |   2 +-
 .../messaging-api/examples/index.html           |   2 +-
 .../messaging-api/examples/server.html          |   2 +-
 .../messaging-api/examples/spout.html           |   2 +-
 .../messaging-api/examples/statistics.py.html   |   2 +-
 content/releases/snapshots.html                 |   2 +-
 content/resources.html                          |   4 +-
 content/search.html                             |   2 +-
 content/security.html                           |   4 +-
 content/site.html                               |   2 +-
 content/source-code.html                        |   4 +-
 input/.htaccess                                 |   1 +
 input/_transom_config.py                        |   4 +-
 input/_transom_ignore_links                     |   1 +
 input/_transom_template.html                    |   2 +-
 input/amqp/index.md                             |   2 +-
 input/components/broker-j/index.md              |  95 ++++
 input/components/broker-j/security.md           |  29 +
 input/components/index.md                       |   6 +-
 input/components/java-broker/index.md           |  79 +--
 input/components/java-broker/security.md        |  12 +-
 input/cves/CVE-2016-3094.md                     |   6 +-
 input/cves/CVE-2016-4432.md                     |   4 +-
 input/cves/CVE-2016-8741.md                     |   6 +-
 input/dashboard.md                              |   2 +-
 input/discussion.md                             |   2 +-
 input/documentation.md                          |   6 +-
 input/download.md                               |   7 +-
 input/index.html.in                             |   2 +-
 input/releases/index.md                         |   1 +
 .../book/Apache-Qpid-Broker-J-Book.html.in      |  10 +
 ...roker-Appendix-Environment-Variables.html.in |  54 ++
 ...va-Broker-Appendix-Operation-Logging.html.in | 418 ++++++++++++++
 .../Java-Broker-Appendix-Queue-Alerts.html.in   |  28 +
 ...ker-Appendix-Queue-Declare-Arguments.html.in |  81 +++
 ...Broker-Appendix-Statistics-Reporting.html.in |   8 +
 ...va-Broker-Appendix-System-Properties.html.in |  11 +
 ...Backup-And-Recovery-Virtualhost-Node.html.in |  13 +
 ...oker-Backup-And-Recovery-Virtualhost.html.in |  10 +
 .../Java-Broker-Backup-And-Recovery.html.in     |   4 +
 ...er-Concepts-Authentication-Providers.html.in |   5 +
 .../book/Java-Broker-Concepts-Broker.html.in    |   1 +
 .../book/Java-Broker-Concepts-Exchanges.html.in |  62 ++
 .../Java-Broker-Concepts-Other-Services.html.in |   8 +
 .../book/Java-Broker-Concepts-Ports.html.in     |  12 +
 .../book/Java-Broker-Concepts-Queues.html.in    | 179 ++++++
 ...oker-Concepts-RemoteReplicationNodes.html.in |   2 +
 ...va-Broker-Concepts-Virtualhost-Nodes.html.in |   7 +
 .../Java-Broker-Concepts-Virtualhosts.html.in   |  16 +
 .../book/Java-Broker-Concepts.html.in           |  34 ++
 ...a-Broker-Getting-Started-CommandLine.html.in |  58 ++
 .../Java-Broker-Getting-Started-Logging.html.in |   4 +
 ...tting-Started-Starting-Stopping-Unix.html.in |  13 +
 ...ng-Started-Starting-Stopping-Windows.html.in |  13 +
 .../book/Java-Broker-Getting-Started.html.in    |   8 +
 ...Java-Broker-High-Availability-Backup.html.in |   2 +
 ...a-Broker-High-Availability-Behaviour.html.in |  83 +++
 ...ker-High-Availability-ClientFailover.html.in |   5 +
 ...oker-High-Availability-CreatingGroup.html.in |  39 ++
 ...a-Broker-High-Availability-DiskSpace.html.in |   4 +
 ...gh-Availability-Network-Requirements.html.in |   5 +
 ...ker-High-Availability-NodeOperations.html.in |  21 +
 ...roker-High-Availability-OverviewOfHA.html.in |  25 +
 ...vailability-Reset-Group-Infomational.html.in |   8 +
 ...va-Broker-High-Availability-Security.html.in |   3 +
 .../book/Java-Broker-High-Availability.html.in  |  10 +
 ...nfiguration-Configuration-Properties.html.in |  24 +
 ...-Configuration-Create-Initial-Config.html.in |  16 +
 ...Broker-Initial-Configuration-Example.html.in | 100 ++++
 ...onfiguration-Initial-Config-Location.html.in |  11 +
 ...roker-Initial-Configuration-Location.html.in |   8 +
 ...va-Broker-Initial-Configuration-Type.html.in |  18 +
 .../Java-Broker-Initial-Configuration.html.in   |  11 +
 .../Java-Broker-Installation-Download.html.in   |   3 +
 ...Broker-Installation-InstallationUnix.html.in |  25 +
 ...ker-Installation-InstallationWindows.html.in |  26 +
 ...er-Installation-OptionalDependencies.html.in |   3 +
 ...ava-Broker-Installation-Prerequistes.html.in |  20 +
 .../book/Java-Broker-Installation.html.in       |   2 +
 .../book/Java-Broker-Introduction.html.in       |  10 +
 ...r-Management-Channel-AMQP-Intrinstic.html.in |   3 +
 ...a-Broker-Management-Channel-REST-API.html.in | 251 +++++++++
 ...roker-Management-Channel-Web-Console.html.in |  48 ++
 .../book/Java-Broker-Management-Channel.html.in |  13 +
 ...nt-Managing-Access-Control-Providers.html.in |   3 +
 ...nt-Managing-Authentication-Providers.html.in |  20 +
 ...va-Broker-Management-Managing-Broker.html.in |  27 +
 ...Broker-Management-Managing-Consumers.html.in |   8 +
 ...-Broker-Management-Managing-Entities.html.in |  22 +
 ...Broker-Management-Managing-Exchanges.html.in |   7 +
 ...-Management-Managing-Group-Providers.html.in |   1 +
 ...Broker-Management-Managing-Keystores.html.in |  43 ++
 ...oker-Management-Managing-Plugin-HTTP.html.in |  10 +
 ...ava-Broker-Management-Managing-Ports.html.in |  36 ++
 ...va-Broker-Management-Managing-Queues.html.in |  20 +
 ...ment-Managing-RemoteReplicationNodes.html.in |  24 +
 ...oker-Management-Managing-Truststores.html.in |  38 ++
 ...anagement-Managing-Virtualhost-Nodes.html.in |  33 ++
 ...ker-Management-Managing-Virtualhosts.html.in |  28 +
 ...eous-Installing-External-JDBC-Driver.html.in |   5 +
 .../book/Java-Broker-Miscellaneous.html.in      |   9 +
 ...a-Broker-Runtime-Background-Recovery.html.in |  14 +
 ...ntime-Close-Connection-When-No-Route.html.in |  28 +
 ...Java-Broker-Runtime-Connection-Limit.html.in |  24 +
 .../book/Java-Broker-Runtime-Consumers.html.in  |  32 ++
 ...Broker-Runtime-Disk-Space-Management.html.in |  41 ++
 .../Java-Broker-Runtime-Flow-To-Disk.html.in    |  14 +
 ...time-Handling-Undeliverable-Messages.html.in |  36 ++
 .../book/Java-Broker-Runtime-Memory.html.in     | 138 +++++
 ...a-Broker-Runtime-Message-Compression.html.in |  15 +
 ...Runtime-Producer-Transaction-Timeout.html.in |  60 ++
 .../book/Java-Broker-Runtime.html.in            |  97 ++++
 ...oker-Security-AccessControlProviders.html.in | 221 ++++++++
 ...er-Security-Configuration-Encryption.html.in |  20 +
 ...Java-Broker-Security-Group-Providers.html.in |  36 ++
 .../book/Java-Broker-Security.html.in           | 152 +++++
 .../qpid-broker-j-7.0.0/book/apds02.html.in     |  17 +
 .../qpid-broker-j-7.0.0/book/apds03.html.in     |  11 +
 .../qpid-broker-j-7.0.0/book/css/style.css      | 131 +++++
 .../book/images/Broker-MessageFlow.png          | Bin 0 -> 36840 bytes
 .../book/images/Broker-Model.png                | Bin 0 -> 56499 bytes
 .../book/images/Broker-PortAuthFlow.png         | Bin 0 -> 56560 bytes
 .../book/images/Exchange-Direct.png             | Bin 0 -> 36554 bytes
 .../book/images/Exchange-Direct.svg             |  23 +
 .../book/images/Exchange-Fanout.png             | Bin 0 -> 23348 bytes
 .../book/images/Exchange-Fanout.svg             |  23 +
 .../book/images/Exchange-Topic-Hierarchical.png | Bin 0 -> 40952 bytes
 .../book/images/Exchange-Topic-Hierarchical.svg |  23 +
 .../book/images/Exchange-Topic-JMSSelector.png  | Bin 0 -> 44744 bytes
 .../book/images/Exchange-Topic-JMSSelector.svg  |  23 +
 .../book/images/Exchange-Topic.png              | Bin 0 -> 26939 bytes
 .../book/images/Exchange-Topic.svg              |  23 +
 .../HA-BDBHAMessageStore-MBean-jconsole.png     | Bin 0 -> 52533 bytes
 .../book/images/HA-Create-1.png                 | Bin 0 -> 50328 bytes
 .../book/images/HA-Create-2.png                 | Bin 0 -> 51814 bytes
 .../book/images/HA-Create-3.png                 | Bin 0 -> 83561 bytes
 .../book/images/HA-Overview.png                 | Bin 0 -> 54044 bytes
 .../book/images/JMX-Connect-MBeans.png          | Bin 0 -> 66586 bytes
 .../book/images/JMX-Connect-Remote.png          | Bin 0 -> 66411 bytes
 .../book/images/Management-Web-Add-Dialogue.png | Bin 0 -> 70733 bytes
 .../book/images/Management-Web-Auth.png         | Bin 0 -> 85993 bytes
 .../book/images/Management-Web-Console.png      | Bin 0 -> 232164 bytes
 .../book/images/Management-Web-ContextVar.png   | Bin 0 -> 29470 bytes
 .../images/Management-Web-Edit-Dialogue.png     | Bin 0 -> 27262 bytes
 .../Management-Web-Logging-FileLogger.png       | Bin 0 -> 136172 bytes
 .../Management-Web-Logging-InclusionRule.png    | Bin 0 -> 149497 bytes
 .../Management-Web-Logging-MemoryLogger.png     | Bin 0 -> 229299 bytes
 .../book/images/Management-Web-Tab.png          | Bin 0 -> 119713 bytes
 .../book/images/VirtualHost-Model.png           | Bin 0 -> 24613 bytes
 .../qpid-broker-j-7.0.0/book/index.html.in      |  10 +
 input/releases/qpid-broker-j-7.0.0/index.md     |  69 +++
 .../qpid-broker-j-7.0.0/release-notes.md        | 344 ++++++++++++
 input/resources.md                              |   2 +-
 input/security.md                               |   2 +-
 input/source-code.md                            |   2 +-
 python/generate.py                              |   2 +-
 scripts/gen-broker-j-release-docs               |   8 +-
 scripts/gen-broker-j-release-page               |  34 +-
 4156 files changed, 25169 insertions(+), 4179 deletions(-)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[29/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 294f0df..cb654d9 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index ad01466..c777fcf 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index f18041f..deab734 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index c753e0d..3cd98f9 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index e966993..2b278ad 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index c74a7c0..40940b6 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index a733c36..e3e2110 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Security.html
index e5a47a0..45fffdf 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability.html
index aa523d8..1a2a1aa 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index 6d79a27..695710a 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index 4a55191..dd385af 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index 0e58fab..7e05377 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index a0b307f..407a0f9 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index e8bfa4d..22f72cb 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index bd09628..94c285a 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration.html
index 0707e3e..c9142dd 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-Download.html
index 82b62a4..be247cd 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index 1692f22..4a1a8f0 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index 4272e2a..fc8a5ef 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index 8163f7e..4b50e76 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-Prerequistes.html
index 7065a01..fd190a6 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation.html
index 95f0b7e..4d8030b 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Introduction.html
index 1d86f34..197550a 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index abbcc19..c2dd882 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-QMF.html
index 0e9a265..c423e38 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index 4d9550e..9ac7c42 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index 0a797f9..ef7ccba 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel.html
index e119a14..4d8058c 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index a0204c3..87a0053 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index 106ccd7..ad7f3bc 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Broker.html
index ff29266..3513914 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index 332ac82..9162c8c 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index 13e2ac1..be89ebf 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Entities.html
index d361491..6e358de 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index bfc6342..16751e2 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index 2e8378c..40d7e3d 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index 584849a..a8e5138 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index a8361e3..579f039 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Ports.html
index 57f358d..abd39d5 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Queues.html
index 858c7c1..23eec77 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index a4f9f28..40d6811 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index 679c0c1..1936152 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index 7fe9679..f2e4d51 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index f3f237d..b2cac57 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index da21155..f598c57 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index 29b6102..252e59c 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous.html
index 94b2c90..a2489be 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index d2d0db4..7a5cd28 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index 702da2a..9186bd1 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index d55d85f..81de37d 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Consumers.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Consumers.html
index 88ff7da..010613e 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Consumers.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index 02e7118..8c3e2f7 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index b88e97f..32cbe54 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index d710be3..36b475e 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Memory.html
index 43c30e5..729d1c5 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index 77013fb..77647e8 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index 6c3e7bc..079255c 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime.html
index 61cd549..1dc86e7 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-ACLs.html
index 823b28e..50119cb 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index 21d75ae..cb6fc48 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-Group-Providers.html
index 75dcb09..58bc2ba 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security.html
index 1cedacd..c8e2997 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/index.html b/content/releases/qpid-broker-j-master/java-broker/book/index.html
index 341b957..9b3ba6a 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/index.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/release-notes.html b/content/releases/qpid-broker-j-master/release-notes.html
index 891e1f9..00af66b 100644
--- a/content/releases/qpid-broker-j-master/release-notes.html
+++ b/content/releases/qpid-broker-j-master/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/AMQP-Compatibility.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/AMQP-Compatibility.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/AMQP-Compatibility.html
index 2700776..4f91d04 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/AMQP-Compatibility.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/AMQP-Compatibility.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html
index 0a09aaf..6817862 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/QpidInteroperabilityDocumentation-QpidInteroperabilityDocumentation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/Using-message-groups.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/Using-message-groups.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/Using-message-groups.html
index 49a5d5e..bbd8000 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/Using-message-groups.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/Using-message-groups.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01.html
index 0ccf634..0141021 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s02.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s02.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s02.html
index 69e0c77..cbeb506 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s02.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s02.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s03.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s03.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s03.html
index 5d677a4..e903bc0 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s03.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s03.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s06.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s06.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s06.html
index 5407f32..0a57d9a 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s06.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/ch01s06.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/ch02s02.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/ch02s02.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/ch02s02.html
index ec4cf3b..25bf91a 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/ch02s02.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/ch02s02.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/ch02s03.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/ch02s03.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/ch02s03.html
index 5fa753c..8108bb8 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/ch02s03.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/ch02s03.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html
index 3361761..3ed5603 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-cpp-0.34/cpp-broker/book/chap-Messaging_User_Guide-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-cpp-0.34/cpp-broker/book/chap-Messaging_User_Guide-Security.html b/content/releases/qpid-cpp-0.34/cpp-broker/book/chap-Messaging_User_Guide-Security.html
index 68a434e..2cbf951 100644
--- a/content/releases/qpid-cpp-0.34/cpp-broker/book/chap-Messaging_User_Guide-Security.html
+++ b/content/releases/qpid-cpp-0.34/cpp-broker/book/chap-Messaging_User_Guide-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[30/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/release-notes.html b/content/releases/qpid-broker-j-7.0.0/release-notes.html
new file mode 100644
index 0000000..9a8e97f
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/release-notes.html
@@ -0,0 +1,476 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Qpid Broker-J 7.0.0 Release Notes - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li>Qpid Broker-J 7.0.0 Release Notes</li></ul>
+
+        <div id="-middle-content">
+          <h1 id="qpid-broker-j-700-release-notes">Qpid Broker-J 7.0.0 Release Notes</h1>
+
+<p>Qpid Broker-J 7.0 brings the following major changes:</p>
+
+<ul>
+<li>Improved AMQP 1.0 support</li>
+<li>Support for AMQP JMS Mapping Version 1.0 WD09</li>
+<li>Support for JMS 2.0 shared subscriptions</li>
+<li>Improved message conversion for applications using different AMQP protocols</li>
+<li>Improved direct memory management</li>
+</ul>
+
+<p>For more information about this release, including download links and
+documentation, see the <a href="index.html">release overview</a>.</p>
+
+<h2 id="new-features-and-improvements">New features and improvements</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/QPID-6028">QPID-6028</a> - [Java Broker] Configured model objects should have only one parent</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-6779">QPID-6779</a> - [Java Broker] Refactor consumer closing functionality to make it consistent between different protocols</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7034">QPID-7034</a> - Inactive web management console session not automatically timed-out</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7184">QPID-7184</a> - Protocol layers should retain an association between a delivered message and the consumer to which it is delivered.</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7190">QPID-7190</a> - Enhance Java Broker documentation to include usage for AMQP 1.0</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7212">QPID-7212</a> - [Java Broker, WMC] Don't transmit inherited context variables by default</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7220">QPID-7220</a> - [Java Broker, WMC] REST requests for ConfiguredObjects should not return children by default</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7229">QPID-7229</a> - [Java Broker] Update Dojo to 1.12.2</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7283">QPID-7283</a> - [Java Broker] Simplify SASL authentication functionality across broker AMQP layers</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7310">QPID-7310</a> - [Java Broker] SiteSpecificTrustStore should use protocol default port when no port is specified</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7311">QPID-7311</a> - [Java Broker] SiteSpecificTrustStore does not provide helpful error messages when protocol is missing</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7316">QPID-7316</a> - WMC should permit the navigation from a consumer on a queue back to the connection </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7345">QPID-7345</a> - [Java Broker] Remove support for ACL checking based on the "immediate" flag</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7371">QPID-7371</a> - Log failed login attempts</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7434">QPID-7434</a> - Mature the AMQP message conversion layer (headers and content)</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7468">QPID-7468</a> - [Java Broker] Upgrade logback to 1.1.11 and SLF4J to 1.7.24</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7471">QPID-7471</a> - [Java Broker] MessageConverter should respect mimeType</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7486">QPID-7486</a> - [Java Broker] Refactor broker startup code, remove BrokerOptions</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7496">QPID-7496</a> - [Java Broker] Reduce the implementation burden of creating non-standard virtual hosts</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7497">QPID-7497</a> - [Java Broker] Reduce size of anonymous state change listener classes by using abstract base class</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7506">QPID-7506</a> - [Java Broker] Move queue statistics accounting into a separate class</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7509">QPID-7509</a> - [Java Broker] Remove redundant RecordDeliveryMethod interface/implementations</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7514">QPID-7514</a> - [Java Broker] Do all message delivery processing on the IO threads and remove the QueueRunner</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7517">QPID-7517</a> - [Java Broker] Add a ManagedOperation to allow selected retrieval of statistics from an object</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7518">QPID-7518</a> - [Java Broker] Reduce cost of calculating size of buffered data in NonBlockingConnection</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7519">QPID-7519</a> - Remove unnecessary Jetty dependency (jetty-client) from Broker</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7520">QPID-7520</a> - [Java Broker] Fix "&amp;" vs "&amp;&amp;" typo in BooleanWriter from AMQP 1.0 codec </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7521">QPID-7521</a> - [Java Broker] Close stream in SSLUtil#readPrivateKey</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7525">QPID-7525</a> - [Java Broker] Invoke attribute methods on initialisation of reporting in Broker</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7528">QPID-7528</a> - Add serializationVersionId to the classes implementing Serializable</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7529">QPID-7529</a> - [Java Broker] Implement producer flow control in AMQP 1.0</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7531">QPID-7531</a> - [Java Broker] Tidy up AMQP 1.0 implementation</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7532">QPID-7532</a> - [Java] Replace AMQConstant class with constant integer error codes</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7533">QPID-7533</a> - [Java Broker] Implement wd12 version of the AMQP Management working draft</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7539">QPID-7539</a> - [Java Broker] Support connection and user level logging</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7551">QPID-7551</a> - Expose Broker version as a Virtualhost derived attribute</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7552">QPID-7552</a> - Use management to retrieve the Broker's version number</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7555">QPID-7555</a> - Improve performance-test maven pom to allow the convenient running of performance tests from Maven</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7558">QPID-7558</a> - [Java Broker] Allow Multiple JDBC Virtual Hosts / Message Stores to share the same database</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7561">QPID-7561</a> - [Java Broker] Do not allow the creation of Derby Virtual Hosts if the Derby JDBC driver is not present</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7563">QPID-7563</a> - Implement Virtualhost centric REST interface</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7564">QPID-7564</a> - Add competing consumer test to the performance test suite</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7568">QPID-7568</a> - [Java Broker] [AMQP 1.0] support Delayed Delivery with the JMS 2.0 client</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7569">QPID-7569</a> - [Java Broker] [AMQP 1.0] support for shared subscriptions</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7570">QPID-7570</a> - [Java Broker] [AMQP 1.0] Add support for anonymous sending links</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7571">QPID-7571</a> - Allow model to designate operation parameters as not nullable</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7572">QPID-7572</a> - [Java Broker] Refactor Consumer related interfaces</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7575">QPID-7575</a> - [Java Broker] Improve AMQP 1.0 codec to retain encoded message data</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7578">QPID-7578</a> - [Java Broker] make AMQP 1.0 temporary queues globally addressable </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7580">QPID-7580</a> - [Java Broker] Expose the type of message (AMQP 0-9-1/0-10/1-0/Non-AMQP) through REST/Management</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7586">QPID-7586</a> - [Java Broker] [AMQP 1.0] Simplify the AMQP codec so that it always assumes that the buffer it is writing into is large enough</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7597">QPID-7597</a> - Expose the bound (i.e. listening) port number on Port model object</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7601">QPID-7601</a> - [Java Broker] Allow annotations to define ManagedAttributeValueTypes as abstract, some methods as derived</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7602">QPID-7602</a> - Message reply-to conversion between protocols for point to point and publish subscribe messaging patterns</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7603">QPID-7603</a> - [AMQP 1.0] Maximum Delivery Count/Dead-lettering</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7605">QPID-7605</a> - [Java Broker] [AMQP1.0] Container id uniqueness</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7606">QPID-7606</a> - Generalise Queue|Exchange#alternateExchange as alternateBinding</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7607">QPID-7607</a> - AMQP 1.0 conversion layer to use 'Map' x-opt-jms-msg-type annotation when message is representable as a JMS Map Message and recipent known to be the Qpid JMS Client </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7609">QPID-7609</a> - JMS 2.0 systests module</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7610">QPID-7610</a> - [Java Broker] MemorySystemConfig should override the default preferenceStoreAttributes</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7618">QPID-7618</a> - Ring policy type</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7621">QPID-7621</a> - Target Java 8+, i.e. drop support for Java 7</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7622">QPID-7622</a> - Separate Qpid Broker for Java and 0-x JMS Client in source tree</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7633">QPID-7633</a> - Remove SessionAdapter</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7639">QPID-7639</a> - Implement large transaction guard  restricting direct memory consumption by messages from uncommitted transactions on the connection</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7653">QPID-7653</a> - [Java Broker] Separate JDBC and Derby Plugins from Broker Core</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7664">QPID-7664</a> - [Java Broker] [AMQP1.0] Support defaultOutcome handling</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7665">QPID-7665</a> - Protocol system test suite for AMQP 1.0</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7667">QPID-7667</a> - [Java Broker] [AMQP1.0] Implement multi-ssns-per-txn for the transaction controller</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7668">QPID-7668</a> - [Java Broker] Add MySQL configuration to the set of known DBMS types in JDBCDetails</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7680">QPID-7680</a> - Isolate 0-10 Xid to the 0-10 protocol layer</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7683">QPID-7683</a> - Remove knowledge of 0-x encoders from the AMQP 1.0 protocol layers</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7689">QPID-7689</a> - [Java Broker] Consider message header size where appropriate</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7708">QPID-7708</a> - [Java Broker] [AMQP 1.0] Allow the incoming session credit window to be configured with a context value</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7722">QPID-7722</a> - [0-10] Avoid repetitious AccessController.doPrivileged calls if incoming buffer contains a sequence of frames for the same channel </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7724">QPID-7724</a> - [Java Broker] update optional BDB store to use version 7.3.7 of BDB JE </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7730">QPID-7730</a> - [Java Broker] Upgrade logback to latest version (1.2.2)</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7731">QPID-7731</a> - Upgrade to Jetty 9.4</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7736">QPID-7736</a> - [Java Broker] Upgrade SLF4j to 1.7.25</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7740">QPID-7740</a> - [BDB HA] Improve ReplicatedEnvironmentFacade API for updating priority, designated primary and electoral group override</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7745">QPID-7745</a> - [Java Broker] Bump dependency version of Apache Derby</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7760">QPID-7760</a> - Allow annotation processor ConfiguredObjectRegistrationGenerator to handle incremental compilation</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7762">QPID-7762</a> - Add ability to turn off flow to disk</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7769">QPID-7769</a> - [AMQP 0-8..0-91] Support decoding of type codes u (unsigned short) and B (unsigned byte) to maximise compatibility with other AMQP implementations</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7771">QPID-7771</a> - Allow exchange to exchange bindings to substitute the routing key</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7772">QPID-7772</a> - Add statistics panel to view tabs within the Web Management Console</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7773">QPID-7773</a> - REST API queries that identify a single object by its full path should return a object rather than a list.</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7775">QPID-7775</a> - Flow to disk should consider the size of the resident messages in memory.</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7776">QPID-7776</a> - Add flow to disk queue policy</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7787">QPID-7787</a> - [Java Broker] In AMQP 1.0 allow the SASL outcome to carry additional information</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7790">QPID-7790</a> - Include statistics in API docs</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7791">QPID-7791</a> - Recover metadata into direct memory</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7793">QPID-7793</a> - [1.0] Avoid repetitious AccessController.doPrivileged calls if incoming buffer contains a sequence of frames for the same channel </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7799">QPID-7799</a> - Broker should be able to write a periodic dump of statistics</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7800">QPID-7800</a> - [Java Broker] Refactor Port classes to remove unnecessary intermediate classes/interfaces</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7804">QPID-7804</a> - Change default virtualhost store type from Derby to BDB JE</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7806">QPID-7806</a> - [Java Broker] [AMQP 1.0] Slow connection ticker should be running until OPEN performative is received or timeout expires</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7807">QPID-7807</a> - Add support temporary-topics (as per AMQP bindmap WD9)</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7812">QPID-7812</a> - [Java Broker] [AMQP1.0] Wire up unacknowledged message bytes/count statistics</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7815">QPID-7815</a> - Reject policy type</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7816">QPID-7816</a> - [Java Broker] [AMQP 1.0] Ensure that delivery tag is set on transfer</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7820">QPID-7820</a> - Extend AMQP 1.0 protocol tests to support web socket tests too</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7825">QPID-7825</a> - Improve queue accounting statistics</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7826">QPID-7826</a> - Refactor ACO#addChildAsync to remove most overrides</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7827">QPID-7827</a> - Recoverers allocate separate queue UUID for each recovered message instance</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7831">QPID-7831</a> - Refactor AbstractJDBCMessageStore to use try-with-resources </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7832">QPID-7832</a> - Refactor store/protocol API using Collection&lt;QpidByteBuffers&gt;</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7838">QPID-7838</a> - Make AMQP Management Node respect secure attributes and secure operations</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7839">QPID-7839</a> - Tidy-up maven dependency management</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7842">QPID-7842</a> - [AMQP 1.0] Refactor link endpoint implementations</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7843">QPID-7843</a> - [Java Broker] Correct queue attribute minimumMessageTtl/maximumMessageTtl documentation</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7856">QPID-7856</a> - [Java Broker] Convert broker connection related attributes into context variables and expose them on amqp port as derived attributes</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7858">QPID-7858</a> - [Java Broker] Bump com.fasterxml.jackson dependency 2.5 =&gt; 2.8</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7864">QPID-7864</a> - [Java Broker] Update Google Guava dependency</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7865">QPID-7865</a> - [Java Broker] Tidy-up AMQP 1.0 'Destination' classes</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7867">QPID-7867</a> - Authentication using expired certificate</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7869">QPID-7869</a> - [Java Broker] Truststore improvements</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7870">QPID-7870</a> - [Java Broker] Remove support for the x-opt-jms-type message annotation</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7881">QPID-7881</a> - [Java Broker] [WMC] Expose broker restart operation through Management Console.</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7886">QPID-7886</a> - [Java Broker] [WMC] Expose ability to get a thread dump</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7887">QPID-7887</a> - [Java Broker] Message conversion error handling</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7896">QPID-7896</a> - Create system tests testing end-to-end message conversion</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7904">QPID-7904</a> - [Java Broker] ensure ACLs work with AMQP 1.0</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7907">QPID-7907</a> - [Documentation] Update the HA docs to advise users to set both the je and the qpid limit explicitly</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7910">QPID-7910</a> - [Java Broker] Improve qpid.stop script</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7914">QPID-7914</a> - [Java Broker] Queue Minimum/Maximum Message TTL default should be overridable by context variables</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7917">QPID-7917</a> - [Java Broker, WMC] Upgrade dgrid to version 1.2.1 and dstore to version 1.1.2</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7921">QPID-7921</a> - [Java Broker] [ACL] Tactical improvements to ACL to allow managed operation invocations to be controlled</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7923">QPID-7923</a> - [Java Broker] Allow attribute level ACL to be enforced on update</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7932">QPID-7932</a> - [Java Broker, AMQP 1.0] Improve Error handling when decoding</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7935">QPID-7935</a> - [Java Broker] [ACL] Allow legacy ACL rule set to specify a default result of defer</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7939">QPID-7939</a> - [Java Broker] update BDB JE dependency from 7.3.7 to 7.4.5</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7953">QPID-7953</a> - [Stress Test Tools] Simple changes to allow running against the qpid-jms-client</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7957">QPID-7957</a> - [Java Broker, AMQP 1.0] Add support for max-message-size on Attach</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7960">QPID-7960</a> - [Java Broker, AMQP 1.0] Add support for undeliverable-here on Modified outcome</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7974">QPID-7974</a> - JdbcUtils.TableExists is very slow on big databases such as Oracle</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7983">QPID-7983</a> - Bump the initial-config's model version from 6.1 to 7.0 </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7984">QPID-7984</a> - [Java Broker] [Tools] Remove unused tools</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7986">QPID-7986</a> - [Qpid Broker-J] [AMQP0-10] Remove redundant casts left by collapse of ServerConnection/SessionSession etc</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7990">QPID-7990</a> - [Qpid Broker-J] [AMQP0-8] Dead _model reference in AMQPChannel</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7992">QPID-7992</a> - [Broker-J] Add auxiliary operation to purge and dump links from link registry</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8000">QPID-8000</a> - [Broker-J] Improve buffer statistic names</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8001">QPID-8001</a> - [Broker-J] [Documentation] Updates to docbook documentation to reflect changes/new features in v7</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8002">QPID-8002</a> - [Broker-J][REST] Increase sasl exchange expiry interval</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8005">QPID-8005</a> - [Broker-J][WMC] Redirect requests for removed 'login.html' to 'index.html'</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8012">QPID-8012</a> - [Broker-J][WMC] Use ResourceWidget to configure path for access control provider of type AclFile </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8020">QPID-8020</a> - [Broker-J] Rename binary and source distribution bundles for broker-j</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8023">QPID-8023</a> - [Broker-J] Remove com.google.code.findbugs:jsr305 dependency</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8024">QPID-8024</a> - [Broker-J] Reflect missing components and changes in copyright dates in the NOTICE file</li>
+</ul>
+
+<h2 id="bugs-fixed">Bugs fixed</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/QPID-3987">QPID-3987</a> - Tests broker_0_9.queue.QueueTests.test_unbind_fanout and broker_0_9.queue.QueueTests.test_unbind_headers fail with 404, 'No such binding'</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-6653">QPID-6653</a> - Earlier Qpid Java client: receiver issue with multi-transfer pre-settled messages</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-6738">QPID-6738</a> - Joram test TopicSessionTest#testDurableSubscriber hangs against Java Broker when invoked a second time (qpid-jms-client 0.5.0)</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7059">QPID-7059</a> - BDBHAVirtualHostNodeRestTest.testDeleteMasterNode failed sporadically on Apache CI</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7272">QPID-7272</a> - [Java Broker] Direct memory QpidByteBuffer created in message conversion modules should be disposed as soon as possible after becoming unused</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7399">QPID-7399</a> - [Java Broker] ClosedSelectorException during shutdown</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7425">QPID-7425</a> - Management delete of a message may refund credit too early</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7459">QPID-7459</a> - ProducerFlowControlTest#testSendTimeout test fails sprodically on 0-10 profiles</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7473">QPID-7473</a> - [Java Broker] Asynchronous message recoverer should always delete orphan messages from the store</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7480">QPID-7480</a> - Incorrect error message when editing "number of connection threads" of a virtual host</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7481">QPID-7481</a> - Statistics gathering screen label uses wrong unit</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7482">QPID-7482</a> - Heartbeat screen label uses wrong units</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7487">QPID-7487</a> - [Java Broker] The option to "overwrite configuration" on Main does nothing</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7488">QPID-7488</a> - [Java Broker, WMC] Clicking on any of dashboard widget titlebar icons  (collapse pane, edit, goto, or close) triggers widget dragging in IE</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7491">QPID-7491</a> - [Java Broker] Fix AbstractSystemMessageSource#pullMessage</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7508">QPID-7508</a> - Broker occasionally fails to report SUB-1003 in response to a consumer that has become suspended</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7511">QPID-7511</a> - [Java Broker] AmqpPort objects cannot be properly closed unless virtual hosts are closed </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7513">QPID-7513</a> - [Java Broker] If no virtualHostNode is provided, a PatternMatchingAlias should return the default virtual host node</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7516">QPID-7516</a> - [Java Broker] The timeout when waiting for a response from a server-initiated close should be configurable</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7522">QPID-7522</a> - [Java Broker] Fix state check in  ReplicatedEnvironmentFacade#tryToRestartEnvironment</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7523">QPID-7523</a> - [Java Broker] UpgradeFrom7To8#getConfigVersion should guard against NPE in case cursor is null</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7527">QPID-7527</a> - [Java Broker] ProtocolOutputConverterImpl$CompositeAMQBodyBlock#getSize and ProtocolOutputConverterImpl$SmallCompositeAMQBodyBlock#getSize should cast operands to long to avoid truncation to int</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7534">QPID-7534</a> - EncodingUtils#readLongAsShortString does not guard against the string containing characters not in the range '0'-'9'</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7537">QPID-7537</a> - Improve implementations of equal methods in various classes to be able to account for sub-classes</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7540">QPID-7540</a> - [Java Broker] The broker cannot recover durable Consumers (AMQP 1.0) which leaves it in an ERRORed state</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7545">QPID-7545</a> - [Java Broker] Make 0-10 CreditManagers work with Python client</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7548">QPID-7548</a> - [Java Broker] Upgrade of configuration from model version 3 fails</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7549">QPID-7549</a> - [Java Broker] Authentication using SimpleLDAP authentication provider fails with NPE when caching of authentication results is enabled(by default)</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7550">QPID-7550</a> - Metadata service does not set cache control headers</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7560">QPID-7560</a> - AbstractVirtualHost defines two state transitions from ERROR to ACTIVE</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7562">QPID-7562</a> - Ensure that HTTP threads always carry a ManagementConnectionPrincipal</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7576">QPID-7576</a> - Metadata loaded twice for recovered message</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7577">QPID-7577</a> - [Java Broker] Generic JDBC configuration store mistakenly is put into OPEN state in init</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7579">QPID-7579</a> -  AMQP 1.0 - settled flag set incorrectly for transactional sessions in mode rcvSettleMode FIRST</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7582">QPID-7582</a> - Auto unboxing null from Discharge#getFail() cause NPEs</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7583">QPID-7583</a> - [Java Broker] On AMQP 1.0 ensure Flow is sent to client when producer flow control changes state</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7591">QPID-7591</a> - Broker may send a deleted message to a queue browser</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7592">QPID-7592</a> - [AMQP1.0] leak from Session_1_0#_outgoingUnsettled for long lived JMS auto-ack consuming session.</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7593">QPID-7593</a> - Ending an AMQP1.0 connection with consumer leaks the connection, session and objects related to the consumer</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7600">QPID-7600</a> - AMQChannel#receivedComplete is performed without the SessionPrincipal within the thread access controller context</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7608">QPID-7608</a> - [Java Broker, Documentation] Chapter "9.6. Flow to Disk" is inaccessible</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7616">QPID-7616</a> - VirtualHostNode name is not expanded before creating thread</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7623">QPID-7623</a> - "SEVERE: RuntimeException while executing runnable" reported by Guava to stderr if a state transition method throws exception</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7625">QPID-7625</a> - [AMQP 1.0] Enforce lifetime-policy DeleteOnClose </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7627">QPID-7627</a> - [Java Broker] Ensure DoOnConfigThread annotation is processed across compilation units</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7631">QPID-7631</a> - [Java Broker, WMC] In BDBHA 2-node group you should be able to configure priority</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7634">QPID-7634</a> - [Java Broker,amqp 1.0] Broker does not respond to Flow command with drain=true if queue is empty and prefetch is 0</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7635">QPID-7635</a> - [Java Broker] If ANONYMOUS-RELAY finds the destination it should defer the delivery outcome to the destination</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7636">QPID-7636</a> - [AMQP 1.0] producer message flow does not restart after disk-space based flow control relinquished</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7637">QPID-7637</a> - [AMQP 1.0] existing block state not applied to newly created sessions</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7644">QPID-7644</a> - [Java Broker] [AMQP 1.0] Remove non-standard support for UTF-16 Strings from the AMQP type system</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7646">QPID-7646</a> - [Java Broker] fix AbstractAMQPSession#getLocalTransactionOpen to support values &gt; 1</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7647">QPID-7647</a> - [Java Broker] fix handling of broker type in configuration</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7648">QPID-7648</a> - [Java Broker] Reject AMQP 1.0 durable messages if no persistent store is configured</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7661">QPID-7661</a> - [Java Broker] Stop creating 'dead letter queue' for a durable subscription queue</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7670">QPID-7670</a> - [Java Broker] WebSocket transport does not respect AMQP idle timeout</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7675">QPID-7675</a> - [Java Broker] Runtime exception can be thrown by REST API on failure to create BDB HA Virtual Host Node</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7682">QPID-7682</a> - [Java Broker] CloudFoundry group provider plugin reports 404 errors from the service as 500 errors</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7684">QPID-7684</a> - [Java Broker, BDB] Close Cursor when LockConflictException is thrown</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7685">QPID-7685</a> - [Java Broker, BDB] AsyncRecovery and Queue#enqueue can contend for a BDB Lock potentially bringing down the broker</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7690">QPID-7690</a> - [Java Broker] Cannot create VirtualHostLogger with certain ACLs in place</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7695">QPID-7695</a> - [Java Broker, BDB HA] Indefinite hang when new node joins existing group but existing node is unresponsive</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7707">QPID-7707</a> - [Java Broker, WMC] If ACL reload operation fails due to  malformed ACL rules, etc, the error is not reported back to the user invoking the operation</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7719">QPID-7719</a> - [Java Broker] Set response code to 500 when unexpected error occurs during REST call </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7723">QPID-7723</a> - [0-10] Re-encoding of the 0-10 message during computation of updateStatsOnEnqueue causes performance slow down</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7729">QPID-7729</a> - [Java Broker, WMC] Fix evaluation of context path in the Web Management Console</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7733">QPID-7733</a> - [Java Broker] Misplaced ch.qos.logback.classic.spi.Configurator services file prevents use of logback in the Broker without the Qpid logging-logback module</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7734">QPID-7734</a> - [Java Broker, WMC] Fix anonymous login to the WMC</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7735">QPID-7735</a> - [Java Broker] Allow multiple ports to be configured using dynamic port 0</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7739">QPID-7739</a> - [Java Broker] In AMQP 1.0 fix handling of channel Id &gt; 2^15</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7741">QPID-7741</a> - [Java Broker] In AMQP 1.0 gracefully handle non-compliant performatives</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7742">QPID-7742</a> - [Java Broker] [AMQP 1.0] Hostname should be taken from SNI or sasl-init if it is not present in open</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7743">QPID-7743</a> - [Java Broker] Propagate current IO thread when switching protocol engine to facilitate the correct processing of pipelined requests</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7744">QPID-7744</a> - [Java Broker] Fix NPE in AbstractVirtualHost$MessageHeaderImpl when there is no user principal</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7746">QPID-7746</a> - [Java Broker] Enforce AMQP 1.0 channel-max correctly</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7748">QPID-7748</a> - [Java Broker] In AMQP 1.0 ensure we send Flow echo in a timely fashion</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7749">QPID-7749</a> - [Java Broker] In AMQP 1.0 settle incoming messages when rcv-settle-mode is default</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7750">QPID-7750</a> - [Java Broker] NPE in AbstractQueue#getOldestMessageArrivalTime when Queue was not opened</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7751">QPID-7751</a> - [Java Broker] Login attempt using SimpleLDAP might result in 500</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7752">QPID-7752</a> - [AMQP 1.0] producer message flow control should not be applied to transaction coordinator links</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7753">QPID-7753</a> - Sparsely occupied message buffers may lead to java.lang.OutOfMemoryError: Direct buffer memory</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7763">QPID-7763</a> - [Java Broker] Flow to disk if allocated direct memory exceeds broker wide broker.flowToDiskThreshold</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7766">QPID-7766</a> - [Java Broker] [Derby Store] Unsigned byte type should be used when reading stored message metada type</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7777">QPID-7777</a> - [AMQP 1.0] NPE during consumer target delivery path </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7781">QPID-7781</a> - [Java Broker] 500 error whilst deleting a virtualhost.</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7782">QPID-7782</a> - [Java Broker] [AMQP1.0] NPE on connection when no default virtualhost exists</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7783">QPID-7783</a> - [Java Broker] Closing a virtualhost does not dispose QBBs associated with messages on queues</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7784">QPID-7784</a> - [Java Broker] Closing a virtualhost does not dispose QBBs still associated with pooled IO threads</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7789">QPID-7789</a> - [Java Broker, WMC] The webclient sasl implementation should always answer a challenge by sending back a response.</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7796">QPID-7796</a> - [Java Broker] Guard against NPE in 0-10 when storing messages without header</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7798">QPID-7798</a> - [Java Broker] AMQP Management Operation throws NPE when it cannot find the target object</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7803">QPID-7803</a> - [Java Broker] Support the sending of an incomplete unsettled map</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7808">QPID-7808</a> - [Java Broker] [AMQP 0-10] Producer flow control overflow policy is not triggered on breaching the threshold due to missing Session principal</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7811">QPID-7811</a> - [Java Broker] Asynchronous message store recoverer can delete message content for the message enqueued after broker startup</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7817">QPID-7817</a> - [Java Broker] [WebSocket] Websocket implementation must not assume that web socket frame contains a whole AMQP frame</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7823">QPID-7823</a> - [Java Broker] [AMQP1.0] Contradicting message-formats on multi transfer deliveries should result in error</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7836">QPID-7836</a> - NPE logged at WARN during management view of messages whilst consumer active</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7837">QPID-7837</a> - Malformed annotated messages (message format 0) can lead to ClassCastException </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7846">QPID-7846</a> - [Java Broker] [AMQP 1.0] Transaction Coordinator Links are accumulated in LinkRegistry</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7854">QPID-7854</a> - [Java Broker] Queue that has been used as a alternative binding cannot be removed</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7855">QPID-7855</a> - [Java Broker] [AMQP 1.0] expiryPolicy=SESSION_END seemingly not respected if connection closed abnormally</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7857">QPID-7857</a> - [Java Broker] Invalid routing key</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7866">QPID-7866</a> - [Java Broker] AMQP 1.0 publishing links do not register themselves with queues</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7872">QPID-7872</a> - [Java Broker] [AMQP 1.0] Message expiry should be driven from ttl header only</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7889">QPID-7889</a> - [Java Broker] [0-91] extension basic.nack does not release message for delivery elsewhere</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7913">QPID-7913</a> - [Java Broker] Improve message recovery logging</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7928">QPID-7928</a> - [Java Broker] [ACL] Authorisation decisions about the access control provider itself considers its own local rules rather than those of the wider system</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7933">QPID-7933</a> - [Java Broker] Changes made to existing durable children of virtualhost not recorded to the configuration store after a virtualhost restart</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7934">QPID-7934</a> - [Java Broker] [ACL] A recovered RuleBasedVirtualHostAccessControlProvider doesn't tell the virtualhost about updates to its rule-state</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7937">QPID-7937</a> - [Java Broker] [AMQP1.0] Message grouping feature does not utilise group-id from the message properties</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7940">QPID-7940</a> - [Java Broker] JSON context substitution does not work with nested variables</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7941">QPID-7941</a> - [Java Broker] DerbyUtils MEMORY_STORE_LOCATION is incorrect</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7944">QPID-7944</a> - [Java Broker] [AMQP1.0] Observing a message with a null object property cause 500 error to be sent to the browser</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7945">QPID-7945</a> - [Java Broker] SpawnedBrokerHolderTest fails on Windows</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7947">QPID-7947</a> - [Java Broker] [AMQP 1.0] Improve handling of empty and overlarge frames</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7950">QPID-7950</a> - [Java Broker, AMQP 1.0] Discharging transaction after consumer link detach does not apply the correct outcomes</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7955">QPID-7955</a> - Logback Stack overflow exception whilst reporting fatal BDB JE error</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7956">QPID-7956</a> - [Java Broker] Memory compactor threw NPE during Broker shutdown</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7958">QPID-7958</a> - [Java Broker] [AMQP0-10] References to messages sent by $virtualhostProperties node retained by store</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7962">QPID-7962</a> - [Java Broker][AMQP 1.0] In some circumstances Broker fails to send Flow back when Flow with drain flag set is received from client</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7963">QPID-7963</a> - [AMQP1.0] Sending a large message to a client uses excessive heap memory</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7967">QPID-7967</a> - [Java Broker] Internal Oracle TLS classes leaked per connection when connecting the Qpid JMS Client</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7968">QPID-7968</a> - [Java Broker] [AMQP 1.0] AccessControlException thrown on authorization of connection creation is caught in FrameHandler instead of AMQPConnection_1_0Impl</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7970">QPID-7970</a> - [Java Broker] [AMQP 1.0] Session leaks closed link endpoints</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7971">QPID-7971</a> - [Java Broker] [AMQP1.0] [AMQP0-9] Queue#ConsumerCountWithCredit statistic not decremented when consumer disconnects</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7973">QPID-7973</a> - Table Name Prefix is set to NULL if no prefix is provided instead of empty String</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7979">QPID-7979</a> - [Java Broker] [JDBCMessageStore] Some exception causes are hidden</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7980">QPID-7980</a> - [Java Broker] Queue delete (or routeToAlternate) leaves message instance records in the store</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7981">QPID-7981</a> - [Java Broker] [AMQP1.0] Handle erroneous null termini cases</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7982">QPID-7982</a> - [Java Broker] MariaDB backed JDBC virtualhost truncates message content at 64K leading to Broker abnormal shutdown</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7988">QPID-7988</a> - [Java Broker, AMQP 1.0] Receiving a Flow with an unknown handle MUST result in a session error</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7989">QPID-7989</a> - [Qpid Broker-J] [AMQP1.0] Session_1_0#unacknowledgedMessageCount not wired up</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7993">QPID-7993</a> - [Broker-J] Links for shared durable subscribers are accumulated in the link registry</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7994">QPID-7994</a> - [Broker-J] [JMS2.0 support] 'null source lookup' ends up in 'amqp:not-found' on attaching of unsubscribe links for global durable shared subscriptions</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7995">QPID-7995</a> - [Broker-J][WMC] VirtualHost queues/exchanges/loggers can be wrongly deleted from virtual host UI when "select all" checkbox is used to select all displayed rows and some of the rows are deselected afterwards</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8009">QPID-8009</a> - [Broker-J][WMC] New rows in message grid get selected after performing such operations like move messages and clear queue</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8010">QPID-8010</a> - [Broker-J][WMC] The row is selected on click or double-click for grids on virtual host tab</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8019">QPID-8019</a> - [Broker-J][WMC] Change link to broker documentation in web management console</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8028">QPID-8028</a> - [Broker-J][AMQP 0-8...0-9-1] Commit on nontransacted session causes broker to crash</li>
+</ul>
+
+<h2 id="tasks">Tasks</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7444">QPID-7444</a> - [Java Broker] 500 http status code is returned on attempt to start SASL negotiation using SASL mechanism not supported by authentication provider </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7502">QPID-7502</a> - [Java Broker] Add documentation for Query API</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7628">QPID-7628</a> - [java] update to current apache parent pom</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7638">QPID-7638</a> - Add ability to run JMS 2.0 TCK</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7640">QPID-7640</a> - [Java Broker] Migrate qpid-java svn to git </li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7656">QPID-7656</a> - [Java Broker] Clarify concerns of Link and LinkEndpoint in AMQP 1.0 plugin</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7658">QPID-7658</a> - [Java Broker] Improve LinkRegistry</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7659">QPID-7659</a> - [Java Broker, AMQP 1.0] Support Link stealing</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7660">QPID-7660</a> - [Java Broker] When recovering a AMQP 1.0 Link the Terminus should be recovered from the LinkRegistry</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7663">QPID-7663</a> - [Java Broker] Implement persistent storage of LinkRegistry</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7717">QPID-7717</a> - Remove tests and dependencies associated with the AMQP 0-10 JCA/RA components from Java Broker system test suite.</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7916">QPID-7916</a> - Rename qpid broker for java to qpid-broker-j in maven descriptions, documentations, website etc</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7985">QPID-7985</a> - [Qpid Broker-J] Update README.txt</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-7998">QPID-7998</a> - [Broker-J] Allow global shared subscriptions but discard their links on detach</li>
+<li><a href="https://issues.apache.org/jira/browse/QPID-8003">QPID-8003</a> - [Broker-J] Use log level 'info' to report conditions when no new rolled over log file is detected by the file logger</li>
+</ul>
+
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/index.html b/content/releases/qpid-broker-j-master/index.html
index dc9104e..7f7847f 100644
--- a/content/releases/qpid-broker-j-master/index.html
+++ b/content/releases/qpid-broker-j-master/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
@@ -121,7 +121,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 <h2 id="warning-this-is-a-snapshot-of-work-in-progress">Warning! This is a snapshot of work in progress</h2>
 
 <p>Documentation found here may be incorrect or incomplete.  For a
-smoother experience, see the <a href="/releases/qpid-broker-j-6.2.0/index.html">current stable
+smoother experience, see the <a href="/releases/qpid-broker-j-7.0.0/index.html">current stable
 release</a>.</p>
 
 <p>This content was generated at 12:03  on Wednesday, 26 April 2017.</p>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-broker-j-master/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index 8484e0c..a1577ac 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index a627d9e..cc422bc 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index 0deab56..b96a3e9 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index 0544160..0fa5dc5 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Queue-Declare-Arguments.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Queue-Declare-Arguments.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Queue-Declare-Arguments.html
index 2d52c49..30d158d 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Queue-Declare-Arguments.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-Queue-Declare-Arguments.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-System-Properties.html
index 0ef3400..ff00c73 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index d04e49a..d7a495b 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index d0f6eff..1af0090 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Backup-And-Recovery.html
index 0a1fd80..29cccf5 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index f8812f0..a118f0f 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Broker.html
index cf63aa5..095611d 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Exchanges.html
index 17d71fc..9ed35c1 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 8b6d2e9..d9017d4 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Ports.html
index f04dc87..883a00b 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Queues.html
index f8a9ef0..6d3eced 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index 7efcde7..e30a429 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index 21a96d5..c2c98c6 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index 49b4618..c09609c 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts.html
index 7ffb1fc..3e2e430 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-broker-j-master/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index 729296b..dde33e7 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Logging.html
index 93c3cc0..36f9b1b 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index 6cda991..8a237c2 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index cdaf627..832776b 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started.html
index e8e8849..e830d6a 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Backup.html
index a4bc09b..a086fd1 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index 758d7f7..b9ccbc1 100644
--- a/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-broker-j-master/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[31/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/book/index.html b/content/releases/qpid-broker-j-7.0.0/book/index.html
new file mode 100644
index 0000000..3580ff6
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/book/index.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Apache Qpid Broker-J - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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-broker-j-7.0.0/index.html">Qpid Broker-J 7.0.0</a></li><li>Apache Qpid Broker-J</li></ul>
+
+        <div id="-middle-content">
+          <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Apache Qpid Broker-J</th></tr><tr><td align="left" width="20%">&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Introduction.html">Next</a></td></tr></table><hr /></div><div class="book"><div class="titlepage"><div><div><h1 class="title"><a id="d0e2"></a>Apache Qpid Broker-J</h1></div></div><hr /></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="chapter"><a href="Java-Broker-Introduction.html">1. Introduction</a></span></dt><dt><span class="chapter"><a href="Java-Broker-Installation.html">2. Installation</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation.html#Java-Broker-Installation-Introduction">2.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Installation-Prerequi
 stes.html">2.2. Prerequisites</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation-Prerequistes.html#Java-Broker-Installation-Prerequistes-Java">2.2.1. Java Platform</a></span></dt><dt><span class="section"><a href="Java-Broker-Installation-Prerequistes.html#Java-Broker-Installation-Prerequistes-Disk">2.2.2. Disk</a></span></dt><dt><span class="section"><a href="Java-Broker-Installation-Prerequistes.html#Java-Broker-Installation-Prerequistes-Memory">2.2.3. Memory</a></span></dt><dt><span class="section"><a href="Java-Broker-Installation-Prerequistes.html#Java-Broker-Installation-Prerequistes-OperatingSystemAccount">2.2.4. Operating System Account</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Installation-Download.html">2.3. Download</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation-Download.html#Java-Broker-Installation-Download-Release">2.3.1. Broker Release</a></span></dt></dl></dd><dt><span c
 lass="section"><a href="Java-Broker-Installation-InstallationWindows.html">2.4. Installation on Windows</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation-InstallationWindows.html#Java-Broker-Installation-InstallationWindows-SettingQPIDWORK">2.4.1. Setting the working directory</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Installation-InstallationUnix.html">2.5. Installation on UNIX platforms</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Installation-InstallationUnix.html#Java-Broker-Installation-InstallationUnix-SettingQPIDWORK">2.5.1. Setting the working directory</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Installation-OptionalDependencies.html">2.6. Optional Dependencies</a></span></dt></dl></dd><dt><span class="chapter"><a href="Java-Broker-Getting-Started.html">3. Getting Started</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Getting-Started.htm
 l#Java-Broker-Getting-Started-Introduction">3.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Getting-Started-Starting-Stopping-Windows.html">3.2. Starting/Stopping the broker on Windows</a></span></dt><dt><span class="section"><a href="Java-Broker-Getting-Started-Starting-Stopping-Unix.html">3.3. Starting/Stopping the broker on Unix</a></span></dt><dt><span class="section"><a href="Java-Broker-Getting-Started-Logging.html">3.4. Log file</a></span></dt><dt><span class="section"><a href="Java-Broker-Getting-Started-CommandLine.html">3.5. Using the command line</a></span></dt></dl></dd><dt><span class="chapter"><a href="Java-Broker-Concepts.html">4. Concepts</a></span></dt><dd><dl><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-Virtua
 lhost-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 Messages</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-Message-Grouping">4.7.2. Messaging Grouping</a></span></dt><dt><span class="section"><a href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-EnsureNonDestructiveConsumers">4.7.3. Forcing all consumers to be non-destructive</a></span></dt><dt><span class="section"><a href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-HoldingEntries">4.7.4. Holding messages on a Queue</a></span></dt><dt><span class="section"><a href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy">4.7.5. Controlling Queue Size</a></span></dt><dt><span class="section"><a href="Java-Broker-Conce
 pts-Queues.html#Java-Broker-Concepts-Queues-SetLowPrefetch">4.7.6. Using low pre-fetch with special queue types</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-C
 oncepts-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></dd><dt><span class="chapter"><a href="Java-Broker-Initial-Configuration.html">5. Initial Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Initial-Configuration.html#Java-Broker-Initial-Configuration-Introduction">5.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Location.html">5.2. Configuration Store Location</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Initial-Config-Location.html">5.3. 'Initial Configuration' Location</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Create-Initial-Config.html">5.4. Creating an 'Initial Configuration' JSON File</a></span></dt><dt><span class="
 section"><a href="Java-Broker-Initial-Configuration-Type.html">5.5. Configuration Store Type</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Configuration-Properties.html">5.6. Customising Configuration using Configuration Properties</a></span></dt><dt><span class="section"><a href="Java-Broker-Initial-Configuration-Example.html">5.7. Example of JSON 'Initial Configuration'</a></span></dt></dl></dd><dt><span class="chapter"><a href="Java-Broker-Management-Channel.html">6. Management Channels</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Channel.html#Java-Broker-Management-Channel-HTTP">6.1. HTTP Management</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Channel.html#Java-Broker-Management-Channel-HTTP-Introduction">6.1.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel.html#Java-Broker-Management-Channel-HTTP-DefaultConfiguration">6.1.
 2. Default Configuration</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Channel-Web-Console.html">6.2. Web Management Console</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Accessing">6.2.1. Accessing the Console</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Orientation">6.2.2. Orientation</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Managing-Entities">6.2.3. Managing Entities</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html">6.3. REST API</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Introduction">6.3.1. Intr
 oduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-APIDocs">6.3.2. REST API documentation</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Authentication">6.3.3. Authentication</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Create">6.3.4. Configured Object creation</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Update">6.3.5. Configured Object update</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Delete">6.3.6. Configured Object deletion</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Manag
 ement-Channel-REST-API-Get">6.3.7. Retrieving Configured Object details</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Operations">6.3.8. Configured Object operations</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Status-Codes">6.3.9. HTTP status codes returned by REST interfaces</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-Examples">6.3.10. Examples of REST requests with curl</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-Query-API">6.3.11. Query API</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Channel-REST-API.html#Java-Broker-Management-Channel-REST-API-CORS">6.3.12. Cross Origin Resource Sharing (CORS)</a></
 span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Channel-AMQP-Intrinstic.html">6.4. AMQP Intrinstic Management</a></span></dt></dl></dd><dt><span class="chapter"><a href="Java-Broker-Management-Managing-Entities.html">7. Managing Entities</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Entities.html#Java-Broker-Management-Managing-Entities-General">7.1. General Description</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html">7.2. Broker</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Management-Managing-Broker-Attributes">7.2.1. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Management-Managing-Broker-Context">7.2.2. Context</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Managemen
 t-Managing-Broker-Children">7.2.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Broker.html#Java-Broker-Management-Managing-Broker-Lifecycle">7.2.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html">7.3. Virtualhost Nodes</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Nodes-Types">7.3.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Nodes-Attributes">7.3.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#Java-Broker-Management-Managing-Virtualhost-Node-Children">7.3.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhost-Nodes.html#
 Java-Broker-Management-Managing-Virtualhost-Node-Lifecycle">7.3.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html">7.4. VirtualHosts</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhosts-Types">7.4.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhost-Context">7.4.2. Context</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhost-Attributes">7.4.3. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-Broker-Management-Managing-Virtualhost-Children">7.4.4. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Virtualhosts.html#Java-B
 roker-Management-Managing-Virtualhost-Lifecycle">7.4.5. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html">7.5. Remote Replication Nodes</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html#Java-Broker-Management-Managing-RemoteReplicationNodes-Attributes">7.5.1. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html#Java-Broker-Management-Managing-RemoteReplicationNodes-Children">7.5.2. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html#Java-Broker-Management-Managing-RemoteReplicationNodes-Lifecycle">7.5.3. Lifecycle</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-RemoteReplicationNodes.html#Java-Broker-Management-Managing-RemoteReplication-Nodes-Operations">7.5.4. Operatio
 ns</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Exchanges.html">7.6. Exchanges</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Exchanges.html#Java-Broker-Management-Managing-Exchanges-Types">7.6.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Exchanges.html#Java-Broker-Management-Managing-Exchanges-Attributes">7.6.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Exchanges.html#Java-Broker-Management-Managing-Exchanges-Lifecycle">7.6.3. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Queues.html">7.7. Queues</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Queues.html#Java-Broker-Management-Managing-Queues-Types">7.7.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Queues.h
 tml#Java-Broker-Management-Managing-Queues-Attributes">7.7.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Queues.html#Java-Broker-Management-Managing-Queue-Lifecycle">7.7.3. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Consumers.html">7.8. Consumers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Consumers.html#Java-Broker-Management-Managing-Consumers-Context">7.8.1. Context</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html">7.9. Ports</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html#Java-Broker-Management-Managing-Ports-Context">7.9.1. Context</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html#Java-Broker-Management-Managing-Ports-Attributes">7.9.2. Attributes</a></span></dt><dt><span class=
 "section"><a href="Java-Broker-Management-Managing-Ports.html#Java-Broker-Management-Managing-Ports-Children">7.9.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Ports.html#Java-Broker-Management-Managing-Ports-Lifecycle">7.9.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html">7.10. Authentication Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html#Java-Broker-Management-Managing-Authentication-Providers-Types">7.10.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html#Java-Broker-Management-Managing-Authentication-Providers-Attributes">7.10.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html#Java-Broker-Management-Managing-Authentication-P
 roviders-Children">7.10.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Authentication-Providers.html#Java-Broker-Management-Managing-Authentication-Providers-Lifecycle">7.10.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html">7.11. Keystores</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html#Java-Broker-Management-Managing-Keystores-Types">7.11.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html#Java-Broker-Management-Managing-Keystores-Attributes">7.11.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html#Java-Broker-Management-Managing-Keystores-Children">7.11.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Keystores.html#Java-Broker-Management-Managing-Keysto
 res-Lifecycle">7.11.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html">7.12. Truststores</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Types">7.12.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Attributes">7.12.2. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Children">7.12.3. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Truststores.html#Java-Broker-Management-Managing-Truststores-Lifecycle">7.12.4. Lifecycle</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Management-Managing-Group-Providers.html">7.13. Group Providers</a></span></
 dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Access-Control-Providers.html">7.14. Access Control Providers</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Plugin-HTTP.html">7.15. HTTP Plugin</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Management-Managing-Plugin-HTTP.html#Java-Broker-Management-Managing-Plugin-HTTP-Attributes">7.15.1. Attributes</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Plugin-HTTP.html#Java-Broker-Management-Managing-Plugin-HTTP-Children">7.15.2. Children</a></span></dt><dt><span class="section"><a href="Java-Broker-Management-Managing-Plugin-HTTP.html#Java-Broker-Management-Managing-Plugin-HTTP-Lifecycle">7.15.3. Lifecycle</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="Java-Broker-Security.html">8. Security</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Authentic
 ation-Providers">8.1. Authentication Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-LDAP-Provider">8.1.1. Simple LDAP</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Kerberos-Provider">8.1.2. Kerberos</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-OAuth2-Provider">8.1.3. OAuth2</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-External-Provider">8.1.4. External (SSL Client Certificates)</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Anonymous-Provider">8.1.5. Anonymous</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-ScramSha-Providers">8.1.6. SCRAM SHA</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Plain-Provider">8.1.7. Plain
 </a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-PlainPasswordFile-Provider">8.1.8. Plain Password File <span class="emphasis"><em>(Deprecated)</em></span></a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-MD5-Provider">8.1.9. MD5 Provider</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Base64MD5PasswordFile-Provider">8.1.10. Base64MD5 Password File <span class="emphasis"><em>(Deprecated)</em></span></a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html">8.2. Group Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html#File-Group-Manager">8.2.1. GroupFile Provider</a></span></dt><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html#Java-Broker-Security-Group-Providers-ManagedGroupProvider">8.2.2. ManagedGroupProvider
 </a></span></dt><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html#Java-Broker-Security-Group-Providers-CloudFoundry">8.2.3. CloudFoundryDashboardManagementGroupProvider</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html">8.3. Access Control Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html#Java-Broker-Security-AccessControlProviders-Types">8.3.1. Types</a></span></dt><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html#Java-Broker-Security-AccessControlProviders-ACLRules">8.3.2. 
+       ACL Rules
+    </a></span></dt><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html#Java-Broker-Security-AccessControlProviders-Syntax">8.3.3. 
+       Syntax
+    </a></span></dt><dt><span class="section"><a href="Java-Broker-Security-AccessControlProviders.html#Java-Broker-Security-AccessControlProviders-WorkedExamples">8.3.4. 
+      Worked Examples
+    </a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Security-Configuration-Encryption.html">8.4. Configuration Encryption</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security-Configuration-Encryption.html#Java-Broker-Security-Configuration-Encryption-Configuration">8.4.1. Configuration</a></span></dt><dt><span class="section"><a href="Java-Broker-Security-Configuration-Encryption.html#Java-Broker-Security-Configuration-Encryption-Alternate-Implementations">8.4.2. Alternate Implementations</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="Java-Broker-Runtime.html">9. Runtime</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging">9.1. Logging</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Concepts">9.1.1. Concepts</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Bro
 ker-Runtime-Logging-Default-Configuration">9.1.2. Default Configuration</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Loggers">9.1.3. Loggers</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-InclusionRules">9.1.4. Inclusion Rules</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Management">9.1.5. Logging Management</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Disk-Space-Management.html">9.2. Disk Space Management</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Disk-Space-Management.html#Java-Broker-Runtime-Disk-Space-Management-Producer-Flow-Control">9.2.1. Disk quota-based flow control</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html">9.3. Producer Transaction Timeout</a></span></dt><dd><dl><
 dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-GeneralInformation">9.3.1. General Information</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Purpose">9.3.2. Purpose</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Scope">9.3.3. Scope</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Effect">9.3.4. Effect</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Configuration">9.3.5. Configuration</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undelivera
 ble-Messages.html">9.4. Handing Undeliverable Messages</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Introduction">9.4.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Maximum-Delivery-Count">9.4.2. Maximum Delivery Count</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Dead-Letter-Queues">9.4.3. Alternate Binding</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Close-Connection-When-No-Route.html">9.5. Closing client connections on unroutable mandatory messages</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Close-Connection-When-No-Route.html#Java-Broker-Runtime-Close-Co
 nnection-When-No-Route-Summary">9.5.1. Summary</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Close-Connection-When-No-Route.html#Java-Broker-Runtime-Close-Connection-When-No-Route-Configuration">9.5.2. Configuring
+        <span class="emphasis"><em>closeWhenNoRoute</em></span>
+    </a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Flow-To-Disk.html">9.6. Flow to Disk</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Consumers.html">9.7. Consumers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Consumers.html#Java-Broker-Runtime-Consumers-Prioirty">9.7.1. Priority</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Background-Recovery.html">9.8. Background Recovery</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Message-Compression.html">9.9. Message Compression</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Connection-Limit.html">9.10. Connection Limits</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html">9.11. Memory</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Introduction">9.11.1. Introduction</a></spa
 n></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Types">9.11.2. Types of Memory</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Usage">9.11.3. Memory Usage in the Broker</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Low-Memory">9.11.4. Low Memory Conditions</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Defaults">9.11.5. Defaults</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Memory.html#Java-Broker-Runtime-Memory-Tuning">9.11.6. Memory Tuning the Broker</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="Java-Broker-High-Availability.html">10. High Availability</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-High-Availability.html#Java-Broker-High-Availability-GeneralIntroduction">10.1.
  General Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-OverviewOfHA.html">10.2. High Availability Overview</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-CreatingGroup.html">10.3. Creating a group</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html">10.4. Behaviour of the Group</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-Default-Behaviour">10.4.1. Default Behaviour</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-SynchronizationPolicy">10.4.2. Synchronization Policy</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-NodePriority">10.4.3. Node Priority</a></span></dt><dt><span class="section"><a hre
 f="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-MinimumNumberOfNodes">10.4.4. Required Minimum Number Of Nodes</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-DesignatedPrimary">10.4.5. Allow to Operate Solo</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Behaviour.html#Java-Broker-High-Availability-Behaviour-MaximumMessageSize">10.4.6. Maximum message size</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-High-Availability-NodeOperations.html">10.5. Node Operations</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-High-Availability-NodeOperations.html#Java-Broker-High-Availability-NodeOperations-Lifecycle">10.5.1. Lifecycle</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-NodeOperations.html#Java-Broker-High-Availability-NodeOperations-TransferMaster">10
 .5.2. Transfer Master</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-High-Availability-ClientFailover.html">10.6. Client failover</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-DiskSpace.html">10.7. Disk space requirements</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Network-Requirements.html">10.8. Network Requirements</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Security.html">10.9. Security</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Backup.html">10.10. Backups</a></span></dt><dt><span class="section"><a href="Java-Broker-High-Availability-Reset-Group-Infomational.html">10.11. Reset Group Information</a></span></dt></dl></dd><dt><span class="chapter"><a href="Java-Broker-Backup-And-Recovery.html">11. Backup And Recovery</a></span></dt><dd><dl><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.html">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-Backu
 p-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-Virtualhost.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></dd><dt><span class="appendix"><a href="Java-Broker-Appendix-Environment-Variables.html">A. Environment Variables</a></span></dt><dt><span class="appendix"><a href="Java-Broker-Appendix-System-Properties.html">B. System Properties</a></span></dt><dt><span class="appendix"><a href="Java-Broker-Appendix-Operation-Logging.html">C. Operational Logging</a></span></dt><dt><span class="appendix"><a href="Java-Broker-Appendix-Statistics-Reporting.html">D. Statistics Reporting</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Appendix-Statistics-Reporting.html#d0e9500">D.1. Statistics Report Period</a></span></dt><dt><span class="section"><a href="apds02.html">D.2. Statistic Report Patterns</a></span></dt><dt><span class="section"><a href="apds03.html">D.3. Examples</a></span></dt></dl></dd><dt><span class="appendix"><a href="Java-Broker-Appendix-Queue-Alerts.html">E. Queue Alerts</a></span></dt><dt><span class="appendix"><a href=
 "Java-Broker-Miscellaneous.html">F. Miscellaneous</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Miscellaneous.html#Java-Broker-Miscellaneous-JVM-Verification">F.1. JVM Installation verification</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Miscellaneous.html#Java-Broker-Miscellaneous-JVM-Verification-Windows">F.1.1. Verify JVM on Windows</a></span></dt><dt><span class="section"><a href="Java-Broker-Miscellaneous.html#Java-Broker-Miscellaneous-JVM-Verification-Unix">F.1.2. Verify JVM on Unix</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html">F.2. Installing External JDBC Driver</a></span></dt></dl></dd><dt><span class="appendix"><a href="Java-Broker-Appendix-Queue-Declare-Arguments.html">G. Queue Declaration Arguments supported by the Broker</a></span></dt></dl></div><div class="list-of-figures"><p><strong>List of Figures</strong></p><dl><dt>4.1. <a href="Java-Brok
 er-Concepts.html#d0e399">Message Flow through Key Entities</a></dt><dt>4.2. <a href="Java-Broker-Concepts.html#d0e411">Broker Structure showing major entities</a></dt><dt>4.3. <a href="Java-Broker-Concepts-Virtualhosts.html#d0e506">Virtualhost Model showing major entities</a></dt><dt>4.4. <a href="Java-Broker-Concepts-Exchanges.html#d0e624">Direct exchange</a></dt><dt>4.5. <a href="Java-Broker-Concepts-Exchanges.html#d0e666">Topic exchange - exact match on topic name</a></dt><dt>4.6. <a href="Java-Broker-Concepts-Exchanges.html#d0e679">Topic exchange - matching on hierarchical topic patterns</a></dt><dt>4.7. <a href="Java-Broker-Concepts-Exchanges.html#d0e717">Topic exchange - matching on JMS message selector</a></dt><dt>4.8. <a href="Java-Broker-Concepts-Exchanges.html#d0e764">Fanout exchange</a></dt><dt>4.9. <a href="Java-Broker-Concepts-Ports.html#d0e1296">Control flow during Authentication</a></dt><dt>6.1. <a href="Java-Broker-Management-Channel-Web-Console.html#d0e1786">Web Man
 agement Console - Authentication</a></dt><dt>6.2. <a href="Java-Broker-Management-Channel-Web-Console.html#d0e1800">Web Management Orientation - Console</a></dt><dt>6.3. <a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Orientation-Tab">Web Management Orientation - Tab</a></dt><dt>6.4. <a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Managing-Entities-Add-Dialogue">Web Management Orientation - Add Dialogue</a></dt><dt>6.5. <a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Managing-Entities-Edit-Dialogue">Web Management Orientation - Edit Dialogue</a></dt><dt>6.6. <a href="Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Managing-Entities-Context-Variables-Dialogue">Web Management Orientation - Context Variables</a></dt><dt>9.1. <a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Mana
 gement-FileLogger">Viewing a file logger</a></dt><dt>9.2. <a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Management-InclusionRule">Editing an inclusion rule</a></dt><dt>9.3. <a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Logging-Management-MemoryLogger">Viewing a memory logger</a></dt><dt>10.1. <a href="Java-Broker-High-Availability-OverviewOfHA.html#Java-Broker-High-Availability-OverviewOfHA-Figure">3-node group deployed across three Brokers.</a></dt><dt>10.2. <a href="Java-Broker-High-Availability-CreatingGroup.html#d0e6569">Creating 1st node in a group</a></dt><dt>10.3. <a href="Java-Broker-High-Availability-CreatingGroup.html#d0e6627">Adding subsequent nodes to the group</a></dt><dt>10.4. <a href="Java-Broker-High-Availability-CreatingGroup.html#d0e6639">View of group from one node</a></dt></dl></div><div class="list-of-tables"><p><strong>List of Tables</strong></p><dl><dt>4.1. <a href="Java-Broker-Concepts-Queues.html#d0e1079">Setting the replay period usi
 ng a Qpid JMS AMQP 0-x address</a></dt><dt>5.1. <a href="Java-Broker-Initial-Configuration-Configuration-Properties.html#d0e1606">Base Configuration Properties</a></dt><dt>6.1. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2200">HTTP status codes returned by REST interfaces</a></dt><dt>6.2. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2349">Query API URLs</a></dt><dt>6.3. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2406">Query API request parameters</a></dt><dt>6.4. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2615">Query API functions</a></dt><dt>8.1. <a href="Java-Broker-Security-AccessControlProviders.html#table-Java-Broker-Security-AccessControlProviders-Syntax_permissions">List of ACL permission</a></dt><dt>8.2. <a href="Java-Broker-Security-AccessControlProviders.html#table-Java-Broker-Security-AccessControlProviders-Syntax_actions">List of ACL actions</a></dt><dt>8.3. <a href="Java-Broker-Security-AccessControlProviders.html#tab
 le-Java-Broker-Security-AccessControlProviders-Syntax_objects">List of ACL objects</a></dt><dt>8.4. <a href="Java-Broker-Security-AccessControlProviders.html#table-Java-Broker-Security-AccessControlProviders-Syntax_properties">List of ACL properties</a></dt><dt>9.1. <a href="Java-Broker-Runtime-Consumers.html#d0e6032">Setting the consumer priority</a></dt><dt>A.1. <a href="Java-Broker-Appendix-Environment-Variables.html#d0e7153">Environment variables</a></dt><dt>B.1. <a href="Java-Broker-Appendix-System-Properties.html#d0e7318">System properties</a></dt><dt>C.1. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Actor-Format">Actors Entities</a></dt><dt>C.2. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Subject-Format">Subject Entities</a></dt><dt>C.3. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Broker">Broker Log Messages</a></dt><dt>C.
 4. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Management">Management Log Messages</a></dt><dt>C.5. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-VirtualHost">Virtual Host Log Messages</a></dt><dt>C.6. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Queue">Queue Log Messages</a></dt><dt>C.7. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Exchange">Exchange Log Messages</a></dt><dt>C.8. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Binding">Binding Log Messages</a></dt><dt>C.9. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Connection">Connection Log Messages</a></dt><dt>C.10. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Brok
 er-Appendix-Operation-Logging-Message-List-Channel">Channel Log Messages</a></dt><dt>C.11. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-Subscription">Subscription Log Messages</a></dt><dt>C.12. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-MessageStore">Message Store Log Messages</a></dt><dt>C.13. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-TransactionStore">Transaction Store Log Messages</a></dt><dt>C.14. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-ConfigurationStore">Configuration Store Log Messages</a></dt><dt>C.15. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logging-Message-List-HA">HA Log Messages</a></dt><dt>C.16. <a href="Java-Broker-Appendix-Operation-Logging.html#Java-Broker-Appendix-Operation-Logg
 ing-Message-List-Port">Port Log Messages</a></dt><dt>E.1. <a href="Java-Broker-Appendix-Queue-Alerts.html#Java-Broker-Appendix-Queue-Alerts-Alerting-Messages">Queue Alerts</a></dt><dt>G.1. <a href="Java-Broker-Appendix-Queue-Declare-Arguments.html#Java-Broker-Appendix-Supported-Queue-Declare-Arguments">Queue declare arguments</a></dt></dl></div><div class="list-of-examples"><p><strong>List of Examples</strong></p><dl><dt>5.1. <a href="Java-Broker-Initial-Configuration-Example.html#d0e1675">JSON 'Initial configuration' File</a></dt><dt>6.1. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2073">Examples of REST calls for Queue creation</a></dt><dt>6.2. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2093">Examples of REST calls for Queue update</a></dt><dt>6.3. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2118">Examples of REST calls for Queue deletion</a></dt><dt>6.4. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2190">Example REST call invoki
 ng the operation clear queue</a></dt><dt>6.5. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2302">Examples of queue creation using curl (authenticating as user admin):</a></dt><dt>6.6. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2514">Example of a Query API request to retrieve queue names and depths.</a></dt><dt>6.7. <a href="Java-Broker-Management-Channel-REST-API.html#d0e2559">Example of Query API call for queue names and depths.</a></dt><dt>8.1. <a href="Java-Broker-Security-AccessControlProviders.html#d0e5292">Worked example 1 - Management rights</a></dt><dt>8.2. <a href="Java-Broker-Security-AccessControlProviders.html#d0e5315">Worked example 2 - Simple Messaging - Broker ACL rules</a></dt><dt>8.3. <a href="Java-Broker-Security-AccessControlProviders.html#d0e5325">Worked example 2 - Simple Messaging - Virtualhost ACL rules</a></dt><dt>8.4. <a href="Java-Broker-Security-AccessControlProviders.html#d0e5335">Worked example 3 - firewall-like access control</
 a></dt><dt>10.1. <a href="Java-Broker-High-Availability-Reset-Group-Infomational.html#d0e6980">Resetting of replication group with <code class="classname">DbResetRepGroup</code></a></dt><dt>11.1. <a href="Java-Broker-Backup-And-Recovery-Virtualhost-Node.html#d0e7048">Performing store backup by using <code class="classname">BDBBackup</code> class
+          directly</a></dt><dt>D.1. <a href="apds03.html#d0e9580">Enabling statistics for a single queue using the REST API and cURL</a></dt><dt>D.2. <a href="apds03.html#d0e9592">Disabling statistics for a single queue using the REST API and cURL</a></dt><dt>D.3. <a href="apds03.html#d0e9599">Enabling statistics for all queues using the REST API and cURL</a></dt></dl></div></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%">&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Introduction.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">&#160;</td><td align="center" width="20%">&#160;</td><td align="right" valign="top" width="40%">&#160;Chapter&#160;1.&#160;Introduction</td></tr></table></div></div>
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-broker-j-7.0.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.0/index.html b/content/releases/qpid-broker-j-7.0.0/index.html
new file mode 100644
index 0000000..21694fe
--- /dev/null
+++ b/content/releases/qpid-broker-j-7.0.0/index.html
@@ -0,0 +1,226 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Qpid Broker-J 7.0.0 - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Redirects for `go get` and godoc.org -->
+    <meta name="go-import"
+          content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
+    <meta name="go-source"
+          content="qpid.apache.org
+https://github.com/apache/qpid-proton/blob/go1/README.md
+https://github.com/apache/qpid-proton/tree/go1{/dir}
+https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <div class="flex">
+          <section>
+            <h3>Project</h3>
+
+            <ul>
+              <li><a href="/overview.html">Overview</a></li>
+              <li><a href="/components/index.html">Components</a></li>
+              <li><a href="/releases/index.html">Releases</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Messaging APIs</h3>
+
+            <ul>
+              <li><a href="/proton/index.html">Qpid Proton</a></li>
+              <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+              <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li>
+            </ul>
+          </section>
+
+          <section>
+            <h3>Servers and tools</h3>
+
+            <ul>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>
+          </section>
+
+          <section>
+            <h3>Resources</h3>
+
+            <ul>
+              <li><a href="/dashboard.html">Dashboard</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+              <li><a href="/resources.html">More resources</a></li>
+            </ul>
+          </section>
+        </div>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search" method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" tabindex="1"/>
+          <button type="submit">Search</button>
+          <a href="/search.html">More ways to search</a>
+        </form>
+      </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>Qpid Broker-J 7.0.0</li></ul>
+
+        <div id="-middle-content">
+          <h1 id="qpid-broker-j-700">Qpid Broker-J 7.0.0</h1>
+
+<p><a href="{site_url}/components/broker-j/index.html">Qpid Broker-J</a> is a message broker written in Java that stores, routes,
+and forwards messages using AMQP 1.0, 0-10, 0-9-1, 0-9 and 0-8.  More about
+<a href="/index.html">Qpid</a>.</p>
+
+<p>For a detailed list of the changes in this release, see the <a href="release-notes.html">release
+notes</a>.</p>
+
+<p>It's important to <a href="/download.html#verify-what-you-download">verify the
+integrity</a> of the
+files you download.</p>
+
+<h2 id="source-archives">Source archives</h2>
+
+<table>
+<thead>
+<tr>
+  <th>Content</th>
+  <th>Download</th>
+  <th>Verify</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+  <td>Qpid Broker-J</td>
+  <td><a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0/apache-qpid-broker-j-7.0.0-src.tar.gz">apache-qpid-broker-j-7.0.0-src.tar.gz</a></td>
+  <td><a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0/apache-qpid-broker-j-7.0.0-src.tar.gz.asc">ASC</a>, <a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0/apache-qpid-broker-j-7.0.0-src.tar.gz.md5">MD5</a>, <a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0/apache-qpid-broker-j-7.0.0-src.tar.gz.sha">SHA512</a></td>
+</tr>
+</tbody>
+</table>
+
+<h2 id="binaries">Binaries</h2>
+
+<table>
+<thead>
+<tr>
+  <th>Content</th>
+  <th>Download</th>
+  <th>Verify</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+  <td>Qpid Broker-J</td>
+  <td><a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0/binaries/apache-qpid-broker-j-7.0.0-bin.tar.gz">apache-qpid-broker-j-7.0.0-bin.tar.gz</a></td>
+  <td><a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0/binaries/apache-qpid-broker-j-7.0.0-bin.tar.gz.asc">ASC</a>, <a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0/binaries/apache-qpid-broker-j-7.0.0-bin.tar.gz.md5">MD5</a>, <a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0/binaries/apache-qpid-broker-j-7.0.0-bin.tar.gz.sha512">SHA512</a></td>
+</tr>
+<tr>
+  <td>Qpid Broker-J</td>
+  <td><a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0/binaries/apache-qpid-broker-j-7.0.0-bin.zip">apache-qpid-broker-j-7.0.0-bin.zip</a></td>
+  <td><a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0/binaries/apache-qpid-broker-j-7.0.0-bin.zip.asc">ASC</a>, <a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0/binaries/apache-qpid-broker-j-7.0.0-bin.zip.md5">MD5</a>, <a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0/binaries/apache-qpid-broker-j-7.0.0-bin.zip.sha512">SHA512</a></td>
+</tr>
+</tbody>
+</table>
+
+<h2 id="documentation">Documentation</h2>
+
+<div class="two-column">
+
+<ul>
+<li><a href="book/Java-Broker-Installation.html">Installing Qpid Broker-J</a></li>
+<li><a href="book/index.html">Broker book</a></li>
+</ul>
+
+</div>
+
+<h2 id="more-information">More information</h2>
+
+<ul>
+<li><a href="http://archive.apache.org/dist/qpid/broker-j/7.0.0">All release artefacts</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPID+AND+fixVersion+%3D+%27qpid-java-broker-7.0.0%27+AND+resolution+%3D+%27fixed%27+ORDER+BY+priority+DESC">Resolved issues in JIRA</a></li>
+<li><a href="https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git/tree/refs/tags/7.0.0">Source repository tag</a></li>
+</ul>
+
+<script type="text/javascript">
+  _deferredFunctions.push(function() {
+      if ("7.0.0" === "7.0.0") {
+          _modifyCurrentReleaseLinks();
+      }
+  });
+</script>
+
+
+          <hr/>
+
+          <ul id="-apache-navigation">
+            <li><a href="http://www.apache.org/">Apache</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+            <li><a href="/security.html">Security</a></li>
+            <li><a href="http://www.apache.org/"><img id="-apache-feather" width="48" height="14" src="" alt="Apache"/></a></li>
+          </ul>
+
+          <p id="-legal">
+            Apache Qpid, Messaging built on AMQP; Copyright &#169; 2015
+            The Apache Software Foundation; Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+            License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+            Proton, Apache, the Apache feather logo, and the Apache Qpid
+            project logo are trademarks of The Apache Software
+            Foundation; All other marks mentioned may be trademarks or
+            registered trademarks of their respective owners
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[22/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.0.1/qpid-jms/examples/Drain.java.html
index b13cb41..9bfe1fa 100644
--- a/content/releases/qpid-java-6.0.1/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.0.1/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.0.1/qpid-jms/examples/Hello.java.html
index 72702f0..3f04b19 100644
--- a/content/releases/qpid-java-6.0.1/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.0.1/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.0.1/qpid-jms/examples/ListReceiver.java.html
index a3bf647..e4d72ed 100644
--- a/content/releases/qpid-java-6.0.1/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.0.1/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.0.1/qpid-jms/examples/ListSender.java.html
index 6e73384..91038f9 100644
--- a/content/releases/qpid-java-6.0.1/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.0.1/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.0.1/qpid-jms/examples/MapReceiver.java.html
index 36e88d5..286698f 100644
--- a/content/releases/qpid-java-6.0.1/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.0.1/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.0.1/qpid-jms/examples/MapSender.java.html
index b4bca44..6acc518 100644
--- a/content/releases/qpid-java-6.0.1/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.0.1/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.0.1/qpid-jms/examples/OptionParser.java.html
index 8015d85..6a01dd3 100644
--- a/content/releases/qpid-java-6.0.1/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.0.1/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.0.1/qpid-jms/examples/Spout.java.html
index 320a5e1..528da81 100644
--- a/content/releases/qpid-java-6.0.1/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.0.1/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.0.1/qpid-jms/examples/hello.properties.html
index b17dbd7..64a02da 100644
--- a/content/releases/qpid-java-6.0.1/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.0.1/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/qpid-jms/examples/index.html b/content/releases/qpid-java-6.0.1/qpid-jms/examples/index.html
index f390d81..368dfa2 100644
--- a/content/releases/qpid-java-6.0.1/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.0.1/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.1/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.1/release-notes.html b/content/releases/qpid-java-6.0.1/release-notes.html
index 2726839..388b60f 100644
--- a/content/releases/qpid-java-6.0.1/release-notes.html
+++ b/content/releases/qpid-java-6.0.1/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/index.html b/content/releases/qpid-java-6.0.2/index.html
index f5ef652..a38d155 100644
--- a/content/releases/qpid-java-6.0.2/index.html
+++ b/content/releases/qpid-java-6.0.2/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.0.2/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index c165de6..2f564c3 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index c011f93..be7e132 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index 3c54869..f0d1a3c 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index ccc93a1..0c3717f 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-System-Properties.html
index eaf4b3c..8f4ae5c 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index 0c54ba1..e8cb3fc 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index 1c0029b..5ba5bd8 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Backup-And-Recovery.html
index 61bcd3f..b88320c 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index f358a7a..50d5449 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Broker.html
index 70f6387..d9aabf5 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Exchanges.html
index f3daf8b..98152bc 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 6a8c26a..f663b52 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Ports.html
index f5e5d16..a318deb 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Queues.html
index d18eae5..0bc3960 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index e80acea..66daa40 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index 74352dc..2eb72a6 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index 35453ae..b80a92b 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts.html
index b7c7b92..c9ea3e5 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.0.2/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index 20e1644..e692d7e 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Logging.html
index 616470f..fa9949e 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index a3d0619..26a5474 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index a92148f..d5049dc 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started.html
index 731f5d9..178eab3 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Backup.html
index 19a64f2..0fd2128 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index 465c04a..dffdbb3 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 7e3d18d..89d31b7 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index 7f5cd5b..1ed913c 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index 124f737..f01b070 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index 51ac6e5..b727a2d 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index d694255..151b50a 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index c3cbac6..bcac1e4 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index 6de5ef9..732e842 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Security.html
index 895d4e6..9d827d0 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability.html
index d8ec802..63af293 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index 2b7234c..b866148 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index 557f2a1..17a7518 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index 6932c57..b64f304 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index 0f14aea..67ab06b 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index b242848..0b26431 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index 7f9a32b..d9aeb85 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index aa3f278..da8101a 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration.html
index 09ef5f3..6eb2974 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-Download.html
index 5543266..888def8 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index d224cbb..542b10c 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index 97ecf0f..39626c7 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index 57a80d1..71eef8f 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-Prerequistes.html
index 1ade128..5a1e4e9 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation.html
index 3f66bc1..6d53d19 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Introduction.html
index 693d775..3312591 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index 04989ca..6ca730f 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-QMF.html
index 23e8108..32e4fa7 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index 625072b..b959745 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index dd6c5e9..c94a7bc 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel.html
index 4518ef7..a4cba91 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index ff7bba0..b567335 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index 24550c6..6c6059e 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Broker.html
index dfc131f..fc87581 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index fcc600b..d4f9e31 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index 0083093..eddf7ec 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Entities.html
index b520aba..5ee7b24 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index 9bce094..0f586c6 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index 44c9d95..a6c4e94 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index 9904032..63ddacb 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index de46ca8..875bbad 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Ports.html
index c9befdc..6868063 100644
--- a/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.0.2/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[26/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/console.html b/content/releases/qpid-dispatch-0.6.0/book/console.html
index 52a07d2..d208c3d 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/console.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/console_installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/console_installation.html b/content/releases/qpid-dispatch-0.6.0/book/console_installation.html
index a7272c4..a6da989 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/console_installation.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/console_installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/console_operation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/console_operation.html b/content/releases/qpid-dispatch-0.6.0/book/console_operation.html
index eeb0152..e9807e3 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/console_operation.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/console_operation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/console_overview.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/console_overview.html b/content/releases/qpid-dispatch-0.6.0/book/console_overview.html
index e1ff857..2973e0f 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/console_overview.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/console_overview.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/default_config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/default_config.html b/content/releases/qpid-dispatch-0.6.0/book/default_config.html
index 7a2f5e1..c8706a4 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/default_config.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/default_config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/introduction.html b/content/releases/qpid-dispatch-0.6.0/book/introduction.html
index f6b12d8..593fd33 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/introduction.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/link_routing.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/link_routing.html b/content/releases/qpid-dispatch-0.6.0/book/link_routing.html
index f61fb41..e94e07a 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/link_routing.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/link_routing.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/schema.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/schema.html b/content/releases/qpid-dispatch-0.6.0/book/schema.html
index 10daba2..f76cdd4 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/schema.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/schema.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/technical_details.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/technical_details.html b/content/releases/qpid-dispatch-0.6.0/book/technical_details.html
index 4b6643d..a32bfba 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/technical_details.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/technical_details.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/tools.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/tools.html b/content/releases/qpid-dispatch-0.6.0/book/tools.html
index c128950..88eaa52 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/tools.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/tools.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/book/using.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/book/using.html b/content/releases/qpid-dispatch-0.6.0/book/using.html
index deed75f..dd5f965 100644
--- a/content/releases/qpid-dispatch-0.6.0/book/using.html
+++ b/content/releases/qpid-dispatch-0.6.0/book/using.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/index.html b/content/releases/qpid-dispatch-0.6.0/index.html
index d967f01..cea7508 100644
--- a/content/releases/qpid-dispatch-0.6.0/index.html
+++ b/content/releases/qpid-dispatch-0.6.0/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/man/qdmanage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/man/qdmanage.html b/content/releases/qpid-dispatch-0.6.0/man/qdmanage.html
index 1d05417..150d837 100644
--- a/content/releases/qpid-dispatch-0.6.0/man/qdmanage.html
+++ b/content/releases/qpid-dispatch-0.6.0/man/qdmanage.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/man/qdrouterd.conf.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/man/qdrouterd.conf.html b/content/releases/qpid-dispatch-0.6.0/man/qdrouterd.conf.html
index 84e39aa..6d05d53 100644
--- a/content/releases/qpid-dispatch-0.6.0/man/qdrouterd.conf.html
+++ b/content/releases/qpid-dispatch-0.6.0/man/qdrouterd.conf.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/man/qdrouterd.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/man/qdrouterd.html b/content/releases/qpid-dispatch-0.6.0/man/qdrouterd.html
index 290a83e..1982bd9 100644
--- a/content/releases/qpid-dispatch-0.6.0/man/qdrouterd.html
+++ b/content/releases/qpid-dispatch-0.6.0/man/qdrouterd.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/man/qdstat.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/man/qdstat.html b/content/releases/qpid-dispatch-0.6.0/man/qdstat.html
index 27bc7d5..c4ad598 100644
--- a/content/releases/qpid-dispatch-0.6.0/man/qdstat.html
+++ b/content/releases/qpid-dispatch-0.6.0/man/qdstat.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.0/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.0/release-notes.html b/content/releases/qpid-dispatch-0.6.0/release-notes.html
index 0834ff0..6f58b06 100644
--- a/content/releases/qpid-dispatch-0.6.0/release-notes.html
+++ b/content/releases/qpid-dispatch-0.6.0/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/addressing.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/addressing.html b/content/releases/qpid-dispatch-0.6.1/book/addressing.html
index 2a12707..525d856 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/addressing.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/addressing.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/amqp-mapping.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/amqp-mapping.html b/content/releases/qpid-dispatch-0.6.1/book/amqp-mapping.html
index 4601401..b7892bc 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/amqp-mapping.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/amqp-mapping.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/auto_links.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/auto_links.html b/content/releases/qpid-dispatch-0.6.1/book/auto_links.html
index 7747eb6..efb6c6c 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/auto_links.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/auto_links.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/basic_usage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/basic_usage.html b/content/releases/qpid-dispatch-0.6.1/book/basic_usage.html
index e25fd78..3bdad88 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/basic_usage.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/basic_usage.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/book.html b/content/releases/qpid-dispatch-0.6.1/book/book.html
index 885528d..b57683a 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/book.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/client_compatibility.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/client_compatibility.html b/content/releases/qpid-dispatch-0.6.1/book/client_compatibility.html
index 1678d17..ad1d6aa 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/client_compatibility.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/client_compatibility.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/console.html b/content/releases/qpid-dispatch-0.6.1/book/console.html
index cef6d87..3072d59 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/console.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/console_installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/console_installation.html b/content/releases/qpid-dispatch-0.6.1/book/console_installation.html
index 1380537..ec82614 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/console_installation.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/console_installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/console_operation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/console_operation.html b/content/releases/qpid-dispatch-0.6.1/book/console_operation.html
index b4e5c44..090c936 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/console_operation.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/console_operation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/console_overview.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/console_overview.html b/content/releases/qpid-dispatch-0.6.1/book/console_overview.html
index ba456eb..de48ebc 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/console_overview.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/console_overview.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/default_config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/default_config.html b/content/releases/qpid-dispatch-0.6.1/book/default_config.html
index 4a6964a..239c22e 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/default_config.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/default_config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/introduction.html b/content/releases/qpid-dispatch-0.6.1/book/introduction.html
index fa72c06..80fcb51 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/introduction.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/link_routing.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/link_routing.html b/content/releases/qpid-dispatch-0.6.1/book/link_routing.html
index 9d591db..1f6bdc0 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/link_routing.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/link_routing.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/schema.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/schema.html b/content/releases/qpid-dispatch-0.6.1/book/schema.html
index 4616d1c..4106e0f 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/schema.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/schema.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/technical_details.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/technical_details.html b/content/releases/qpid-dispatch-0.6.1/book/technical_details.html
index 1ee4e0b..2832ce2 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/technical_details.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/technical_details.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/tools.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/tools.html b/content/releases/qpid-dispatch-0.6.1/book/tools.html
index 7fee786..05111f6 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/tools.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/tools.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/book/using.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/book/using.html b/content/releases/qpid-dispatch-0.6.1/book/using.html
index e862900..fc7791f 100644
--- a/content/releases/qpid-dispatch-0.6.1/book/using.html
+++ b/content/releases/qpid-dispatch-0.6.1/book/using.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/index.html b/content/releases/qpid-dispatch-0.6.1/index.html
index cc78c41..9899c02 100644
--- a/content/releases/qpid-dispatch-0.6.1/index.html
+++ b/content/releases/qpid-dispatch-0.6.1/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/man/qdmanage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/man/qdmanage.html b/content/releases/qpid-dispatch-0.6.1/man/qdmanage.html
index 291dd0a..777ff83 100644
--- a/content/releases/qpid-dispatch-0.6.1/man/qdmanage.html
+++ b/content/releases/qpid-dispatch-0.6.1/man/qdmanage.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/man/qdrouterd.conf.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/man/qdrouterd.conf.html b/content/releases/qpid-dispatch-0.6.1/man/qdrouterd.conf.html
index da58d23..f1703cd 100644
--- a/content/releases/qpid-dispatch-0.6.1/man/qdrouterd.conf.html
+++ b/content/releases/qpid-dispatch-0.6.1/man/qdrouterd.conf.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/man/qdrouterd.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/man/qdrouterd.html b/content/releases/qpid-dispatch-0.6.1/man/qdrouterd.html
index 0bbe6d2..829d235 100644
--- a/content/releases/qpid-dispatch-0.6.1/man/qdrouterd.html
+++ b/content/releases/qpid-dispatch-0.6.1/man/qdrouterd.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/man/qdstat.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/man/qdstat.html b/content/releases/qpid-dispatch-0.6.1/man/qdstat.html
index a4d4ef5..ac7bbf2 100644
--- a/content/releases/qpid-dispatch-0.6.1/man/qdstat.html
+++ b/content/releases/qpid-dispatch-0.6.1/man/qdstat.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.6.1/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.6.1/release-notes.html b/content/releases/qpid-dispatch-0.6.1/release-notes.html
index 75d37a1..5cb630e 100644
--- a/content/releases/qpid-dispatch-0.6.1/release-notes.html
+++ b/content/releases/qpid-dispatch-0.6.1/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.7.0/book/book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.7.0/book/book.html b/content/releases/qpid-dispatch-0.7.0/book/book.html
index e4a108d..e04867b 100644
--- a/content/releases/qpid-dispatch-0.7.0/book/book.html
+++ b/content/releases/qpid-dispatch-0.7.0/book/book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.7.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.7.0/index.html b/content/releases/qpid-dispatch-0.7.0/index.html
index 73adaaa..2b4b000 100644
--- a/content/releases/qpid-dispatch-0.7.0/index.html
+++ b/content/releases/qpid-dispatch-0.7.0/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.7.0/man/qdmanage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.7.0/man/qdmanage.html b/content/releases/qpid-dispatch-0.7.0/man/qdmanage.html
index 1f1ec27..b32021c 100644
--- a/content/releases/qpid-dispatch-0.7.0/man/qdmanage.html
+++ b/content/releases/qpid-dispatch-0.7.0/man/qdmanage.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.7.0/man/qdrouterd.conf.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.7.0/man/qdrouterd.conf.html b/content/releases/qpid-dispatch-0.7.0/man/qdrouterd.conf.html
index 5a8c0f5..1275968 100644
--- a/content/releases/qpid-dispatch-0.7.0/man/qdrouterd.conf.html
+++ b/content/releases/qpid-dispatch-0.7.0/man/qdrouterd.conf.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.7.0/man/qdrouterd.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.7.0/man/qdrouterd.html b/content/releases/qpid-dispatch-0.7.0/man/qdrouterd.html
index 9d6897a..d48f24b 100644
--- a/content/releases/qpid-dispatch-0.7.0/man/qdrouterd.html
+++ b/content/releases/qpid-dispatch-0.7.0/man/qdrouterd.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.7.0/man/qdstat.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.7.0/man/qdstat.html b/content/releases/qpid-dispatch-0.7.0/man/qdstat.html
index 86c2a42..41370c7 100644
--- a/content/releases/qpid-dispatch-0.7.0/man/qdstat.html
+++ b/content/releases/qpid-dispatch-0.7.0/man/qdstat.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.7.0/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.7.0/release-notes.html b/content/releases/qpid-dispatch-0.7.0/release-notes.html
index d6b9406..24910cf 100644
--- a/content/releases/qpid-dispatch-0.7.0/release-notes.html
+++ b/content/releases/qpid-dispatch-0.7.0/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.8.0/book/book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.8.0/book/book.html b/content/releases/qpid-dispatch-0.8.0/book/book.html
index 37d0be4..24cbb74 100644
--- a/content/releases/qpid-dispatch-0.8.0/book/book.html
+++ b/content/releases/qpid-dispatch-0.8.0/book/book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.8.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.8.0/index.html b/content/releases/qpid-dispatch-0.8.0/index.html
index 45ecb26..92198f3 100644
--- a/content/releases/qpid-dispatch-0.8.0/index.html
+++ b/content/releases/qpid-dispatch-0.8.0/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.8.0/man/qdmanage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.8.0/man/qdmanage.html b/content/releases/qpid-dispatch-0.8.0/man/qdmanage.html
index ce0c69e..2ce7716 100644
--- a/content/releases/qpid-dispatch-0.8.0/man/qdmanage.html
+++ b/content/releases/qpid-dispatch-0.8.0/man/qdmanage.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.8.0/man/qdrouterd.conf.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.8.0/man/qdrouterd.conf.html b/content/releases/qpid-dispatch-0.8.0/man/qdrouterd.conf.html
index 5b0ed65..6c04119 100644
--- a/content/releases/qpid-dispatch-0.8.0/man/qdrouterd.conf.html
+++ b/content/releases/qpid-dispatch-0.8.0/man/qdrouterd.conf.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.8.0/man/qdrouterd.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.8.0/man/qdrouterd.html b/content/releases/qpid-dispatch-0.8.0/man/qdrouterd.html
index 48f416a..d5a5dd6 100644
--- a/content/releases/qpid-dispatch-0.8.0/man/qdrouterd.html
+++ b/content/releases/qpid-dispatch-0.8.0/man/qdrouterd.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.8.0/man/qdstat.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.8.0/man/qdstat.html b/content/releases/qpid-dispatch-0.8.0/man/qdstat.html
index 57aa176..7a73440 100644
--- a/content/releases/qpid-dispatch-0.8.0/man/qdstat.html
+++ b/content/releases/qpid-dispatch-0.8.0/man/qdstat.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-0.8.0/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.8.0/release-notes.html b/content/releases/qpid-dispatch-0.8.0/release-notes.html
index 114d44a..3ff6aa0 100644
--- a/content/releases/qpid-dispatch-0.8.0/release-notes.html
+++ b/content/releases/qpid-dispatch-0.8.0/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-master/book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/book.html b/content/releases/qpid-dispatch-master/book.html
index e971b0f..41b9723 100644
--- a/content/releases/qpid-dispatch-master/book.html
+++ b/content/releases/qpid-dispatch-master/book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-master/book/book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/book/book.html b/content/releases/qpid-dispatch-master/book/book.html
index 5bc8bf6..32a2fb8 100644
--- a/content/releases/qpid-dispatch-master/book/book.html
+++ b/content/releases/qpid-dispatch-master/book/book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-master/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/index.html b/content/releases/qpid-dispatch-master/index.html
index 5715da3..a48a9b3 100644
--- a/content/releases/qpid-dispatch-master/index.html
+++ b/content/releases/qpid-dispatch-master/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-master/man/qdmanage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/man/qdmanage.html b/content/releases/qpid-dispatch-master/man/qdmanage.html
index d5f1d71..0a93e1d 100644
--- a/content/releases/qpid-dispatch-master/man/qdmanage.html
+++ b/content/releases/qpid-dispatch-master/man/qdmanage.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html b/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html
index 4cc9b28..0332aaa 100644
--- a/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html
+++ b/content/releases/qpid-dispatch-master/man/qdrouterd.conf.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-master/man/qdrouterd.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/man/qdrouterd.html b/content/releases/qpid-dispatch-master/man/qdrouterd.html
index 6adce07..d83cea2 100644
--- a/content/releases/qpid-dispatch-master/man/qdrouterd.html
+++ b/content/releases/qpid-dispatch-master/man/qdrouterd.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-master/man/qdstat.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/man/qdstat.html b/content/releases/qpid-dispatch-master/man/qdstat.html
index f4d42e6..fb015a2 100644
--- a/content/releases/qpid-dispatch-master/man/qdstat.html
+++ b/content/releases/qpid-dispatch-master/man/qdstat.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-master/qdmanage.8.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/qdmanage.8.html b/content/releases/qpid-dispatch-master/qdmanage.8.html
index 6acd13b..a83b8b0 100644
--- a/content/releases/qpid-dispatch-master/qdmanage.8.html
+++ b/content/releases/qpid-dispatch-master/qdmanage.8.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-master/qdrouterd.8.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/qdrouterd.8.html b/content/releases/qpid-dispatch-master/qdrouterd.8.html
index b20abab..8e1d54f 100644
--- a/content/releases/qpid-dispatch-master/qdrouterd.8.html
+++ b/content/releases/qpid-dispatch-master/qdrouterd.8.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-master/qdrouterd.conf.5.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/qdrouterd.conf.5.html b/content/releases/qpid-dispatch-master/qdrouterd.conf.5.html
index 01cc68c..045a248 100644
--- a/content/releases/qpid-dispatch-master/qdrouterd.conf.5.html
+++ b/content/releases/qpid-dispatch-master/qdrouterd.conf.5.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-dispatch-master/qdstat.8.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/qdstat.8.html b/content/releases/qpid-dispatch-master/qdstat.8.html
index a191b34..8ecbb47 100644
--- a/content/releases/qpid-dispatch-master/qdstat.8.html
+++ b/content/releases/qpid-dispatch-master/qdstat.8.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/index.html b/content/releases/qpid-java-6.0.0/index.html
index 4e5bfc4..d9cb6d6 100644
--- a/content/releases/qpid-java-6.0.0/index.html
+++ b/content/releases/qpid-java-6.0.0/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index 20755df..5c85b7e 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index 333752e..876b9f6 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index 052a391..24273b6 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-System-Properties.html
index 25b0b09..f2ddf29 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index e8e6d76..b3ded11 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index 64065e4..07eb039 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Backup-And-Recovery.html
index ea6da06..2f7430c 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index a390fe2..fd5d92b 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Broker.html
index 6285025..e976329 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Exchanges.html
index 324cbd0..75bf71c 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 767e053..3c17192 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Ports.html
index d48a6ea..de2dfbe 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Queues.html
index 51f65fd..94fd9b8 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index cc940bf..a3dbd7d 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index b18d733..984f98e 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index 3c1dcd9..906efe8 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts.html
index e6ca61a..80ffdc5 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.0.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index 8f2d049..8506e8f 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Logging.html
index ff179fb..e6d5683 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index f904cac..4e4a869 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index 36eda78..cf7893a 100644
--- a/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.0.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[09/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-System-Properties.html
index 1ad4c18..93e0e01 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index 3f535bf..99b2b9a 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index 7279c53..640110f 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Backup-And-Recovery.html
index e2c4174..af9c9b0 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index 7618c20..c96c258 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Broker.html
index 7471b2b..632618a 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Exchanges.html
index 33ceb63..72ebdb3 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 037fae4..3215441 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Ports.html
index 9134bc8..a253a28 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Queues.html
index 350ba1e..fa6a0a3 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index 0d20f62..4131d45 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index ff7342c..9e8245e 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index f53f579..85e7b30 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts.html
index 1bf48d6..afabf58 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.1.0/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index 4dfeb6b..01a7a7b 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Logging.html
index e020641..6ead87d 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index 1c4de34..5808dfc 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index 3626a60..051ec70 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started.html
index 3497cc8..d11fc76 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Backup.html
index 18d3873..c5ef7e1 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index 2f2696d..c7831c6 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 5ce3213..793dcde 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index 27075f9..693050f 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index 8ee3c79..c97f444 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
index fe57c82..b268253 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Network-Requirements.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Network-Requirements.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-NodeOperations.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
index a3f8965..fcfce11 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-NodeOperations.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-NodeOperations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
index d5edf90..e28205c 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-OverviewOfHA.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
index 8a6bdae..68f69d4 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Reset-Group-Infomational.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Security.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Security.html
index 76a1a20..de03e7e 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Security.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability.html
index 273bfd2..4877c58 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-High-Availability.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
index b91e66d..af826f3 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Configuration-Properties.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Configuration-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
index f69cb5f..b27c566 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Create-Initial-Config.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Example.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Example.html
index 671640c..edfa57d 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Example.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
index c4c3feb..c19ad8b 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Initial-Config-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Location.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Location.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Location.html
index b2419a8..752ae71 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Location.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Location.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
index 0b55dbc..0cb02cb 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Overwrite-Config-Store.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Type.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Type.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Type.html
index 4fb2f1e..9530017 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Type.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration-Type.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration.html
index 49852c8..7e0f2f6 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Initial-Configuration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-Download.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-Download.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-Download.html
index 724919b..19d6a32 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-Download.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-Download.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-InstallationUnix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-InstallationUnix.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-InstallationUnix.html
index d5579d4..43382ec 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-InstallationUnix.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-InstallationUnix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-InstallationWindows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-InstallationWindows.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-InstallationWindows.html
index d24e185..251d58e 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-InstallationWindows.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-InstallationWindows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-OptionalDependencies.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
index 435377e..d81eb59 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-OptionalDependencies.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-OptionalDependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-Prerequistes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-Prerequistes.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-Prerequistes.html
index ee7e033..7fcec72 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-Prerequistes.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation-Prerequistes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation.html
index c3c221c..b958b11 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Installation.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Introduction.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Introduction.html
index bd927c9..3936324 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Introduction.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
index 0c055da..9f739fb 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-AMQP-Intrinstic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-QMF.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-QMF.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-QMF.html
index cb07c17..c7578d7 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-QMF.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-QMF.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-REST-API.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-REST-API.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-REST-API.html
index 7cf7fb1..7acf23f 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-REST-API.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-REST-API.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-Web-Console.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
index e8e31e9..241b3fa 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-Web-Console.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel-Web-Console.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel.html
index 54cd72c..780f937 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Channel.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
index 6312c73..d6c39ce 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Access-Control-Providers.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Access-Control-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
index d2c80b9..e8a8857 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Broker.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Broker.html
index 2fe3a13..79fdd8a 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Broker.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Consumers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Consumers.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Consumers.html
index 3b4caf3..a524b0a 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Consumers.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Consumers.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
index 947a8d1..f3434e4 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Entities-Matrix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Entities.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Entities.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Entities.html
index 72840df..8c6522b 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Entities.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Entities.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Exchanges.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
index 821debc..d844e73 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Exchanges.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
index f1d1013..38f0d6d 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Group-Providers.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Keystores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Keystores.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Keystores.html
index b7a98d3..a657433 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Keystores.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Keystores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
index be2e0ca..4a80e1e 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Plugin-HTTP.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Ports.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Ports.html
index b105d6c..b6f16d4 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Ports.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Queues.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Queues.html
index 3180e37..d89033b 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Queues.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
index 31e036d..715610b 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Truststores.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Truststores.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Truststores.html
index 0196e01..dd51b85 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Truststores.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Truststores.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
index 178caa4..a1e54d4 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
index 7ab0a70..a3eb6de 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-Virtualhosts.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Management-Managing-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
index 0b000ac..0087bf4 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
index d06fad9..4a59d56 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous.html
index 67b9b42..1d8f0cf 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Background-Recovery.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
index ca96793..7a6993d 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Background-Recovery.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Background-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
index ac9b89e..183850d 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Close-Connection-When-No-Route.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Connection-Limit.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
index b3707b2..a6f856f 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Connection-Limit.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Connection-Limit.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
index 6fb1cee..87e6a7e 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
index 63914fb..93918a8 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Flow-To-Disk.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
index 6bb4989..990f788 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[08/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Memory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Memory.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Memory.html
index 8340d1e..17bfc9f 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Memory.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Memory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Message-Compression.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Message-Compression.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Message-Compression.html
index b64b5d7..de14905 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Message-Compression.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Message-Compression.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
index 1d827b9..fe5584b 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime.html
index 2520425..e7c7c30 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Runtime.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-ACLs.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-ACLs.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-ACLs.html
index a8d1b2a..ca1c643 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-ACLs.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-ACLs.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-Configuration-Encryption.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
index 4e91a3d..7c76f0e 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-Configuration-Encryption.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-Configuration-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-Group-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-Group-Providers.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-Group-Providers.html
index 40c6f18..f22553f 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-Group-Providers.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security-Group-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security.html b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security.html
index 8185d24..5c0f462 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/Java-Broker-Security.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/java-broker/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/java-broker/book/index.html b/content/releases/qpid-java-6.1.0/java-broker/book/index.html
index 352b383..72a4b45 100644
--- a/content/releases/qpid-java-6.1.0/java-broker/book/index.html
+++ b/content/releases/qpid-java-6.1.0/java-broker/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Book.html b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Book.html
index 8d165c1..ad6196a 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Book.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
index e9b72e9..a118ecd 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-Addresses.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
index 363e125..1d13ba5 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-JNDI.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
index 91dc248..b9d2f87 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
index 8ad73f4..fdf9912 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring.html b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
index f3ed8f1..1a15917 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Configuring.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Example.html b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Example.html
index 9a10468..ad0b76e 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Example.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
index 9c562b8..6164974 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
index 0ad870e..b319882 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-10/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/index.html b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/index.html
index 7811610..b1d7c03 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-10/book/index.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-10/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index c97ec2d..4a8ed4f 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index 6ff2303..0630266 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index f52707d..2ade187 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index c3bc435..f24bc0a 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index e7f09df..65fc466 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index a5d710f..cc11fd0 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index 849a11f..1707aad 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index b4a1f9c..56108bb 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index 268d2db..feef563 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index eea947e..d91756f 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index 827ac01..6cbfdf2 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index 150823b..9438b7e 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index 4e07639..6a5b5cc 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index effe3df..7e2a142 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index 5dc1eeb..8f1f70a 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index 7751ad6..22cc665 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index 2155d39..fb1155f 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index ad101bf..3dd32a0 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index 71e2fc4..6896196 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index de71c9e..9018055 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index 4e15edf..a85d9f7 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index 96452d8..4caae6b 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index 9fa0995..0a3db39 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index cef5d1b..59369cd 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index e1a76ad..d293a68 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index da658c0..d728267 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index 1b056bd..3c2105a 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index 4c56848..1ba56c4 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Book.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Book.html
index 248bb7e..893ce41 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Book.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html
index 1a4efd4..7a08ae5 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html
index 9b6848c..3c87e7d 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Receiving.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html
index e8d0d69..42e6668 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption-Sending.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption.html
index e83b4f1..4bb0f1e 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/JMS-Client-Message-Encryption.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/index.html
index bfcfcf7..8bc8738 100644
--- a/content/releases/qpid-java-6.1.0/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.1.0/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.1.0/qpid-jms/examples/Drain.java.html
index 17b1892..41e030b 100644
--- a/content/releases/qpid-java-6.1.0/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.1.0/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.1.0/qpid-jms/examples/Hello.java.html
index 4b4136d..1193e4e 100644
--- a/content/releases/qpid-java-6.1.0/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.1.0/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.1.0/qpid-jms/examples/ListReceiver.java.html
index b98e8f9..bb6761c 100644
--- a/content/releases/qpid-java-6.1.0/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.1.0/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.1.0/qpid-jms/examples/ListSender.java.html
index e45e392..2e25169 100644
--- a/content/releases/qpid-java-6.1.0/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.1.0/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.1.0/qpid-jms/examples/MapReceiver.java.html
index e0011f0..44e60d2 100644
--- a/content/releases/qpid-java-6.1.0/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.1.0/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.1.0/qpid-jms/examples/MapSender.java.html
index 955fb7d..b8bab82 100644
--- a/content/releases/qpid-java-6.1.0/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.1.0/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.1.0/qpid-jms/examples/OptionParser.java.html
index 486e756..2e11fb1 100644
--- a/content/releases/qpid-java-6.1.0/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.1.0/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.1.0/qpid-jms/examples/Spout.java.html
index 1158954..d62f87f 100644
--- a/content/releases/qpid-java-6.1.0/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.1.0/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.1.0/qpid-jms/examples/hello.properties.html
index dd0fc03..93ba895 100644
--- a/content/releases/qpid-java-6.1.0/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.1.0/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/qpid-jms/examples/index.html b/content/releases/qpid-java-6.1.0/qpid-jms/examples/index.html
index 7538eea..2d8d2d3 100644
--- a/content/releases/qpid-java-6.1.0/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.1.0/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.0/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.0/release-notes.html b/content/releases/qpid-java-6.1.0/release-notes.html
index 641e5de..be2c381 100644
--- a/content/releases/qpid-java-6.1.0/release-notes.html
+++ b/content/releases/qpid-java-6.1.0/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/index.html b/content/releases/qpid-java-6.1.1/index.html
index 3655670..e4129dd 100644
--- a/content/releases/qpid-java-6.1.1/index.html
+++ b/content/releases/qpid-java-6.1.1/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.1.1/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index e212c36..2b90b18 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.1.1/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index 72ce585..df07600 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index f2008f0..53e6873 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index 8e7624d..6806971 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-System-Properties.html
index 5d23d7f..d7e9cc6 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index 772d0a5..165457e 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index aa319c8..8fda0f1 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Backup-And-Recovery.html
index 42a5de8..6596baf 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index 7d85207..cfc7c29 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Broker.html
index db2f097..062614b 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Exchanges.html
index 23502e5..90bd2b1 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Other-Services.html
index 476d22c..2fac180 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Ports.html
index 4ab71a6..6acdf86 100644
--- a/content/releases/qpid-java-6.1.1/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.1.1/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[17/51] [partial] qpid-site git commit: Update site for Qpid Broker-J release 7.0.0

Posted by or...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
index 118a4e2..f4d26f7 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-Properties.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-JVM-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
index faff950..9e467aa 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-Logging.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring.html b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
index beb2120..c5097ad 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Configuring.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Example.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Example.html b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Example.html
index 3bcde61..6e0cf0c 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Example.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Example.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
index 5125c9e..98d6ae3 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous-MapMessages.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
index 4d32658..63122c4 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/JMS-Client-0-10-Miscellaneous.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-10/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/index.html b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/index.html
index 7f099a7..3750153 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-10/book/index.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-10/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
index c9498cf..0dc0409 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Exceptions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
index 3952d97..5981f03 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions-Binding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
index 286fa61..7c70105 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-JMS-Extensions.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
index bba54e7..3d83e23 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Maven.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
index 5456a20..1c0dff1 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-PooledConnecytionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
index 902bc90..95f83a2 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Appendix-Tomcat-JNDI-Integration.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
index 248c077..6ca5b15 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Binding-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
index a10d004..da0c635 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Connection.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
index 156bcd6..f5045e1 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-ConnectionFactory.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
index 2a05c75..43e4528 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Destinations.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
index 423702b..b4a4b11 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageConsumer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
index d731276..7582f64 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-MessageProducer.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
index d062f85..be5be94 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding-Session.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
index ff18b4f..3c21f74 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Client-Understanding.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
index 13faee9..9bc43a6 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Connection-URL.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
index 37c90f0..56f0872 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Document-Scope-And-Intended-Audience.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
index 00a6e3d..78687e6 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Examples-PubSub.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Examples.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Examples.html
index ac01d0e..afcfa07 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Examples.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Examples.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Introduction.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
index b28cf9f..0df0a2f 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Introduction.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Introduction.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
index 35a0857..3b5256e 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
index d40ca0a..6afc679 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JMS-Getting-And-Dependencies.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
index b627995..1c2d8da 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Destination.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
index ce8b704..8f46588 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Queue.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
index d9626f9..4c2e698 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format-Topic.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
index 477b710..e247b25 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-JNDI-Properties-Format.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
index 193d148..b459e0b 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Logging-EnablingDebugLogging.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Logging.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Logging.html
index 143e22f..d34cb89 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-Logging.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
index 1ccd2f9..451b4db 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-System-Properties.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-0-8-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-Book.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-Book.html
index b8eaa72..0050ff7 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-Book.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/JMS-Client-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/jms-client-0-8/book/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/index.html b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/index.html
index cac259f..decf566 100644
--- a/content/releases/qpid-java-6.0.4/jms-client-0-8/book/index.html
+++ b/content/releases/qpid-java-6.0.4/jms-client-0-8/book/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/qpid-jms/examples/Drain.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/qpid-jms/examples/Drain.java.html b/content/releases/qpid-java-6.0.4/qpid-jms/examples/Drain.java.html
index 51635aa..2276a39 100644
--- a/content/releases/qpid-java-6.0.4/qpid-jms/examples/Drain.java.html
+++ b/content/releases/qpid-java-6.0.4/qpid-jms/examples/Drain.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/qpid-jms/examples/Hello.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/qpid-jms/examples/Hello.java.html b/content/releases/qpid-java-6.0.4/qpid-jms/examples/Hello.java.html
index 4d9a431..5fab32e 100644
--- a/content/releases/qpid-java-6.0.4/qpid-jms/examples/Hello.java.html
+++ b/content/releases/qpid-java-6.0.4/qpid-jms/examples/Hello.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/qpid-jms/examples/ListReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/qpid-jms/examples/ListReceiver.java.html b/content/releases/qpid-java-6.0.4/qpid-jms/examples/ListReceiver.java.html
index 5bb6055..64c7bbc 100644
--- a/content/releases/qpid-java-6.0.4/qpid-jms/examples/ListReceiver.java.html
+++ b/content/releases/qpid-java-6.0.4/qpid-jms/examples/ListReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/qpid-jms/examples/ListSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/qpid-jms/examples/ListSender.java.html b/content/releases/qpid-java-6.0.4/qpid-jms/examples/ListSender.java.html
index 1caefaa..5425030 100644
--- a/content/releases/qpid-java-6.0.4/qpid-jms/examples/ListSender.java.html
+++ b/content/releases/qpid-java-6.0.4/qpid-jms/examples/ListSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/qpid-jms/examples/MapReceiver.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/qpid-jms/examples/MapReceiver.java.html b/content/releases/qpid-java-6.0.4/qpid-jms/examples/MapReceiver.java.html
index cea0e89..658eac6 100644
--- a/content/releases/qpid-java-6.0.4/qpid-jms/examples/MapReceiver.java.html
+++ b/content/releases/qpid-java-6.0.4/qpid-jms/examples/MapReceiver.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/qpid-jms/examples/MapSender.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/qpid-jms/examples/MapSender.java.html b/content/releases/qpid-java-6.0.4/qpid-jms/examples/MapSender.java.html
index db3d56d..b741143 100644
--- a/content/releases/qpid-java-6.0.4/qpid-jms/examples/MapSender.java.html
+++ b/content/releases/qpid-java-6.0.4/qpid-jms/examples/MapSender.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/qpid-jms/examples/OptionParser.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/qpid-jms/examples/OptionParser.java.html b/content/releases/qpid-java-6.0.4/qpid-jms/examples/OptionParser.java.html
index ffd9332..ef1230e 100644
--- a/content/releases/qpid-java-6.0.4/qpid-jms/examples/OptionParser.java.html
+++ b/content/releases/qpid-java-6.0.4/qpid-jms/examples/OptionParser.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/qpid-jms/examples/Spout.java.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/qpid-jms/examples/Spout.java.html b/content/releases/qpid-java-6.0.4/qpid-jms/examples/Spout.java.html
index 91348e8..055f3a1 100644
--- a/content/releases/qpid-java-6.0.4/qpid-jms/examples/Spout.java.html
+++ b/content/releases/qpid-java-6.0.4/qpid-jms/examples/Spout.java.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/qpid-jms/examples/hello.properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/qpid-jms/examples/hello.properties.html b/content/releases/qpid-java-6.0.4/qpid-jms/examples/hello.properties.html
index afae6e2..af26feb 100644
--- a/content/releases/qpid-java-6.0.4/qpid-jms/examples/hello.properties.html
+++ b/content/releases/qpid-java-6.0.4/qpid-jms/examples/hello.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/qpid-jms/examples/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/qpid-jms/examples/index.html b/content/releases/qpid-java-6.0.4/qpid-jms/examples/index.html
index 6e2445c..718b846 100644
--- a/content/releases/qpid-java-6.0.4/qpid-jms/examples/index.html
+++ b/content/releases/qpid-java-6.0.4/qpid-jms/examples/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.4/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.4/release-notes.html b/content/releases/qpid-java-6.0.4/release-notes.html
index 455f53f..bb0297a 100644
--- a/content/releases/qpid-java-6.0.4/release-notes.html
+++ b/content/releases/qpid-java-6.0.4/release-notes.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/index.html b/content/releases/qpid-java-6.0.5/index.html
index f7e3716..fcecb75 100644
--- a/content/releases/qpid-java-6.0.5/index.html
+++ b/content/releases/qpid-java-6.0.5/index.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/AMQP-Messaging-Broker-Java-Book.html b/content/releases/qpid-java-6.0.5/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
index 68905ac..269548b 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/AMQP-Messaging-Broker-Java-Book.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/AMQP-Messaging-Broker-Java-Book.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-Environment-Variables.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
index 844870a..308f4ea 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-Environment-Variables.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
index e9948d9..0c6439e 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
index 372931b..906d997 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-Queue-Alerts.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-System-Properties.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-System-Properties.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-System-Properties.html
index 41c7f33..e517194 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Appendix-System-Properties.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
index 7314731..20f832b 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost-Node.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
index 185d694..c684c40 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Backup-And-Recovery-Virtualhost.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Backup-And-Recovery.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Backup-And-Recovery.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Backup-And-Recovery.html
index 5c15c15..cd341db 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Backup-And-Recovery.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
index ec26d61..4164bce 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Authentication-Providers.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Broker.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Broker.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Broker.html
index faef08d..aac44e9 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Broker.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Exchanges.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Exchanges.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Exchanges.html
index 0e8fc00..937b94a 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Exchanges.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Other-Services.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Other-Services.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Other-Services.html
index c779ec3..4580257 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Other-Services.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Ports.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Ports.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Ports.html
index 2f79ece..f6455bb 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Ports.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Queues.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Queues.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Queues.html
index 9e7e585..53c694b 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Queues.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
index a998ca2..968053d 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-RemoteReplicationNodes.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
index a0ce06e..6c5bc1e 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Virtualhost-Nodes.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Virtualhosts.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
index 59875de..2c128e0 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts-Virtualhosts.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts.html
index 0644cde..897e27c 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Concepts.html
+++ b/content/releases/qpid-java-6.0.5/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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-CommandLine.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
index 7264d0c..4c2100e 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-CommandLine.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-CommandLine.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Logging.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Logging.html
index 63efa14..abad2e8 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Logging.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
index a5d2a29..eeba13e 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Unix.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
index e8070b4..104dab1 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started-Starting-Stopping-Windows.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started.html
index 9eaef1d..8ea65b1 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Getting-Started.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Backup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Backup.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Backup.html
index 2fb31ca..b81edfa 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Backup.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Backup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Behaviour.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Behaviour.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Behaviour.html
index ba5d9b5..f493c9d 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Behaviour.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-Behaviour.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-ClientFailover.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
index 97476b8..fd9ab33 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-ClientFailover.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-ClientFailover.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
index 474c364..7e6056a 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-CreatingGroup.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0e1f0cc4/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-DiskSpace.html b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
index 4c2296f..0acc95f 100644
--- a/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-DiskSpace.html
+++ b/content/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-High-Availability-DiskSpace.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">Broker for Java</a></li>
+              <li><a href="/components/broker-j/index.html">Broker-J</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org