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

[2/2] qpid-site git commit: update site for qpid-jms-0.20.0 release

update site for qpid-jms-0.20.0 release


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/064e0846
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/064e0846
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/064e0846

Branch: refs/heads/asf-site
Commit: 064e0846c6530c45b4781dcb55ba8bb907ed3874
Parents: b688a1f
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Jan 20 18:20:56 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Jan 20 18:20:56 2017 +0000

----------------------------------------------------------------------
 content/components/jms/index.html               |  16 +-
 content/documentation.html                      |   4 +-
 content/download.html                           |  12 +-
 content/maven.html                              |   2 +-
 content/releases/index.html                     |   7 +-
 content/releases/qpid-jms-0.1.0/index.html      |   2 +-
 content/releases/qpid-jms-0.10.0/index.html     |   2 +-
 content/releases/qpid-jms-0.11.0/index.html     |   2 +-
 content/releases/qpid-jms-0.11.1/index.html     |   2 +-
 content/releases/qpid-jms-0.2.0/index.html      |   2 +-
 content/releases/qpid-jms-0.20.0/building.html  | 192 ++++++++
 .../releases/qpid-jms-0.20.0/docs/index.html    | 449 +++++++++++++++++++
 content/releases/qpid-jms-0.20.0/index.html     | 210 +++++++++
 .../releases/qpid-jms-0.20.0/release-notes.html | 204 +++++++++
 content/releases/qpid-jms-0.3.0/index.html      |   2 +-
 content/releases/qpid-jms-0.4.0/index.html      |   2 +-
 content/releases/qpid-jms-0.5.0/index.html      |   2 +-
 content/releases/qpid-jms-0.6.0/index.html      |   2 +-
 content/releases/qpid-jms-0.7.0/index.html      |   2 +-
 content/releases/qpid-jms-0.8.0/index.html      |   2 +-
 content/releases/qpid-jms-0.9.0/index.html      |   2 +-
 content/releases/qpid-jms-master/index.html     |   2 +-
 input/_transom_config.py                        |   2 +-
 input/components/jms/index.md                   |   8 +-
 input/releases/index.md                         |   7 +-
 input/releases/qpid-jms-0.20.0/building.md      |  43 ++
 input/releases/qpid-jms-0.20.0/docs/index.md    | 269 +++++++++++
 input/releases/qpid-jms-0.20.0/index.md         |  68 +++
 input/releases/qpid-jms-0.20.0/release-notes.md |  76 ++++
 scripts/gen-jms-release-page                    |   4 +-
 30 files changed, 1556 insertions(+), 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/components/jms/index.html
----------------------------------------------------------------------
diff --git a/content/components/jms/index.html b/content/components/jms/index.html
index 336978f..8771deb 100644
--- a/content/components/jms/index.html
+++ b/content/components/jms/index.html
@@ -122,7 +122,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
 <h2 id="jms-with-the-strength-of-amqp">JMS with the strength of AMQP</h2>
 
-<p>Qpid JMS is a complete AMQP 1.0 <a href="http://en.wikipedia.org/wiki/Java_Message_Service">Java Message Service</a> 1.1 client built
+<p>Qpid JMS is an AMQP 1.0 <a href="http://en.wikipedia.org/wiki/Java_Message_Service">Java Message Service</a> 2.0 client built
 using <a href="/proton/index.html">Qpid Proton</a>.</p>
 
 <p>Qpid also provides an alternate JMS client supporting
@@ -133,8 +133,8 @@ using <a href="/proton/index.html">Qpid Proton</a>.</p>
 <h2 id="features">Features</h2>
 
 <ul>
-<li><a href="http://www.oracle.com/technetwork/java/docs-136352.html">JMS 1.1</a>
-API compatible</li>
+<li><a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr343/index.html">JMS 2.0</a>
+API</li>
 <li>Secure communication via SSL and SASL </li>
 <li>Producer flow control</li>
 <li>Failover</li>
@@ -146,10 +146,10 @@ API compatible</li>
 <div class="two-column">
 
 <ul>
-<li><a href="http://docs.oracle.com/javaee/1.4/api/javax/jms/package-summary.html">API reference</a></li>
-<li><a href="https://github.com/apache/qpid-jms/tree/0.11.1/qpid-jms-examples">Examples</a></li>
-<li><a href="/releases/qpid-jms-0.11.1/docs/index.html">Configuration</a></li>
-<li><a href="/releases/qpid-jms-0.11.1/building.html">Building Qpid JMS</a></li>
+<li><a href="http://docs.oracle.com/javaee/7/api/javax/jms/package-summary.html">API reference</a></li>
+<li><a href="https://github.com/apache/qpid-jms/tree/0.20.0/qpid-jms-examples">Examples</a></li>
+<li><a href="/releases/qpid-jms-0.20.0/docs/index.html">Configuration</a></li>
+<li><a href="/releases/qpid-jms-0.20.0/building.html">Building Qpid JMS</a></li>
 </ul>
 
 </div>
@@ -163,7 +163,7 @@ API compatible</li>
 <h2 id="releases">Releases</h2>
 
 <ul>
-<li><a href="/releases/qpid-jms-0.11.1">Qpid JMS 0.11.1</a></li>
+<li><a href="/releases/qpid-jms-0.20.0">Qpid JMS 0.20.0</a></li>
 <li><a href="/releases/index.html#past-releases">Past releases</a></li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/documentation.html
----------------------------------------------------------------------
diff --git a/content/documentation.html b/content/documentation.html
index cfb42ae..46e166e 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -147,9 +147,9 @@ You can find older versions with our
 
 <ul>
 <li><a href="/components/jms/index.html">Overview</a></li>
-<li><a href="/releases/qpid-jms-0.11.1/docs/index.html">Configuration</a></li>
+<li><a href="/releases/qpid-jms-0.20.0/docs/index.html">Configuration</a></li>
 <li><a href="http://docs.oracle.com/javaee/1.4/api/javax/jms/package-summary.html">API reference</a></li>
-<li><a href="https://github.com/apache/qpid-jms/tree/0.11.1/qpid-jms-examples">Examples</a></li>
+<li><a href="https://github.com/apache/qpid-jms/tree/0.20.0/qpid-jms-examples">Examples</a></li>
 </ul>
 
 </section>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/download.html
----------------------------------------------------------------------
diff --git a/content/download.html b/content/download.html
index d5858f4..a952bd8 100644
--- a/content/download.html
+++ b/content/download.html
@@ -143,8 +143,8 @@ process. The downloads on this page are from our
 </tr>
 <tr>
   <td><a href="/components/jms/index.html">Qpid JMS</a> (AMQP 1.0)</td>
-  <td><a href="http://www.apache.org/dyn/closer.lua/qpid/jms/0.11.1/apache-qpid-jms-0.11.1-bin.tar.gz">apache-qpid-jms-0.11.1-bin.tar.gz</a>*</td>
-  <td><a href="http://www.apache.org/dist/qpid/jms/0.11.1/apache-qpid-jms-0.11.1-bin.tar.gz.asc">ASC</a>, <a href="http://www.apache.org/dist/qpid/jms/0.11.1/apache-qpid-jms-0.11.1-bin.tar.gz.md5">MD5</a>, <a href="http://www.apache.org/dist/qpid/jms/0.11.1/apache-qpid-jms-0.11.1-bin.tar.gz.sha1">SHA1</a></td>
+  <td><a href="http://www.apache.org/dyn/closer.lua/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-bin.tar.gz">apache-qpid-jms-0.20.0-bin.tar.gz</a>*</td>
+  <td><a href="http://www.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-bin.tar.gz.asc">ASC</a>, <a href="http://www.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-bin.tar.gz.md5">MD5</a>, <a href="http://www.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-bin.tar.gz.sha1">SHA1</a></td>
 </tr>
 <tr>
   <td><a href="/components/jms/amqp-0-x.html">Qpid AMQP 0-x JMS Client</a></td>
@@ -195,10 +195,10 @@ process. The downloads on this page are from our
 
 <p>*These Java artefacts are released as compiled bytecode.  We also
 offer the source as part of our
-<a href="http://www.apache.org/dyn/closer.lua/qpid/jms/0.11.1/apache-qpid-jms-0.11.1-src.tar.gz">Qpid JMS source release</a>
-[<a href="http://www.apache.org/dist/qpid/jms/0.11.1/apache-qpid-jms-0.11.1-src.tar.gz.asc">ASC</a>,
-<a href="http://www.apache.org/dist/qpid/jms/0.11.1/apache-qpid-jms-0.11.1-src.tar.gz.md5">MD5</a>,
-<a href="http://www.apache.org/dist/qpid/jms/0.11.1/apache-qpid-jms-0.11.1-src.tar.gz.sha1">SHA1</a>]
+<a href="http://www.apache.org/dyn/closer.lua/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-src.tar.gz">Qpid JMS source release</a>
+[<a href="http://www.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-src.tar.gz.asc">ASC</a>,
+<a href="http://www.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-src.tar.gz.md5">MD5</a>,
+<a href="http://www.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-src.tar.gz.sha1">SHA1</a>]
 and
 <a href="http://www.apache.org/dyn/closer.lua/qpid/java/6.1.1/qpid-java-6.1.1.tar.gz">Qpid for Java source release</a>
 [<a href="http://www.apache.org/dist/qpid/java/6.1.1/qpid-java-6.1.1.tar.gz.asc">ASC</a>,

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/maven.html
----------------------------------------------------------------------
diff --git a/content/maven.html b/content/maven.html
index 4c47640..6e60375 100644
--- a/content/maven.html
+++ b/content/maven.html
@@ -124,7 +124,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.qpid<span class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>qpid-jms-client<span class="nt">&lt;/artifactId&gt;</span>
-  <span class="nt">&lt;version&gt;</span>0.11.1<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>0.20.0<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>
 </pre></div>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/index.html
----------------------------------------------------------------------
diff --git a/content/releases/index.html b/content/releases/index.html
index f71c9bc..4315492 100644
--- a/content/releases/index.html
+++ b/content/releases/index.html
@@ -124,12 +124,12 @@ the
 <h2 id="current-releases">Current releases</h2>
 
 <ul>
+<li><a href="qpid-jms-0.20.0/index.html">Qpid JMS 0.20.0</a>, January 2017</li>
+<li><a href="qpid-java-6.1.1/index.html">Qpid for Java 6.1.1</a>, December 2016</li>
 <li><a href="qpid-cpp-1.36.0/index.html">Qpid C++ 1.36.0</a>, December 2016</li>
 <li><a href="qpid-proton-0.16.0/index.html">Qpid Proton 0.16.0</a>, December 2016</li>
-<li><a href="qpid-java-6.1.1/index.html">Qpid for Java 6.1.1</a>, December 2016</li>
-<li><a href="qpid-jms-0.11.1/index.html">Qpid JMS 0.11.1</a>, October 2016</li>
+<li><a href="qpid-dispatch-0.7.0/index.html">Qpid Dispatch 0.7.0</a>, November 2016</li>
 <li><a href="qpid-python-1.35.0/index.html">Qpid Python 1.35.0</a>, August 2016</li>
-<li><a href="qpid-dispatch-0.6.1/index.html">Qpid Dispatch 0.6.1</a>, August 2016</li>
 </ul>
 
 <h2 id="past-releases">Past releases</h2>
@@ -140,6 +140,7 @@ the
 <li><a href="qpid-java-6.0.6/index.html">Qpid for Java 6.0.6</a>, December 2016</li>
 <li><a href="qpid-java-6.1.0/index.html">Qpid for Java 6.1.0</a>, November 2016</li>
 <li><a href="qpid-java-6.0.5/index.html">Qpid for Java 6.0.5</a>, November 2016</li>
+<li><a href="qpid-jms-0.11.1/index.html">Qpid JMS 0.11.1</a>, October 2016</li>
 <li><a href="qpid-proton-0.15.0/index.html">Qpid Proton 0.15.0</a>, October 2016</li>
 <li><a href="qpid-cpp-1.35.0/index.html">Qpid C++ 1.35.0</a>, September 2016</li>
 <li><a href="qpid-jms-0.11.0/index.html">Qpid JMS 0.11.0</a>, September 2016</li>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.1.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.1.0/index.html b/content/releases/qpid-jms-0.1.0/index.html
index 7b0337e..0d65c75 100644
--- a/content/releases/qpid-jms-0.1.0/index.html
+++ b/content/releases/qpid-jms-0.1.0/index.html
@@ -116,7 +116,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
         <div id="-middle-content">
           <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("0.1.0" === "0.11.1") {
+      if ("0.1.0" === "0.20.0") {
           _modifyCurrentReleaseLinks();
       }
   });

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.10.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.10.0/index.html b/content/releases/qpid-jms-0.10.0/index.html
index 808eb6f..5e5811a 100644
--- a/content/releases/qpid-jms-0.10.0/index.html
+++ b/content/releases/qpid-jms-0.10.0/index.html
@@ -175,7 +175,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("0.10.0" === "0.11.1") {
+      if ("0.10.0" === "0.20.0") {
           _modifyCurrentReleaseLinks();
       }
   });

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.11.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.11.0/index.html b/content/releases/qpid-jms-0.11.0/index.html
index 4bcf077..b211e48 100644
--- a/content/releases/qpid-jms-0.11.0/index.html
+++ b/content/releases/qpid-jms-0.11.0/index.html
@@ -175,7 +175,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("0.11.0" === "0.11.1") {
+      if ("0.11.0" === "0.20.0") {
           _modifyCurrentReleaseLinks();
       }
   });

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.11.1/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.11.1/index.html b/content/releases/qpid-jms-0.11.1/index.html
index 395cca6..6e8a631 100644
--- a/content/releases/qpid-jms-0.11.1/index.html
+++ b/content/releases/qpid-jms-0.11.1/index.html
@@ -175,7 +175,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("0.11.1" === "0.11.1") {
+      if ("0.11.1" === "0.20.0") {
           _modifyCurrentReleaseLinks();
       }
   });

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.2.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.2.0/index.html b/content/releases/qpid-jms-0.2.0/index.html
index a27b2dd..5a66a88 100644
--- a/content/releases/qpid-jms-0.2.0/index.html
+++ b/content/releases/qpid-jms-0.2.0/index.html
@@ -116,7 +116,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
         <div id="-middle-content">
           <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("0.2.0" === "0.11.1") {
+      if ("0.2.0" === "0.20.0") {
           _modifyCurrentReleaseLinks();
       }
   });

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.20.0/building.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.20.0/building.html b/content/releases/qpid-jms-0.20.0/building.html
new file mode 100644
index 0000000..3070c2b
--- /dev/null
+++ b/content/releases/qpid-jms-0.20.0/building.html
@@ -0,0 +1,192 @@
+<!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>QpidJMS - 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/java-broker/index.html">Broker for Java</a></li>
+              <li><a href="/components/cpp-broker/index.html">C++ broker</a></li>
+              <li><a href="/components/dispatch-router/index.html">Dispatch router</a></li>
+            </ul>
+          </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-jms-0.20.0/index.html">Qpid JMS 0.20.0</a></li><li>QpidJMS</li></ul>
+
+        <div id="-middle-content">
+          <h1 id="qpidjms">QpidJMS</h1>
+
+<p>The QpidJMS project provides a JMS based client that uses the AMQP v1.0 protocol.</p>
+
+<p>Below are some quick pointers you might find useful.</p>
+
+<h2 id="building-the-code">Building the code</h2>
+
+<p>The project requires Maven 3. Some example commands follow.</p>
+
+<p>Clean previous builds output and install all modules to local repository without
+running the tests:</p>
+
+<pre><code>mvn clean install -DskipTests
+</code></pre>
+
+<p>Install all modules to the local repository after running all the tests:</p>
+
+<pre><code>mvn clean install
+</code></pre>
+
+<p>Perform a subset tests on the packaged release artifacts without
+installing:</p>
+
+<pre><code>mvn clean verify -Dtest=TestNamePattern*
+</code></pre>
+
+<p>Execute the tests and produce code coverage report:</p>
+
+<pre><code>mvn clean test jacoco:report
+</code></pre>
+
+<h2 id="examples">Examples</h2>
+
+<p>First build and install all the modules as detailed above (if running against
+a source checkout/release, rather than against released binaries) and then
+consult the README in the qpid-jms-examples module itself.</p>
+
+<h2 id="documentation">Documentation</h2>
+
+<p>There is some basic documentation in the qpid-jms-docs module.</p>
+
+<h2 id="distribution-assemblies">Distribution assemblies</h2>
+
+<p>After building the modules, src and binary distribution assemblies can be found at:</p>
+
+<pre><code>apache-qpid-jms/target
+</code></pre>
+
+
+          <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/064e0846/content/releases/qpid-jms-0.20.0/docs/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.20.0/docs/index.html b/content/releases/qpid-jms-0.20.0/docs/index.html
new file mode 100644
index 0000000..71c7ab6
--- /dev/null
+++ b/content/releases/qpid-jms-0.20.0/docs/index.html
@@ -0,0 +1,449 @@
+<!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>Client 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/java-broker/index.html">Broker for Java</a></li>
+              <li><a href="/components/cpp-broker/index.html">C++ broker</a></li>
+              <li><a href="/components/dispatch-router/index.html">Dispatch router</a></li>
+            </ul>
+          </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-jms-0.20.0/index.html">Qpid JMS 0.20.0</a></li><li>Client configuration</li></ul>
+
+        <div id="-middle-content">
+          <h1 id="client-configuration">Client configuration</h1>
+
+<p>This file details various configuration options for the client, such as how to configure and create a JNDI InitialContext, the syntax for its related configuration, and various URI options that can be set when defining a ConnectionFactory.</p>
+
+<h2 id="configuring-a-jndi-initialcontext">Configuring a JNDI InitialContext</h2>
+
+<p>Applications use a JNDI InitialContext, itself obtained from an InitialContextFactory, to look up JMS objects such as ConnectionFactory. The Qpid JMS client provides an implementation of the InitialContextFactory in class <em>org.apache.qpid.jms.jndi.JmsInitialContextFactory</em>. This may be configured and used in three main ways:</p>
+
+<ol>
+<li><p>Via jndi.properties file on the Java Classpath.</p>
+
+<p>By including a file named jndi.properties on the Classpath and setting the <em>java.naming.factory.initial</em> property
+to value <em>org.apache.qpid.jms.jndi.JmsInitialContextFactory</em>, the Qpid InitialContextFactory implementation will
+be discovered when instantiating InitialContext object.</p>
+
+<pre><code>javax.naming.Context ctx = new javax.naming.InitialContext();
+</code></pre>
+
+<p>The particular ConnectionFactory, Queue and Topic objects you wish the context to contain are configured using
+properties (the syntax for which is detailed below) either directly within the jndi.properties file,
+or in a separate file which is referenced in jndi.properties using the <em>java.naming.provider.url</em> property.</p></li>
+<li><p>Via system properties.</p>
+
+<p>By setting the <em>java.naming.factory.initial</em> system property to value <em>org.apache.qpid.jms.jndi.JmsInitialContextFactory</em>,
+the Qpid InitialContextFactory implementation will be discovered when instantiating InitialContext object.</p>
+
+<pre><code> javax.naming.Context ctx = new javax.naming.InitialContext();
+</code></pre>
+
+<p>The particular ConnectionFactory, Queue and Topic objects you wish the context to contain are configured as properties in
+a file, which is passed using the <em>java.naming.provider.url</em> system property. The syntax for these properties is detailed
+below.</p></li>
+<li><p>Programmatically using an environment Hashtable.</p>
+
+<p>The InitialContext may also be configured directly by passing an environment during creation:</p>
+
+<pre><code>Hashtable&lt;Object, Object&gt; env = new Hashtable&lt;Object, Object&gt;();
+env.put(Context.INITIAL_CONTEXT_FACTORY, "org.apache.qpid.jms.jndi.JmsInitialContextFactory");
+javax.naming.Context context = new javax.naming.InitialContext(env);
+</code></pre>
+
+<p>The particular ConnectionFactory, Queue and Topic objects you wish the context to contain are configured as properties
+(the syntax for which is detailed below), either directly within the environment Hashtable, or in a
+separate file which is referenced using the <em>java.naming.provider.url</em> property within the environment Hashtable.</p></li>
+</ol>
+
+<p>The property syntax used in the properties file or environment Hashtable is as follows:</p>
+
+<ul>
+<li>To define a ConnectionFactory, use format: <em>connectionfactory.lookupName = URI</em></li>
+<li>To define a Queue, use format: <em>queue.lookupName = queueName</em></li>
+<li>To define a Topic use format: <em>topic.lookupName = topicName</em></li>
+</ul>
+
+<p>For more details of the Connection URI, see the next section.</p>
+
+<p>As an example, consider the following properties used to define a ConnectionFactory, Queue, and Topic:</p>
+
+<pre><code>connectionfactory.myFactoryLookup = amqp://localhost:5672
+queue.myQueueLookup = queueA
+topic.myTopicLookup = topicA
+</code></pre>
+
+<p>These objects could then be looked up from a Context as follows:</p>
+
+<pre><code>ConnectionFactory factory = (ConnectionFactory) context.lookup("myFactoryLookup");
+Queue queue = (Queue) context.lookup("myQueueLookup");
+Topic topic = (Topic) context.lookup("myTopicLookup");
+</code></pre>
+
+<h2 id="connection-uri">Connection URI</h2>
+
+<p>The basic format of the clients Connection URI is as follows:</p>
+
+<pre><code>  amqp[s]://hostname:port[?option=value[&amp;option2=value...]]
+</code></pre>
+
+<p>or for WebSocket connections:</p>
+
+<pre><code> amqpws[s]://hostname:port[/path][?option=value[&amp;option2=value...]]
+</code></pre>
+
+<p>Where the <em>amqps</em> and <em>amqpwss</em> scheme is specified to use SSL/TLS, the hostname segment from the URI can be used by the JVM for the
+TLS SNI (Server Name Indication) extension in order to communicate the desired server hostname during a TLS handshake.
+The SNI extension will be automatically included if a Fully Qualified name (e.g myhost.mydomain) is specified, but not
+when an unqualified name (e.g myhost) or bare IP address are used.</p>
+
+<p>The client can be configured with a number of different settings using the URI while defining the ConnectionFactory, these are detailed in the following sections.</p>
+
+<h3 id="jms-configuration-options">JMS Configuration options</h3>
+
+<p>The options apply to the behaviour of the JMS objects such as Connection, Session, MessageConsumer and MessageProducer.</p>
+
+<ul>
+<li><strong>jms.username</strong> User name value used to authenticate the connection</li>
+<li><strong>jms.password</strong> The password value used to authenticate the connection</li>
+<li><strong>jms.clientID</strong> The ClientID value that is applied to the connection.</li>
+<li><strong>jms.forceAsyncSend</strong> Configures whether all Messages sent from a MessageProducer are sent asynchronously or only those Message that qualify such as Messages inside a transaction or non-persistent messages.</li>
+<li><strong>jms.forceSyncSend</strong> Override all asynchronous send conditions and always sends every Message from a MessageProducer synchronously.</li>
+<li><strong>jms.forceAsyncAcks</strong> Causes all Message acknowledgments to be sent asynchronously.</li>
+<li><strong>jms.localMessageExpiry</strong> Controls whether MessageConsumer instances will locally filter expired Messages or deliver them.  By default this value is set to true and expired messages will be filtered.</li>
+<li><strong>jms.localMessagePriority</strong> If enabled prefetched messages are reordered locally based on their given Message priority value. Default is false.</li>
+<li><strong>jms.validatePropertyNames</strong> If message property names should be validated as valid Java identifiers. Default is true.</li>
+<li><strong>jms.receiveLocalOnly</strong> If enabled receive calls with a timeout will only check a consumers local message buffer, otherwise the remote peer is checked to ensure there are really no messages available if the local timeout expires before a message arrives. Default is false, the remote is checked.</li>
+<li><strong>jms.receiveNoWaitLocalOnly</strong> If enabled receiveNoWait calls will only check a consumers local message buffer, otherwise the remote peer is checked to ensure there are really no messages available. Default is false, the remote is checked.</li>
+<li><strong>jms.queuePrefix</strong> Optional prefix value added to the name of any Queue created from a JMS Session.</li>
+<li><strong>jms.topicPrefix</strong> Optional prefix value added to the name of any Topic created from a JMS Session.</li>
+<li><strong>jms.closeTimeout</strong> Timeout value that controls how long the client waits on resource closure before returning. (By default the client waits 60 seconds for a normal close completion event).</li>
+<li><strong>jms.connectTimeout</strong> Timeout value that controls how long the client waits on Connection establishment before returning with an error. (By default the client waits 15 seconds for a connection to be established before failing).</li>
+<li><strong>jms.sendTimeout</strong> Timeout value that controls how long the client waits on completion of a synchronous message send before returning an error (By default the client will wait indefinitely for a send to complete).</li>
+<li><strong>jms.requestTimeout</strong> Timeout value that controls how long the client waits on completion of various synchronous interactions with the remote peer before returning an error (By default the client will wait indefinitely for a request to complete</li>
+<li><strong>jms.clientIDPrefix</strong> Optional prefix value that is used for generated Client ID values when a new Connection is created for the JMS ConnectionFactory.  The default prefix is 'ID:'.</li>
+<li><strong>jms.connectionIDPrefix</strong> Optional prefix value that is used for generated Connection ID values when a new Connection is created for the JMS ConnectionFactory.  This connection ID is used when logging some information from the JMS Connection object so a configurable prefix can make breadcrumbing the logs easier.  The default prefix is 'ID:'.</li>
+<li><strong>jms.populateJMSXUserID</strong> Controls whether a MessageProducer will populate the JMSXUserID value for each sent message using the authenticated username from the connection.  This value defaults to false and the JMSXUserID for all sent message will not be populated.</li>
+<li><strong>jms.awaitClientID</strong> Controls whether a Connection with no ClientID configured in the URI will wait for a ClientID being set programatically (or the connection being used otherwise to signal none can be set) before sending the AMQP connection Open. Defaults to true.</li>
+<li><strong>jms.useDaemonThread</strong> Controls whether a Connection will use a daemon thread for its executor. Defaults to false to ensure a non-daemon thread is present by default.</li>
+</ul>
+
+<p>The Prefetch Policy controls how many messages the remote peer can send to the client and be held in a prefetch buffer for each consumer instance.</p>
+
+<ul>
+<li><strong>jms.prefetchPolicy.queuePrefetch</strong> defaults to 1000</li>
+<li><strong>jms.prefetchPolicy.topicPrefetch</strong> defaults to 1000</li>
+<li><strong>jms.prefetchPolicy.queueBrowserPrefetch</strong> defaults to 1000</li>
+<li><strong>jms.prefetchPolicy.durableTopicPrefetch</strong> defaults to 1000</li>
+<li><strong>jms.prefetchPolicy.all</strong> used to set all prefetch values at once.</li>
+</ul>
+
+<p>The Redelivery Policy controls how redelivered messages are handled on the client.</p>
+
+<ul>
+<li><strong>jms.redeliveryPolicy.maxRedeliveries</strong> controls when an incoming message is rejected based on the number of times it has been redelivered, the default value is (-1) disabled.  A value of zero would indicate no message redeliveries are accepted, a value of five would allow a message to be redelivered five times, etc.</li>
+</ul>
+
+<p>The MessageID Policy controls the type of the Message ID assigned to messages sent from the client.</p>
+
+<ul>
+<li><strong>jms.messageIDPolicy.messageIDType</strong> By default a generated String value is used for the MessageID on outgoing messages. Other available types are UUID, UUID_STRING, and PREFIXED_UUID_STRING.</li>
+</ul>
+
+<p>The Presettle Policy controls when a producer or consumer instance will be configured to use AMQP presettled messaging semantics.</p>
+
+<ul>
+<li><strong>jms.presettlePolicy.presettleAll</strong> when true all producers and non-transacted consumers created operate in presettled mode, defaults to false.</li>
+<li><strong>jms.presettlePolicy.presettleProducers</strong> when true all producers operate in presettled mode, defaults to false.</li>
+<li><strong>jms.presettlePolicy.presettleTopicProducers</strong> when true any producer that is sending to a Topic or Temporary Topic destination will operate in presettled mode, defaults to false.</li>
+<li><strong>jms.presettlePolicy.presettleQueueProducers</strong> when true any producer that is sending to a Queue or Temporary Queue destination will operate in presettled mode, defaults to false.</li>
+<li><strong>jms.presettlePolicy.presettleTransactedProducers</strong> when true any producer that is created in a transacted Session will operate in presettled mode, defaults to false.</li>
+<li><strong>jms.presettlePolicy.presettleConsumers</strong> when true all consumers operate in presettled mode, defaults to false.</li>
+<li><strong>jms.presettlePolicy.presettleTopicConsumers</strong> when true any consumer that is receiving from a Topic or Temporary Topic destination will operate in presettled mode, defaults to false.</li>
+<li><strong>jms.presettlePolicy.presettleQueueConsumers</strong> when true any consumer that is receiving from a Queue or Temporary Queue destination will operate in presettled mode, defaults to false.</li>
+</ul>
+
+<p>The Deserialization Policy provides a means of controlling which types are trusted to be deserialized from the object stream while retrieving the body from an incoming JMS ObjectMessage composed of serialized Java Object content. By default all types are trusted during attempt to deserialize the body. The default Deserialization Policy object provides URI options that allow specifying a whitelist and a blacklist of Java class or package names.</p>
+
+<p><strong>jms.deserializationPolicy.whiteList</strong> A comma separated list of class/package names that should be allowed when deserializing the contents of a JMS ObjectMessage, unless overridden by the blackList. The names in this list are not pattern values, the exact class or package name must be configured, e.g "java.util.Map" or "java.util". Package matches include sub-packages. Default is to allow all.
+<strong>jms.deserializationPolicy.blackList</strong> A comma separated list of class/package names that should be rejected when deserializing the contents of a JMS ObjectMessage. The names in this list are not pattern values, the exact class or package name must be configured, e.g "java.util.Map" or "java.util". Package matches include sub-packages. Default is to prevent none.</p>
+
+<h3 id="tcp-transport-configuration-options">TCP Transport Configuration options</h3>
+
+<p>When connected to a remote using plain TCP these options configure the behaviour of the underlying socket.  These options are appended to the connection URI along with the other configuration options, for example:</p>
+
+<pre><code>  amqp://localhost:5672?jms.clientID=foo&amp;transport.connectTimeout=30000
+</code></pre>
+
+<p>The complete set of TCP Transport options is listed below:</p>
+
+<ul>
+<li><strong>transport.sendBufferSize</strong> default is 64k</li>
+<li><strong>transport.receiveBufferSize</strong> default is 64k</li>
+<li><strong>transport.trafficClass</strong> default is 0</li>
+<li><strong>transport.connectTimeout</strong> default is 60 seconds</li>
+<li><strong>transport.soTimeout</strong> default is -1</li>
+<li><strong>transport.soLinger</strong> default is -1</li>
+<li><strong>transport.tcpKeepAlive</strong> default is false</li>
+<li><strong>transport.tcpNoDelay</strong> default is true</li>
+</ul>
+
+<h3 id="ssl-transport-configuration-options">SSL Transport Configuration options</h3>
+
+<p>The SSL Transport extends the TCP Transport and is enabled using the <em>amqps</em> URI scheme.  Because the SSL Transport extends the functionality of the TCP based Transport all the TCP Transport options are valid on an SSL Transport URI.</p>
+
+<p>A simple SSL/TLS based client URI is shown below:</p>
+
+<pre><code>amqps://myhost.mydomain:5671
+</code></pre>
+
+<p>The complete set of SSL Transport options is listed below:</p>
+
+<ul>
+<li><strong>transport.keyStoreLocation</strong>  default is to read from the system property "javax.net.ssl.keyStore"</li>
+<li><strong>transport.keyStorePassword</strong>  default is to read from the system property "javax.net.ssl.keyStorePassword"</li>
+<li><strong>transport.trustStoreLocation</strong>  default is to read from the system property "javax.net.ssl.trustStore"</li>
+<li><strong>transport.trustStorePassword</strong>  default is to read from the system property "javax.net.ssl.trustStorePassword"</li>
+<li><strong>transport.storeType</strong> The type of trust store being used. Default is "JKS".</li>
+<li><strong>transport.contextProtocol</strong> The protocol argument used when getting an SSLContext. Default is "TLS".</li>
+<li><strong>transport.enabledCipherSuites</strong> The cipher suites to enable, comma separated. No default, meaning the context default ciphers are used. Any disabled ciphers are removed from this.</li>
+<li><strong>transport.disabledCipherSuites</strong> The cipher suites to disable, comma separated. Ciphers listed here are removed from the enabled ciphers. No default.</li>
+<li><strong>transport.enabledProtocols</strong> The protocols to enable, comma separated. No default, meaning the context default protocols are used. Any disabled protocols are removed from this.</li>
+<li><strong>transport.disabledProtocols</strong> The protocols to disable, comma separated. Protocols listed here are removed from the enabled protocols. Default is "SSLv2Hello,SSLv3".</li>
+<li><strong>transport.trustAll</strong> Whether to trust the provided server certificate implicitly, regardless of any configured trust store. Defaults to false.</li>
+<li><strong>transport.verifyHost</strong> Whether to verify that the hostname being connected to matches with the provided server certificate. Defaults to true.</li>
+<li><strong>transport.keyAlias</strong> The alias to use when selecting a keypair from the keystore if required to send a client certificate to the server. No default.</li>
+</ul>
+
+<h3 id="websocket-transport-configuration-options">Websocket Transport Configuration options</h3>
+
+<p>The WebSocket (WS) Transport extends the TCP and SSL Transports to provide both unsecured and secured Websocket connectivity and is enabled using the <em>amqpws</em> and <em>amqpwss</em> URI schemes.  The unsecured WS Transport extends the basic TCP transport which means all the normal TCP Transport configuration options also apply to the WS Transport. Similarly the WSS Transport extends the SSL Transport which means both the TCP and SSL Transport options can be applied to configure it.</p>
+
+<p>A simple WS[S] based client URI is shown below:</p>
+
+<pre><code>amqpws[s]://myhost.mydomain:5671/[optional-path]
+</code></pre>
+
+<h3 id="amqp-configuration-options">AMQP Configuration options</h3>
+
+<p>These options apply to the behaviour of certain AMQP functionality.</p>
+
+<ul>
+<li><strong>amqp.idleTimeout</strong> The idle timeout in milliseconds after which the connection will be failed if the peer sends no AMQP frames. Default is 60000.</li>
+<li><strong>amqp.vhost</strong> The vhost to connect to. Used to populate the Sasl and Open hostname fields. Default is the main hostname from the Connection URI.</li>
+<li><strong>amqp.saslLayer</strong> Controls whether connections should use a SASL layer or not. Default is true.</li>
+<li><strong>amqp.saslMechanisms</strong> Which SASL mechanism(s) the client should allow selection of, if offered by the server and usable with the configured credentials. Comma separated if specifying more than 1 mechanism. Default is to allow selection from all the clients supported mechanisms, which are currently EXTERNAL, SCRAM-SHA-256, SCRAM-SHA-1, CRAM-MD5, PLAIN, and ANONYMOUS.</li>
+<li><strong>amqp.maxFrameSize</strong> The max-frame-size value in bytes that is advertised to the peer. Default is 1048576.</li>
+<li><strong>amqp.drainTimeout</strong> The time in milliseconds that the client will wait for a response from the remote when a consumer drain request is made. If no response is seen in the allotted timeout period the link will be considered failed and the associated consumer will be closed. Default is 60000.</li>
+</ul>
+
+<h3 id="failover-configuration-options">Failover Configuration options</h3>
+
+<p>With failover enabled the client can reconnect to a different broker automatically when the connection to the current connection is lost for some reason.  The failover URI is always initiated with the <em>failover</em> prefix and a list of URIs for the brokers is contained inside a set of parentheses. The "jms." options are applied to the overall failover URI, outside the parentheses, and affect the JMS Connection object for its lifetime.</p>
+
+<p>The URI for failover looks something like the following:</p>
+
+<pre><code>failover:(amqp://host1:5672,amqp://host2:5672)?jms.clientID=foo&amp;failover.maxReconnectAttempts=20
+</code></pre>
+
+<p>The individual broker details within the parentheses can use the "transport." or "amqp." options defined earlier, with these being applied as each host is connected to:</p>
+
+<pre><code>failover:(amqp://host1:5672?amqp.option=value,amqp://host2:5672?transport.option=value)?jms.clientID=foo
+</code></pre>
+
+<p>The complete set of configuration options for failover is listed below:</p>
+
+<ul>
+<li><strong>failover.initialReconnectDelay</strong> The amount of time the client will wait before the first attempt to reconnect to a remote peer.  The default value is zero, meaning the first attempt happens immediately.</li>
+<li><strong>failover.reconnectDelay</strong> Controls the delay between successive reconnection attempts, defaults to 10 milliseconds.  If the backoff option is not enabled this value remains constant.</li>
+<li><strong>failover.maxReconnectDelay</strong> The maximum time that the client will wait before attempting a reconnect.  This value is only used when the backoff feature is enabled to ensure that the delay doesn't not grow too large.  Defaults to 30 seconds as the max time between connect attempts.</li>
+<li><strong>failover.useReconnectBackOff</strong> Controls whether the time between reconnection attempts should grow based on a configured multiplier.  This option defaults to true.</li>
+<li><strong>failover.reconnectBackOffMultiplier</strong> The multiplier used to grow the reconnection delay value, defaults to 2.0d.</li>
+<li><strong>failover.maxReconnectAttempts</strong> The number of reconnection attempts allowed before reporting the connection as failed to the client.  The default is no limit or (-1).</li>
+<li><strong>failover.startupMaxReconnectAttempts</strong> For a client that has never connected to a remote peer before this option control how many attempts are made to connect before reporting the connection as failed.  The default is to use the value of maxReconnectAttempts.</li>
+<li><strong>failover.warnAfterReconnectAttempts</strong> Controls how often the client will log a message indicating that failover reconnection is being attempted.  The default is to log every 10 connection attempts.</li>
+<li><strong>failover.randomize</strong> When true the set of failover URIs is randomly shuffled prior to attempting to connect to one of them.  This can help to distribute client connections more evenly across multiple remote peers.  The default value is false.</li>
+</ul>
+
+<p>The failover URI also supports defining 'nested' options as a means of specifying AMQP and transport option values applicable to all the individual nested broker URI's, which can be useful to avoid repetition. This is accomplished using the same "transport." and "amqp." URI options outlined earlier for a non-failover broker URI but prefixed with <em>failover.nested.</em>. For example, to apply the same value for the <em>amqp.vhost</em> option to every broker connected to you might have a URI like:</p>
+
+<pre><code>failover:(amqp://host1:5672,amqp://host2:5672)?jms.clientID=foo&amp;failover.nested.amqp.vhost=myhost
+</code></pre>
+
+<h3 id="discovery-configuration-options">Discovery Configuration options</h3>
+
+<p>The client has an optional Discovery module, which provides a customised failover layer where the broker URIs to connect to are not given in the initial URI, but discovered as the client operates via associated discovery agents. There are currently two discovery agent implementations, a file watcher that loads URIs from a file, and a multicast listener that works with ActiveMQ 5 brokers which have been configured to broadcast their broker addresses for listening clients.</p>
+
+<p>The general set of failover related options when using discovery are the same as those detailed earlier, with the main prefix updated from <em>failover.</em> to <em>discovery.</em>, and with the 'nested' options prefix used to supply URI options common to all the discovered broker URIs bring updated from <em>failover.nested.</em> to <em>discovery.discovered</em>. For example, without the agent URI details, a general discovery URI might look like:</p>
+
+<pre><code>discovery:(&lt;agent-uri&gt;)?discovery.maxReconnectAttempts=20&amp;discovery.discovered.jms.clientID=foo
+</code></pre>
+
+<p>To use the file watcher discovery agent, utilise an agent URI of the form:</p>
+
+<pre><code>discovery:(file:///path/to/monitored-file?updateInterval=60000)
+</code></pre>
+
+<p>The URI options for the file watcher discovery agent are listed below:</p>
+
+<ul>
+<li><strong>updateInterval</strong> Controls the frequency in milliseconds which the file is inspected for change. The default value is 30000.</li>
+</ul>
+
+<p>To use the multicast discovery agent with an ActiveMQ 5 broker, utilise an agent URI of the form:</p>
+
+<pre><code>discovery:(multicast://default?group=default)
+</code></pre>
+
+<p>Note that the use of <em>default</em> as the host in the multicast agent URI above is a special value (that is substituted by the agent with the default "239.255.2.3:6155"). You may change this to specify the actual IP and port in use with your multicast configuration.</p>
+
+<p>The URI options for the multicast discovery agent are listed below:</p>
+
+<ul>
+<li><strong>group</strong> Controls which multicast group messages are listened for on. The default value is "default".</li>
+</ul>
+
+<h2 id="logging">Logging</h2>
+
+<p>The client makes use of the SLF4J API, allowing users to select a particular logging implementation based on their needs by supplying a SLF4J 'binding', such as <em>slf4j-log4j</em> in order to use Log4J. More details on SLF4J are available from http://www.slf4j.org/.</p>
+
+<p>The client uses Logger names residing within the <em>org.apache.qpid.jms</em> hierarchy, which you can use to configure a logging implementation based on your needs.</p>
+
+<p>When debugging some issues, it may sometimes be useful to enable additional protocol trace logging from the Qpid Proton AMQP 1.0 library. There are two options to achieve this:</p>
+
+<ul>
+<li>Set the environment variable (not Java system property) <em>PN_TRACE_FRM</em> to <em>true</em>, which will cause Proton to emit frame logging to stdout.</li>
+<li>Add the option <em>amqp.traceFrames=true</em> to your connection URI to have the client add a protocol tracer to Proton, and configure the <em>org.apache.qpid.jms.provider.amqp.FRAMES</em> Logger to <em>TRACE</em> level to include the output in your logs.</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/064e0846/content/releases/qpid-jms-0.20.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.20.0/index.html b/content/releases/qpid-jms-0.20.0/index.html
new file mode 100644
index 0000000..09d58fb
--- /dev/null
+++ b/content/releases/qpid-jms-0.20.0/index.html
@@ -0,0 +1,210 @@
+<!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 JMS 0.20.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/java-broker/index.html">Broker for Java</a></li>
+              <li><a href="/components/cpp-broker/index.html">C++ broker</a></li>
+              <li><a href="/components/dispatch-router/index.html">Dispatch router</a></li>
+            </ul>
+          </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 JMS 0.20.0</li></ul>
+
+        <div id="-middle-content">
+          <h1 id="qpid-jms-0200">Qpid JMS 0.20.0</h1>
+
+<p>Qpid JMS is a complete <a href="http://en.wikipedia.org/wiki/Java_Message_Service">Java Message Service</a> 2.0 client built
+using the <a href="/proton/index.html">Qpid Proton</a> protocol engine.</p>
+
+<p>For a detailed list of the changes in this release, see the <a href="release-notes.html">release
+notes</a>.</p>
+
+<h2 id="download">Download</h2>
+
+<p>It's important to <a href="/download.html#verify-what-you-download">verify the
+integrity</a> of the
+files you download.</p>
+
+<table>
+<thead>
+<tr>
+  <th>Content</th>
+  <th>Download</th>
+  <th>Verify</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+  <td>Qpid JMS binaries</td>
+  <td><a href="http://archive.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-bin.tar.gz">apache-qpid-jms-0.20.0-bin.tar.gz</a></td>
+  <td><a href="http://archive.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-bin.tar.gz.asc">ASC</a>, <a href="http://archive.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-bin.tar.gz.md5">MD5</a>, <a href="http://archive.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-bin.tar.gz.sha1">SHA1</a></td>
+</tr>
+<tr>
+  <td>Qpid JMS source code</td>
+  <td><a href="http://archive.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-src.tar.gz">apache-qpid-jms-0.20.0-src.tar.gz</a></td>
+  <td><a href="http://archive.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-src.tar.gz.asc">ASC</a>, <a href="http://archive.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-src.tar.gz.md5">MD5</a>, <a href="http://archive.apache.org/dist/qpid/jms/0.20.0/apache-qpid-jms-0.20.0-src.tar.gz.sha1">SHA1</a></td>
+</tr>
+</tbody>
+</table>
+
+<p>The client is also available <a href="/maven.html">via Maven</a>.</p>
+
+<h2 id="documentation">Documentation</h2>
+
+<div class="two-column">
+
+<ul>
+<li><a href="http://docs.oracle.com/javaee/7/api/javax/jms/package-summary.html">API reference</a></li>
+<li><a href="https://github.com/apache/qpid-jms/tree/0.20.0/qpid-jms-examples">Examples</a></li>
+<li><a href="docs/index.html">Configuration</a></li>
+<li><a href="building.html">Building Qpid JMS</a></li>
+</ul>
+
+</div>
+
+<h2 id="more-information">More information</h2>
+
+<ul>
+<li><a href="http://archive.apache.org/dist/qpid/jms/0.20.0">All release artefacts</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPIDJMS+AND+fixVersion+%3D+%270.20.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-jms.git/tree/refs/tags/0.20.0">Source repository tag</a></li>
+</ul>
+
+<script type="text/javascript">
+  _deferredFunctions.push(function() {
+      if ("0.20.0" === "0.20.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>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.20.0/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.20.0/release-notes.html b/content/releases/qpid-jms-0.20.0/release-notes.html
new file mode 100644
index 0000000..d5de6dc
--- /dev/null
+++ b/content/releases/qpid-jms-0.20.0/release-notes.html
@@ -0,0 +1,204 @@
+<!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 JMS 0.20.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/java-broker/index.html">Broker for Java</a></li>
+              <li><a href="/components/cpp-broker/index.html">C++ broker</a></li>
+              <li><a href="/components/dispatch-router/index.html">Dispatch router</a></li>
+            </ul>
+          </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-jms-0.20.0/index.html">Qpid JMS 0.20.0</a></li><li>Qpid JMS 0.20.0 Release Notes</li></ul>
+
+        <div id="-middle-content">
+          <h1 id="qpid-jms-0200-release-notes">Qpid JMS 0.20.0 Release Notes</h1>
+
+<p>Qpid JMS is a complete <a href="http://en.wikipedia.org/wiki/Java_Message_Service">Java Message Service</a> 1.1 client built
+using the <a href="/proton/index.html">Qpid Proton</a> protocol
+engine.</p>
+
+<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/QPIDJMS-207">QPIDJMS-207</a> - Implement the JMS 2.0 API</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-215">QPIDJMS-215</a> - Eliminate the need to copy messages on MessageProducer send</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-216">QPIDJMS-216</a> - Don't encode a Header for Messages that don't require one</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-217">QPIDJMS-217</a> - Remove unecessary copy of the body if an inbound BytesMessage</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-219">QPIDJMS-219</a> - allow MessageListeners to be used when prefetch is configured to 0 </li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-229">QPIDJMS-229</a> - allow supplying an SslContext instead of the configuration used to create one</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-232">QPIDJMS-232</a> - Perform Authentication when the remote connection is established instead of waiting until Connection is used</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-235">QPIDJMS-235</a> - add option to complete AMQP Open without waiting for a ClientID to [not] be set</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-238">QPIDJMS-238</a> - update to proton-j 0.16.0</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-240">QPIDJMS-240</a> - Add configuration option to determine if the Connection maintains a non-daemon thread</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-250">QPIDJMS-250</a> - Handle invalid URI on ConnectionFactory create in a consistent manner</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-253">QPIDJMS-253</a> - have transport config defaults pick up changes to the SSL system properties</li>
+</ul>
+
+<h2 id="bugs-fixed">Bugs fixed</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-208">QPIDJMS-208</a> - Can't set custom deserialization policy on ConnectionFactory</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-209">QPIDJMS-209</a> - Failover Transport can hold completion of operations that it doesn't need to when the connection fails</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-218">QPIDJMS-218</a> - ConcurrentModificationException during remote closure of session with multiple producers or consumers</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-221">QPIDJMS-221</a> - Blocked receive calls are not unblocked on session / consumer close when awaiting a drain response</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-222">QPIDJMS-222</a> - Footer value not included in Message Copy.</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-223">QPIDJMS-223</a> - Redirect Exception creation return wrong exception in some cases</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-224">QPIDJMS-224</a> - QueueSender calls incorrect superclass send method</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-226">QPIDJMS-226</a> - Failover recovery can hang when Temporary Destination is being recreated.</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-227">QPIDJMS-227</a> - NullPointerException on closing anonymous producer</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-228">QPIDJMS-228</a> - Connection close can use wrong timeout value and stall</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-234">QPIDJMS-234</a> - set supported source outcomes on Coordinator links</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-236">QPIDJMS-236</a> - include all supported outcomes on producer link source</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-237">QPIDJMS-237</a> - Connection doesn't always shutdown its internal threads on connection loss</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-242">QPIDJMS-242</a> - Creation of consumer, producer or session hangs when connection is in a process of re-establishing by failover</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-243">QPIDJMS-243</a> - NPE is reported when failover tries to connect to stopped/not available broker</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-245">QPIDJMS-245</a> - Factory connection string in JNDI properties file will be decoded twice resulting to unexpected value</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-249">QPIDJMS-249</a> - Don't close consumer when a drain request times out if the consumer is in a Transaction</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-251">QPIDJMS-251</a> - Thread unsafe use of MessageListener and state variable in JmsMessageConsumer</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-254">QPIDJMS-254</a> - trust store config password default taken from incorrect system property</li>
+</ul>
+
+<h2 id="tasks">Tasks</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-225">QPIDJMS-225</a> - Add additional testing for not yet covered code paths and use cases</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-233">QPIDJMS-233</a> - Update test dependency to ActiveMQ 5.14.2 </li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-246">QPIDJMS-246</a> - Update to latest Netty 4.1.6 release and fix usages deprecated netty methods</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-247">QPIDJMS-247</a> - Update slf4j to 1.7.22 </li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-248">QPIDJMS-248</a> - Target Java 8+, i.e. drop support for Java 7</li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS-252">QPIDJMS-252</a> - update to current apache parent pom</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/064e0846/content/releases/qpid-jms-0.3.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.3.0/index.html b/content/releases/qpid-jms-0.3.0/index.html
index adeb97d..068a91f 100644
--- a/content/releases/qpid-jms-0.3.0/index.html
+++ b/content/releases/qpid-jms-0.3.0/index.html
@@ -116,7 +116,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
         <div id="-middle-content">
           <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("0.3.0" === "0.11.1") {
+      if ("0.3.0" === "0.20.0") {
           _modifyCurrentReleaseLinks();
       }
   });

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.4.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.4.0/index.html b/content/releases/qpid-jms-0.4.0/index.html
index 8cf3879..e86e4e0 100644
--- a/content/releases/qpid-jms-0.4.0/index.html
+++ b/content/releases/qpid-jms-0.4.0/index.html
@@ -116,7 +116,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
         <div id="-middle-content">
           <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("0.4.0" === "0.11.1") {
+      if ("0.4.0" === "0.20.0") {
           _modifyCurrentReleaseLinks();
       }
   });

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.5.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.5.0/index.html b/content/releases/qpid-jms-0.5.0/index.html
index 4a74e5b..12a5774 100644
--- a/content/releases/qpid-jms-0.5.0/index.html
+++ b/content/releases/qpid-jms-0.5.0/index.html
@@ -116,7 +116,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
         <div id="-middle-content">
           <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("0.5.0" === "0.11.1") {
+      if ("0.5.0" === "0.20.0") {
           _modifyCurrentReleaseLinks();
       }
   });

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.6.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.6.0/index.html b/content/releases/qpid-jms-0.6.0/index.html
index 1ac6c45..e756565 100644
--- a/content/releases/qpid-jms-0.6.0/index.html
+++ b/content/releases/qpid-jms-0.6.0/index.html
@@ -175,7 +175,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("0.6.0" === "0.11.1") {
+      if ("0.6.0" === "0.20.0") {
           _modifyCurrentReleaseLinks();
       }
   });

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.7.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.7.0/index.html b/content/releases/qpid-jms-0.7.0/index.html
index 8c4a943..90a88ef 100644
--- a/content/releases/qpid-jms-0.7.0/index.html
+++ b/content/releases/qpid-jms-0.7.0/index.html
@@ -175,7 +175,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("0.7.0" === "0.11.1") {
+      if ("0.7.0" === "0.20.0") {
           _modifyCurrentReleaseLinks();
       }
   });

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.8.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.8.0/index.html b/content/releases/qpid-jms-0.8.0/index.html
index 2ff166f..7a2a4c6 100644
--- a/content/releases/qpid-jms-0.8.0/index.html
+++ b/content/releases/qpid-jms-0.8.0/index.html
@@ -175,7 +175,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("0.8.0" === "0.11.1") {
+      if ("0.8.0" === "0.20.0") {
           _modifyCurrentReleaseLinks();
       }
   });

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-0.9.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-0.9.0/index.html b/content/releases/qpid-jms-0.9.0/index.html
index 11384a1..5b19fe2 100644
--- a/content/releases/qpid-jms-0.9.0/index.html
+++ b/content/releases/qpid-jms-0.9.0/index.html
@@ -175,7 +175,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-      if ("0.9.0" === "0.11.1") {
+      if ("0.9.0" === "0.20.0") {
           _modifyCurrentReleaseLinks();
       }
   });

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/content/releases/qpid-jms-master/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-jms-master/index.html b/content/releases/qpid-jms-master/index.html
index 63375e9..9c53494 100644
--- a/content/releases/qpid-jms-master/index.html
+++ b/content/releases/qpid-jms-master/index.html
@@ -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-jms-0.11.1/index.html">current stable
+smoother experience, see the <a href="/releases/qpid-jms-0.20.0/index.html">current stable
 release</a>.</p>
 
 <p>This content was generated at 09:12  on Sunday, 04 December 2016.</p>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/input/_transom_config.py
----------------------------------------------------------------------
diff --git a/input/_transom_config.py b/input/_transom_config.py
index d3e3931..217b175 100644
--- a/input/_transom_config.py
+++ b/input/_transom_config.py
@@ -23,7 +23,7 @@ cpp_release = _Release("Qpid C++", "qpid-cpp", "1.36.0")
 python_release = _Release("Qpid Python", "qpid-python", "1.35.0")
 dispatch_release = _Release("Qpid Dispatch", "qpid-dispatch", "0.7.0")
 java_release = _Release("Qpid for Java", "qpid-java", "6.1.1")
-jms_release = _Release("Qpid JMS", "qpid-jms", "0.11.1")
+jms_release = _Release("Qpid JMS", "qpid-jms", "0.20.0")
 proton_release = _Release("Qpid Proton", "qpid-proton", "0.16.0")
 
 _svn_base = "http://svn.apache.org/repos/asf/qpid"

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/input/components/jms/index.md
----------------------------------------------------------------------
diff --git a/input/components/jms/index.md b/input/components/jms/index.md
index 6fcedd5..494be4a 100644
--- a/input/components/jms/index.md
+++ b/input/components/jms/index.md
@@ -25,7 +25,7 @@
 
 ## JMS with the strength of AMQP
 
-Qpid JMS is a complete AMQP 1.0 [Java Message Service][jms] 1.1 client built
+Qpid JMS is an AMQP 1.0 [Java Message Service][jms] 2.0 client built
 using [Qpid Proton]({{site_url}}/proton/index.html).
 
 Qpid also provides an alternate JMS client supporting
@@ -37,8 +37,8 @@ Qpid also provides an alternate JMS client supporting
 
 ## Features
 
- - [JMS 1.1](http://www.oracle.com/technetwork/java/docs-136352.html)
-   API compatible
+ - [JMS 2.0](https://jcp.org/aboutJava/communityprocess/mrel/jsr343/index.html)
+   API
  - Secure communication via SSL and SASL 
  - Producer flow control
  - Failover
@@ -48,7 +48,7 @@ Qpid also provides an alternate JMS client supporting
 
 <div class="two-column" markdown="1">
 
- - [API reference](http://docs.oracle.com/javaee/1.4/api/javax/jms/package-summary.html)
+ - [API reference](http://docs.oracle.com/javaee/7/api/javax/jms/package-summary.html)
  - [Examples](https://github.com/apache/qpid-jms/tree/{{current_jms_release}}/qpid-jms-examples)
  - [Configuration]({{current_jms_release_url}}/docs/index.html)
  - [Building Qpid JMS]({{current_jms_release_url}}/building.html)

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/064e0846/input/releases/index.md
----------------------------------------------------------------------
diff --git a/input/releases/index.md b/input/releases/index.md
index 5606da1..e54d9bb 100644
--- a/input/releases/index.md
+++ b/input/releases/index.md
@@ -26,12 +26,12 @@ the
 
 ## Current releases
 
+ - [Qpid JMS 0.20.0](qpid-jms-0.20.0/index.html), January 2017
+ - [Qpid for Java 6.1.1](qpid-java-6.1.1/index.html), December 2016
  - [Qpid C++ 1.36.0](qpid-cpp-1.36.0/index.html), December 2016
  - [Qpid Proton 0.16.0](qpid-proton-0.16.0/index.html), December 2016
- - [Qpid for Java 6.1.1](qpid-java-6.1.1/index.html), December 2016
- - [Qpid JMS 0.11.1](qpid-jms-0.11.1/index.html), October 2016
+ - [Qpid Dispatch 0.7.0](qpid-dispatch-0.7.0/index.html), November 2016
  - [Qpid Python 1.35.0](qpid-python-1.35.0/index.html), August 2016
- - [Qpid Dispatch 0.6.1](qpid-dispatch-0.6.1/index.html), August 2016
 
 ## Past releases
 
@@ -40,6 +40,7 @@ the
  - [Qpid for Java 6.0.6](qpid-java-6.0.6/index.html), December 2016
  - [Qpid for Java 6.1.0](qpid-java-6.1.0/index.html), November 2016
  - [Qpid for Java 6.0.5](qpid-java-6.0.5/index.html), November 2016
+ - [Qpid JMS 0.11.1](qpid-jms-0.11.1/index.html), October 2016
  - [Qpid Proton 0.15.0](qpid-proton-0.15.0/index.html), October 2016
  - [Qpid C++ 1.35.0](qpid-cpp-1.35.0/index.html), September 2016
  - [Qpid JMS 0.11.0](qpid-jms-0.11.0/index.html), September 2016


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