You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by bu...@apache.org on 2013/05/21 00:22:15 UTC

svn commit: r862545 - in /websites/production/activemq/content: cache/docs.pageCache nms/activemq-virtual-destinations.html nms/apachenms-api-v160.html nms/download.html nms/nms-api-downloads.html nms/siteindex.html nms/sitemap.html

Author: buildbot
Date: Mon May 20 22:22:15 2013
New Revision: 862545

Log:
Production update by buildbot for activemq

Added:
    websites/production/activemq/content/nms/apachenms-api-v160.html
Modified:
    websites/production/activemq/content/cache/docs.pageCache
    websites/production/activemq/content/nms/activemq-virtual-destinations.html
    websites/production/activemq/content/nms/download.html
    websites/production/activemq/content/nms/nms-api-downloads.html
    websites/production/activemq/content/nms/siteindex.html
    websites/production/activemq/content/nms/sitemap.html

Modified: websites/production/activemq/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/activemq/content/nms/activemq-virtual-destinations.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-virtual-destinations.html (original)
+++ websites/production/activemq/content/nms/activemq-virtual-destinations.html Mon May 20 22:22:15 2013
@@ -103,7 +103,7 @@
 
 <p>The out-of-the-box defaults are described above. Namely that the only virtual topics available must be within the <b>VirtualTopic.&gt;</b> namespace and that the consumer queues are named <b>Consumer.*.VirtualTopic.&gt;</b>.</p>
 
-<p>You can configure this to use whatever naming convention you wish. The following <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/virtual/global-virtual-topics.xml">example</a> shows how to make all topics virtual topics. The example below is using the name <b>&gt;</b> to indicate 'match all topics'. You could use this wildcard to apply different virtual topic policies in different hierarchies.</p>
+<p>You can configure this to use whatever naming convention you wish. The following <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/broker/virtual/global-virtual-topics.xml">example</a> shows how to make all topics virtual topics. The example below is using the name <b>&gt;</b> to indicate 'match all topics'. You could use this wildcard to apply different virtual topic policies in different hierarchies.</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-xml">&lt;beans 
@@ -136,7 +136,7 @@
 
 <p>Composite Destinations allow for one-to-many relationships on individual destinations; the main use case is for <em>composite queues</em>. For example when a message is sent to queue A you may want to forward it also to queues B and C and topic D. Composite destinations are then a mapping from a virtual destination to a collection of other physical destinations. In this case the mapping is broker side and the client is unaware of the mapping between the destinations. This is different from client side <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Composite+Destinations" title="Composite Destinations">Composite Destinations</a> where the client uses a URL notation to specify the actual physical destinations that a message must be sent to.</p>
 
-<p>The following <a shape="rect" class="external-link" href="http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/virtual/composite-queue.xml">example</a> shows how to set up a <b>&lt;compositeQueue/&gt;</b> element in the XML configuration so that when a message is sent to <tt>MY.QUEUE</tt> then it is really forwarded to the physical queue <tt>FOO</tt> and the topic <tt>BAR</tt>.</p>
+<p>The following <a shape="rect" class="external-link" href="http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/broker/virtual/composite-queue.xml">example</a> shows how to set up a <b>&lt;compositeQueue/&gt;</b> element in the XML configuration so that when a message is sent to <tt>MY.QUEUE</tt> then it is really forwarded to the physical queue <tt>FOO</tt> and the topic <tt>BAR</tt>.</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-xml">&lt;beans 

Added: websites/production/activemq/content/nms/apachenms-api-v160.html
==============================================================================
--- websites/production/activemq/content/nms/apachenms-api-v160.html (added)
+++ websites/production/activemq/content/nms/apachenms-api-v160.html Mon May 20 22:22:15 2013
@@ -0,0 +1,193 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+
+    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>
+<head>
+    <link href="http://activemq.apache.org/styles/site.css" rel="stylesheet" type="text/css"/>
+    <link href="http://activemq.apache.org/styles/type-settings.css" rel="stylesheet" type="text/css"/>
+    <script src="http://activemq.apache.org/styles/prototype.js" type="text/javascript"></script>
+    <script src="http://activemq.apache.org/styles/rico.js" type="text/javascript"></script>    
+    <script src="http://activemq.apache.org/styles/site.js" type="text/javascript"></script>
+    <style type="text/css">
+      .maincontent { overflow:hidden; }
+    </style>
+    <!--[if IE]>
+    <style type="text/css">
+      .maincontent { width:100%; }
+    </style>
+    <![endif]-->
+
+    <title>
+    Apache ActiveMQ &#8482; -- Apache.NMS API v1.6.0
+    </title>
+</head>
+<body>
+<div class="white_box">
+<div class="header">
+  <div class="header_l">
+    <div class="header_r">
+    </div>
+  </div>
+</div>
+<div class="content">
+  <div class="content_l">
+    <div class="content_r">
+      <div>
+
+<!-- Banner -->
+
+	<div id="asf_logo">
+	<div id="activemq_logo">
+            <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="">ActiveMQ</a>
+            <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org">ASF</a>
+	</div>
+        </div>
+
+        <div class="top_red_bar">
+          <div id="site-breadcrumbs">
+<a href="index.html">Index</a>&nbsp;&gt;&nbsp;<a href="apachenms.html">Apache.NMS</a>&nbsp;&gt;&nbsp;<a href="nms-api-downloads.html">NMS API Downloads</a>&nbsp;&gt;&nbsp;<a href="apachenms-api-v160.html">Apache.NMS API v1.6.0</a>
+          </div>
+          <div id="site-quicklinks">
+<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/support.html">Support</a></p>
+          </div>
+        </div>
+
+  <table border="0">
+  <tbody>
+        <tr>
+        <td valign="top" width="100%">
+          <div class="wiki-content maincontent">
+<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>The Release is still in progress</b><br clear="none">You are previewing the release page for unreleased version of Apache.NMS v1.6.0. The download links on the page below may not work until it is officially released.
+
+<p> 	Until the release is approved you could try the current source bundle:<br clear="none">
+ 	<a shape="rect" class="external-link" href="http://people.apache.org/~tabish/nms-1.6.0">http://people.apache.org/~tabish/nms-1.6.0</a></p></td></tr></table></div>
+
+<h2><a shape="rect" name="Apache.NMSAPIv1.6.0-NewandNoteworthy"></a>New and Noteworthy</h2>
+
+<p>This is a major release of the NMS API which adds some new APIs and fixes some minor bugs in the NMS API libraries common code.</p>
+
+<ul><li>Added Recover method to ISession.</li><li>Added new events to ISession for Transaction begin, commit and rollback.</li><li>Added method in IConnection to purge created Temp Destinations.</li></ul>
+
+
+<h2><a shape="rect" name="Apache.NMSAPIv1.6.0-APIDocumentation"></a>API Documentation</h2>
+
+<p>Refer to the API for this release <a shape="rect" href="nms-api.html" title="NMS API">here</a></p>
+
+<h2><a shape="rect" name="Apache.NMSAPIv1.6.0-DownloadHere"></a>Download Here</h2>
+
+<div class="table-wrap">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Description </th><th colspan="1" rowspan="1" class="confluenceTh"> Download Link </th><th colspan="1" rowspan="1" class="confluenceTh"> PGP Signature File </th><th colspan="1" rowspan="1" class="confluenceTh"> Version </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> Apache.NMS Source code </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/activemq/apache-nms/1.6.0/Apache.NMS-1.6.0-src.zip">Apache.NMS-1.6.0-src.zip</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/activemq/apache-nms/1.6.0/Apache.NMS-1.6.0-src.zip.asc">Apache.NMS-1.6.0-src.zip.asc</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 1.6.0.3061 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> Apache.NMS Binary As
 semblies </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/activemq/apache-nms/1.6.0/Apache.NMS-1.6.0-bin.zip">Apache.NMS-1.6.0-bin.zip</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/activemq/apache-nms/1.6.0/Apache.NMS-1.6.0-bin.zip.asc">Apache.NMS-1.6.0-bin.zip.asc</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 1.6.0.3061 </td></tr></tbody></table>
+</div>
+
+
+<h2><a shape="rect" name="Apache.NMSAPIv1.6.0-SVNTagCheckout"></a>SVN Tag Checkout</h2>
+
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">
+svn co https:<span class="code-comment">//svn.apache.org/repos/asf/activemq/activemq-dotnet/Apache.NMS/tags/1.6.0/</span>
+</pre>
+</div></div>
+
+<h2><a shape="rect" name="Apache.NMSAPIv1.6.0-Changelog"></a>Changelog</h2>
+
+<p>For a more detailed view of new features and bug fixes, see the <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311201&amp;styleName=Html&amp;version=12315987">release notes</a></p>
+          </div>
+        </td>
+        <td valign="top">
+          <div class="navigation">
+            <div class="navigation_top">
+              <div class="navigation_bottom">
+<h3><a shape="rect" name="Navigation-Overview"></a><a shape="rect" href="overview.html" title="Overview">Overview</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="index.html" title="Index">Home</a></li><li><a shape="rect" href="faq.html" title="FAQ">FAQ</a></li><li><a shape="rect" href="download.html" title="Download">Download</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-UsingNMS"></a><a shape="rect" href="using-nms.html" title="Using NMS">Using NMS</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="apachenms.html" title="Apache.NMS">NMS Overview</a></li><li><a shape="rect" href="nms.html" title="NMS">Getting Started</a></li><li><a shape="rect" href="nms-api.html" title="NMS API">NMS API Reference</a></li><li><a shape="rect" href="apachenmsactivemq.html" title="Apache.NMS.ActiveMQ">ActiveMQ</a></li><li><a shape="rect" href="apachenmsstomp.html" title="Apache.NMS.Stomp">Stomp</a></li><li><a shape="rect" href="apachenmsmsmq.html" title="Apache.NMS.MSMQ">MSMQ</a></li><li><a shape="rect" href="apachenmsems.html" title="Apache.NMS.EMS">Tibco EMS</a></li><li><a shape="rect" href="apachenmswcf.html" title="Apache.NMS.WCF">WCF</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
+
+<form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
+  <div>
+    <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
+    <input type="hidden" name="ie" value="UTF-8">
+    <input type="text" name="q" size="21">
+    <input type="submit" name="sa" value="Search">
+  </div>
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>
+
+
+<h3><a shape="rect" name="Navigation-Community"></a><a shape="rect" href="community.html" title="Community">Community</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="support.html" title="Support">Support</a></li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/contributing.html">Contributing</a></li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" class="external-link" href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a shape="rect" href="site.html" title="Site">Site</a></li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/team.html">Team</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-Developers"></a><a shape="rect" href="developers.html" title="Developers">Developers</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="source.html" title="Source">Source</a></li><li><a shape="rect" href="building.html" title="Building">Building</a></li></ul>
+
+              </div>
+            </div>
+          </div>
+        </td>
+        </tr>
+  </tbody>
+        </table>
+        <div class="bottom_red_bar"></div>
+      </div>
+    </div>
+  </div>
+</div>
+<div class="black_box">
+<div class="footer">
+  <div class="footer_l">
+    <div class="footer_r">
+      <div>
+        <a href="http://activemq.apache.org/privacy-policy.html">Privacy Policy</a> -
+        (<a href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=31822205">edit this page</a>)
+      </div>
+    </div>
+  </div>
+</div>
+</div>
+</div>
+<div class="design_attribution">
+&copy; 2004-2011 The Apache Software Foundation.
+<br/>          
+Apache ActiveMQ, ActiveMQ, Apache, the Apache feather logo, and the Apache ActiveMQ project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+<br/>
+<a href="http://hiramchirino.com">Graphic Design By Hiram</a>
+</div>
+
+<!-- delay the loading of large javascript files to the end so that they don't interfere with the loading of page content -->
+<span style="display: none">
+  <script type="text/javascript">
+    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+  </script>
+  <script type="text/javascript">
+    var pageTracker = _gat._getTracker("UA-1347593-1");
+    pageTracker._initData();
+    pageTracker._trackPageview();
+  </script>
+</span>
+</body>
+</html>

Modified: websites/production/activemq/content/nms/download.html
==============================================================================
--- websites/production/activemq/content/nms/download.html (original)
+++ websites/production/activemq/content/nms/download.html Mon May 20 22:22:15 2013
@@ -79,7 +79,7 @@
 <h3><a shape="rect" name="Download-Apache.NMSAPIReleasesNMS%3ANMSAPIDownloads"></a><a shape="rect" href="nms-api-downloads.html" title="NMS API Downloads">Apache.NMS API Releases</a></h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Description </th><th colspan="1" rowspan="1" class="confluenceTh"> Release Date </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v151.html" title="Apache.NMS API v1.5.1">Apache.NMS API v1.5.1</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 07/06/2012 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v150.html" title="Apache.NMS API v1.5.0">Apache.NMS API v1.5.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 01/10/2011 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v140.html" title="Apache.NMS API v1.4.0">Apache.NMS API v1.4.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 09/10/2010 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v130.html" title="
 Apache.NMS API v1.3.0">Apache.NMS API v1.3.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 05/14/2010 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v120.html" title="Apache.NMS API v1.2.0">Apache.NMS API v1.2.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 01/15/2010 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v110.html" title="Apache.NMS API v1.1.0">Apache.NMS API v1.1.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 07/12/2009 </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Description </th><th colspan="1" rowspan="1" class="confluenceTh"> Release Date </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v160.html" title="Apache.NMS API v1.6.0">Apache.NMS API v1.6.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> In Progress </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v151.html" title="Apache.NMS API v1.5.1">Apache.NMS API v1.5.1</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 07/06/2012 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v150.html" title="Apache.NMS API v1.5.0">Apache.NMS API v1.5.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 01/10/2011 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v140.html" title=
 "Apache.NMS API v1.4.0">Apache.NMS API v1.4.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 09/10/2010 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v130.html" title="Apache.NMS API v1.3.0">Apache.NMS API v1.3.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 05/14/2010 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v120.html" title="Apache.NMS API v1.2.0">Apache.NMS API v1.2.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 01/15/2010 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v110.html" title="Apache.NMS API v1.1.0">Apache.NMS API v1.1.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 07/12/2009 </td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/activemq/content/nms/nms-api-downloads.html
==============================================================================
--- websites/production/activemq/content/nms/nms-api-downloads.html (original)
+++ websites/production/activemq/content/nms/nms-api-downloads.html Mon May 20 22:22:15 2013
@@ -73,7 +73,7 @@
         <td valign="top" width="100%">
           <div class="wiki-content maincontent">
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Description </th><th colspan="1" rowspan="1" class="confluenceTh"> Release Date </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v151.html" title="Apache.NMS API v1.5.1">Apache.NMS API v1.5.1</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 07/06/2012 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v150.html" title="Apache.NMS API v1.5.0">Apache.NMS API v1.5.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 01/10/2011 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v140.html" title="Apache.NMS API v1.4.0">Apache.NMS API v1.4.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 09/10/2010 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v130.html" title="
 Apache.NMS API v1.3.0">Apache.NMS API v1.3.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 05/14/2010 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v120.html" title="Apache.NMS API v1.2.0">Apache.NMS API v1.2.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 01/15/2010 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v110.html" title="Apache.NMS API v1.1.0">Apache.NMS API v1.1.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 07/12/2009 </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Description </th><th colspan="1" rowspan="1" class="confluenceTh"> Release Date </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v160.html" title="Apache.NMS API v1.6.0">Apache.NMS API v1.6.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> In Progress </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v151.html" title="Apache.NMS API v1.5.1">Apache.NMS API v1.5.1</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 07/06/2012 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v150.html" title="Apache.NMS API v1.5.0">Apache.NMS API v1.5.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 01/10/2011 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v140.html" title=
 "Apache.NMS API v1.4.0">Apache.NMS API v1.4.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 09/10/2010 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v130.html" title="Apache.NMS API v1.3.0">Apache.NMS API v1.3.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 05/14/2010 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v120.html" title="Apache.NMS API v1.2.0">Apache.NMS API v1.2.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 01/15/2010 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-api-v110.html" title="Apache.NMS API v1.1.0">Apache.NMS API v1.1.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 07/12/2009 </td></tr></tbody></table>
 </div>
 
           </div>

Modified: websites/production/activemq/content/nms/siteindex.html
==============================================================================
--- websites/production/activemq/content/nms/siteindex.html (original)
+++ websites/production/activemq/content/nms/siteindex.html Mon May 20 22:22:15 2013
@@ -77,7 +77,7 @@
 
 <p>
 <table class="grid" width="99%" cellspacing="0"><tr><td colspan="2" rowspan="1">
-         <table width="100%"><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-0-9">0-9</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-A">A</a> ... 63</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-B">B</a> ... 2</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-C">C</a> ... 1</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-D">D</a> ... 2</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-E">E</a> ... 5</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-F">F</a> ... 1</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-G">G</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-H">H</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-I">I</a> ... 1</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-J">J</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-K">K</a> ... 0</td></tr><tr><td colspan="1" rowsp
 an="1"><a shape="rect" href="#index-L">L</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-M">M</a> ... 4</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-N">N</a> ... 10</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-O">O</a> ... 1</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-P">P</a> ... 1</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-Q">Q</a> ... 1</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-R">R</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-S">S</a> ... 13</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-T">T</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-U">U</a> ... 1</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-V">V</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-W">W</a> ... 3</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-X">X</a> ... 0</td><t
 d colspan="1" rowspan="1"><a shape="rect" href="#index-Y">Y</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-Z">Z</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-%21@%23%24">!@#$</a> ... 0</td><td colspan="1" rowspan="1">&#160;</td><td colspan="1" rowspan="1">&#160;</td></tr></table>
+         <table width="100%"><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-0-9">0-9</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-A">A</a> ... 64</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-B">B</a> ... 2</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-C">C</a> ... 1</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-D">D</a> ... 2</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-E">E</a> ... 5</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-F">F</a> ... 1</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-G">G</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-H">H</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-I">I</a> ... 1</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-J">J</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-K">K</a> ... 0</td></tr><tr><td colspan="1" rowsp
 an="1"><a shape="rect" href="#index-L">L</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-M">M</a> ... 4</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-N">N</a> ... 10</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-O">O</a> ... 1</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-P">P</a> ... 1</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-Q">Q</a> ... 1</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-R">R</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-S">S</a> ... 13</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-T">T</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-U">U</a> ... 1</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-V">V</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-W">W</a> ... 3</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-X">X</a> ... 0</td><t
 d colspan="1" rowspan="1"><a shape="rect" href="#index-Y">Y</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-Z">Z</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-%21@%23%24">!@#$</a> ... 0</td><td colspan="1" rowspan="1">&#160;</td><td colspan="1" rowspan="1">&#160;</td></tr></table>
         </td></tr><tr valign="top"><td colspan="1" rowspan="1"><h4 style="margin-top: 0px"><a shape="rect" name="index-0-9"></a>0-9</h4>
         </td><td colspan="1" rowspan="1"><h4 style="margin-top: 0px"><a shape="rect" name="index-A"></a>A</h4>
                                  <span class="icon icon-page" title="Page">Page:</span>
@@ -221,6 +221,10 @@
         <br clear="none">
              <div class="smalltext" style="margin: 0 0 0 36px">New and Noteworthy  This is a bugfix release of the NMS API there are no API changes in this release.   NMS fixes   Fixes a bug that can cause the Message properties object to marshal to a byte array that is much larger than needed which adds unwanted overhead on the wire ... </div>
                                  <span class="icon icon-page" title="Page">Page:</span>
+                         <a shape="rect" href="apachenms-api-v160.html">Apache.NMS API v1.6.0</a>
+        <br clear="none">
+             <div class="smalltext" style="margin: 0 0 0 36px">You are previewing the release page for unreleased version of Apache.NMS v1.6.0. The download links on the page below may not work until it is officially released.  	  	Until the release is approved you could try the current source bundle:  	http://people.apache.org/tabish/nms1.6.0     New ... </div>
+                                 <span class="icon icon-page" title="Page">Page:</span>
                          <a shape="rect" href="apachenms-ems-v110.html">Apache.NMS EMS v1.1.0</a>
         <br clear="none">
              <div class="smalltext" style="margin: 0 0 0 36px">New and Noteworthy  The 1.1.0 release is a major milestone for the Apache NMS EMS client. It is the first official release of the main Apache.NMS project, and all provider implementation projects. Following are some highlights of this release:   Improved API Documentation.  Many bug fixes ... </div>
@@ -424,7 +428,7 @@
                                  <span class="icon icon-page" title="Page">Page:</span>
                          <a shape="rect" href="nms-api-downloads.html">NMS API Downloads</a>
         <br clear="none">
-             <div class="smalltext" style="margin: 0 0 0 36px">Description  Release Date    Apache.NMS API v1.5.1  07/06/2012   Apache.NMS API v1.5.0  01/10/2011   Apache.NMS API v1.4.0  09/10/2010   Apache.NMS API v1.3.0  05/14/2010   Apache.NMS API v1.2.0  01/15/2010   Apache.NMS API v1.1.0  07/12/2009</div>
+             <div class="smalltext" style="margin: 0 0 0 36px">Description  Release Date    Apache.NMS API v1.6.0  In Progress   Apache.NMS API v1.5.1  07/06/2012   Apache.NMS API v1.5.0  01/10/2011   Apache.NMS API v1.4.0  09/10/2010   Apache.NMS API v1.3.0  05/14/2010   Apache.NMS API v1.2.0  01/15/2010   Apache.NMS API v1.1.0 ... </div>
                                  <span class="icon icon-page" title="Page">Page:</span>
                          <a shape="rect" href="nms-examples.html">NMS Examples</a>
         <br clear="none">

Modified: websites/production/activemq/content/nms/sitemap.html
==============================================================================
--- websites/production/activemq/content/nms/sitemap.html (original)
+++ websites/production/activemq/content/nms/sitemap.html Mon May 20 22:22:15 2013
@@ -72,7 +72,7 @@
         <tr>
         <td valign="top" width="100%">
           <div class="wiki-content maincontent">
-<ul><li><a shape="rect" href="apachenms.html" title="Apache.NMS">Apache.NMS</a><ul><li><a shape="rect" href="nms-api.html" title="NMS API">NMS API</a></li><li><a shape="rect" href="nms-api-downloads.html" title="NMS API Downloads">NMS API Downloads</a><ul><li><a shape="rect" href="apachenms-api-v110.html" title="Apache.NMS API v1.1.0">Apache.NMS API v1.1.0</a></li><li><a shape="rect" href="apachenms-api-v120.html" title="Apache.NMS API v1.2.0">Apache.NMS API v1.2.0</a></li><li><a shape="rect" href="apachenms-api-v130.html" title="Apache.NMS API v1.3.0">Apache.NMS API v1.3.0</a></li><li><a shape="rect" href="apachenms-api-v140.html" title="Apache.NMS API v1.4.0">Apache.NMS API v1.4.0</a></li><li><a shape="rect" href="apachenms-api-v150.html" title="Apache.NMS API v1.5.0">Apache.NMS API v1.5.0</a></li><li><a shape="rect" href="apachenms-api-v151.html" title="Apache.NMS API v1.5.1">Apache.NMS API v1.5.1</a></li></ul></li><li><a shape="rect" href="nms-examples.html" title="NMS E
 xamples">NMS Examples</a><ul><li><a shape="rect" href="nms-simple-asynchronous-consumer-example.html" title="NMS Simple Asynchronous Consumer Example">NMS Simple Asynchronous Consumer Example</a></li><li><a shape="rect" href="nms-simple-synchornous-consumer-example.html" title="NMS Simple Synchornous Consumer Example">NMS Simple Synchornous Consumer Example</a></li></ul></li><li><a shape="rect" href="nms-faq.html" title="NMS FAQ">NMS FAQ</a></li><li><a shape="rect" href="nms-providers.html" title="NMS Providers">NMS Providers</a></li><li><a shape="rect" href="nms-uri-configuration.html" title="NMS URI Configuration">NMS URI Configuration</a></li></ul></li><li><a shape="rect" href="apachenmsactivemq.html" title="Apache.NMS.ActiveMQ">Apache.NMS.ActiveMQ</a><ul><li><a shape="rect" href="activemq-advanced-features.html" title="ActiveMQ Advanced Features">ActiveMQ Advanced Features</a><ul><li><a shape="rect" href="activemq-consumer-features.html" title="ActiveMQ Consumer Features
 ">ActiveMQ Consumer Features</a><ul><li><a shape="rect" href="activemq-consumer-dispatch-async.html" title="ActiveMQ Consumer Dispatch Async">ActiveMQ Consumer Dispatch Async</a></li><li><a shape="rect" href="activemq-consumer-priority.html" title="ActiveMQ Consumer Priority">ActiveMQ Consumer Priority</a></li><li><a shape="rect" href="activemq-exclusive-consumers.html" title="ActiveMQ Exclusive Consumers">ActiveMQ Exclusive Consumers</a></li><li><a shape="rect" href="activemq-retroactive-consumers.html" title="ActiveMQ Retroactive Consumers">ActiveMQ Retroactive Consumers</a></li></ul></li><li><a shape="rect" href="activemq-destination-features.html" title="ActiveMQ Destination Features">ActiveMQ Destination Features</a><ul><li><a shape="rect" href="activemq-destination-options.html" title="ActiveMQ Destination Options">ActiveMQ Destination Options</a></li><li><a shape="rect" href="activemq-mirrored-queues.html" title="ActiveMQ Mirrored Queues">ActiveMQ Mirrored Queues</a><
 /li><li><a shape="rect" href="activemq-virtual-destinations.html" title="ActiveMQ Virtual Destinations">ActiveMQ Virtual Destinations</a></li><li><a shape="rect" href="activemq-wildcards.html" title="ActiveMQ Wildcards">ActiveMQ Wildcards</a></li></ul></li><li><a shape="rect" href="activemq-message-dispatching-features.html" title="ActiveMQ Message Dispatching Features">ActiveMQ Message Dispatching Features</a><ul><li><a shape="rect" href="activemq-async-sends.html" title="ActiveMQ Async Sends">ActiveMQ Async Sends</a></li></ul></li><li><a shape="rect" href="activemq-message-features.html" title="ActiveMQ Message Features">ActiveMQ Message Features</a><ul><li><a shape="rect" href="activemq-delay-and-schedule-message-feature.html" title="ActiveMQ Delay and Schedule Message Feature">ActiveMQ Delay and Schedule Message Feature</a></li></ul></li></ul></li><li><a shape="rect" href="activemq-build-notes.html" title="ActiveMQ Build Notes">ActiveMQ Build Notes</a></li><li><a shape="
 rect" href="activemq-downloads.html" title="ActiveMQ Downloads">ActiveMQ Downloads</a><ul><li><a shape="rect" href="apachenmsactivemq-v120.html" title="Apache.NMS.ActiveMQ v1.2.0">Apache.NMS.ActiveMQ v1.2.0</a></li><li><a shape="rect" href="apachenmsactivemq-v130.html" title="Apache.NMS.ActiveMQ v1.3.0">Apache.NMS.ActiveMQ v1.3.0</a></li><li><a shape="rect" href="apachenmsactivemq-v140.html" title="Apache.NMS.ActiveMQ v1.4.0">Apache.NMS.ActiveMQ v1.4.0</a></li><li><a shape="rect" href="apachenmsactivemq-v141.html" title="Apache.NMS.ActiveMQ v1.4.1">Apache.NMS.ActiveMQ v1.4.1</a></li><li><a shape="rect" href="apachenmsactivemq-v150.html" title="Apache.NMS.ActiveMQ v1.5.0">Apache.NMS.ActiveMQ v1.5.0</a></li><li><a shape="rect" href="apachenmsactivemq-v151.html" title="Apache.NMS.ActiveMQ v1.5.1">Apache.NMS.ActiveMQ v1.5.1</a></li><li><a shape="rect" href="apachenmsactivemq-v152.html" title="Apache.NMS.ActiveMQ v1.5.2">Apache.NMS.ActiveMQ v1.5.2</a></li><li><a shape="rect" href
 ="apachenmsactivemq-v153.html" title="Apache.NMS.ActiveMQ v1.5.3">Apache.NMS.ActiveMQ v1.5.3</a></li><li><a shape="rect" href="apachenmsactivemq-v154.html" title="Apache.NMS.ActiveMQ v1.5.4">Apache.NMS.ActiveMQ v1.5.4</a></li><li><a shape="rect" href="apachenmsactivemq-v155.html" title="Apache.NMS.ActiveMQ v1.5.5">Apache.NMS.ActiveMQ v1.5.5</a></li><li><a shape="rect" href="apachenmsactivemq-v156.html" title="Apache.NMS.ActiveMQ v1.5.6">Apache.NMS.ActiveMQ v1.5.6</a></li><li><a shape="rect" href="apachenms-activemq-v110.html" title="Apache.NMS ActiveMQ v1.1.0">Apache.NMS ActiveMQ v1.1.0</a></li></ul></li><li><a shape="rect" href="activemq-examples.html" title="ActiveMQ Examples">ActiveMQ Examples</a><ul><li><a shape="rect" href="activemq-advisory-message-examples.html" title="ActiveMQ Advisory Message Examples">ActiveMQ Advisory Message Examples</a><ul><li><a shape="rect" href="activemq-enumerate-destination-using-advisory-messages.html" title="ActiveMQ Enumerate Destination
  using Advisory Messages">ActiveMQ Enumerate Destination using Advisory Messages</a></li></ul></li></ul></li><li><a shape="rect" href="activemq-faq.html" title="ActiveMQ FAQ">ActiveMQ FAQ</a></li><li><a shape="rect" href="activemq-uri-configuration.html" title="ActiveMQ URI Configuration">ActiveMQ URI Configuration</a></li></ul></li><li><a shape="rect" href="apachenmsems.html" title="Apache.NMS.EMS">Apache.NMS.EMS</a><ul><li><a shape="rect" href="ems-build-notes.html" title="EMS Build Notes">EMS Build Notes</a></li><li><a shape="rect" href="ems-downloads.html" title="EMS Downloads">EMS Downloads</a><ul><li><a shape="rect" href="apachenms-ems-v110.html" title="Apache.NMS EMS v1.1.0">Apache.NMS EMS v1.1.0</a></li></ul></li><li><a shape="rect" href="ems-examples.html" title="EMS Examples">EMS Examples</a></li><li><a shape="rect" href="ems-faq.html" title="EMS FAQ">EMS FAQ</a></li></ul></li><li><a shape="rect" href="apachenmsmsmq.html" title="Apache.NMS.MSMQ">Apache.NMS.MSMQ</a>
 <ul><li><a shape="rect" href="msmq-build-notes.html" title="MSMQ Build Notes">MSMQ Build Notes</a></li><li><a shape="rect" href="msmq-downloads.html" title="MSMQ Downloads">MSMQ Downloads</a><ul><li><a shape="rect" href="apachenms-msmq-v110.html" title="Apache.NMS MSMQ v1.1.0">Apache.NMS MSMQ v1.1.0</a></li></ul></li><li><a shape="rect" href="msmq-examples.html" title="MSMQ Examples">MSMQ Examples</a></li><li><a shape="rect" href="msmq-faq.html" title="MSMQ FAQ">MSMQ FAQ</a></li></ul></li><li><a shape="rect" href="apachenmsstomp.html" title="Apache.NMS.Stomp">Apache.NMS.Stomp</a><ul><li><a shape="rect" href="stomp-advanced-features.html" title="Stomp Advanced Features">Stomp Advanced Features</a><ul><li><a shape="rect" href="stomp-message-features.html" title="Stomp Message Features">Stomp Message Features</a><ul><li><a shape="rect" href="stomp-delayed-and-scheduled-message-feature.html" title="Stomp Delayed and Scheduled Message Feature">Stomp Delayed and Scheduled Message 
 Feature</a></li></ul></li></ul></li><li><a shape="rect" href="stomp-build-notes.html" title="Stomp Build Notes">Stomp Build Notes</a></li><li><a shape="rect" href="stomp-downloads.html" title="Stomp Downloads">Stomp Downloads</a><ul><li><a shape="rect" href="apachenmsstomp-v120.html" title="Apache.NMS.Stomp v1.2.0">Apache.NMS.Stomp v1.2.0</a></li><li><a shape="rect" href="apachenmsstomp-v130.html" title="Apache.NMS.Stomp v1.3.0">Apache.NMS.Stomp v1.3.0</a></li><li><a shape="rect" href="apachenmsstomp-v140.html" title="Apache.NMS.Stomp v1.4.0">Apache.NMS.Stomp v1.4.0</a></li><li><a shape="rect" href="apachenmsstomp-v150.html" title="Apache.NMS.Stomp v1.5.0">Apache.NMS.Stomp v1.5.0</a></li><li><a shape="rect" href="apachenmsstomp-v151.html" title="Apache.NMS.Stomp v1.5.1">Apache.NMS.Stomp v1.5.1</a></li><li><a shape="rect" href="apachenmsstomp-v152.html" title="Apache.NMS.Stomp v1.5.2">Apache.NMS.Stomp v1.5.2</a></li><li><a shape="rect" href="apachenmsstomp-v153.html" title="A
 pache.NMS.Stomp v1.5.3">Apache.NMS.Stomp v1.5.3</a></li></ul></li><li><a shape="rect" href="stomp-faq.html" title="Stomp FAQ">Stomp FAQ</a></li><li><a shape="rect" href="stomp-uri-configuration.html" title="Stomp URI Configuration">Stomp URI Configuration</a></li></ul></li><li><a shape="rect" href="apachenmswcf.html" title="Apache.NMS.WCF">Apache.NMS.WCF</a><ul><li><a shape="rect" href="wcf-downloads.html" title="WCF Downloads">WCF Downloads</a><ul><li><a shape="rect" href="apachenmswcf-v110.html" title="Apache.NMS.WCF v1.1.0">Apache.NMS.WCF v1.1.0</a></li></ul></li><li><a shape="rect" href="wcf-examples.html" title="WCF Examples">WCF Examples</a></li></ul></li><li><a shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a shape="rect" href="community.html" title="Community">Community</a><ul><li><a shape="rect" href="privacy-policy.html" title="Privacy Policy">Privacy Policy</a></li></ul></li><li><a shape="rect" href="developers.html" title="Developers">De
 velopers</a><ul><li><a shape="rect" href="building.html" title="Building">Building</a></li><li><a shape="rect" href="source.html" title="Source">Source</a></li></ul></li><li><a shape="rect" href="faq.html" title="FAQ">FAQ</a><ul><li><a shape="rect" href="are-there-more-faq-entries.html" title="Are there more FAQ Entries">Are there more FAQ Entries</a></li><li><a shape="rect" href="should-i-pool-connections.html" title="Should I pool connections">Should I pool connections</a></li><li><a shape="rect" href="what-is-nms.html" title="What is NMS">What is NMS</a></li></ul></li><li><a shape="rect" href="overview.html" title="Overview">Overview</a><ul><li><a shape="rect" href="download.html" title="Download">Download</a><ul><li><a shape="rect" href="activemq-net-110-release.html" title="ActiveMQ .NET 1.1.0 Release">ActiveMQ .NET 1.1.0 Release</a></li><li><a shape="rect" href="activemq-net-120-release.html" title="ActiveMQ .NET 1.2.0 Release">ActiveMQ .NET 1.2.0 Release</a></li><li><
 a shape="rect" href="activemq-net-130-release.html" title="ActiveMQ .NET 1.3.0 Release">ActiveMQ .NET 1.3.0 Release</a></li><li><a shape="rect" href="activemq-net-140-release.html" title="ActiveMQ .NET 1.4.0 Release">ActiveMQ .NET 1.4.0 Release</a></li><li><a shape="rect" href="apachenms-150-release.html" title="Apache.NMS 1.5.0 Release">Apache.NMS 1.5.0 Release</a></li></ul></li><li><a shape="rect" href="nms.html" title="NMS">NMS</a></li><li><a shape="rect" href="using-nms.html" title="Using NMS">Using NMS</a><ul><li><a shape="rect" href="examples.html" title="Examples">Examples</a></li></ul></li></ul></li><li><a shape="rect" href="site.html" title="Site">Site</a><ul><li><a shape="rect" href="banner.html" title="Banner">Banner</a></li><li><a shape="rect" href="navigation.html" title="Navigation">Navigation</a><ul><li><a shape="rect" href="support.html" title="Support">Support</a></li></ul></li><li><a shape="rect" href="quicklinks.html" title="QuickLinks">QuickLinks</a></li>
 <li><a shape="rect" href="siteindex.html" title="SiteIndex">SiteIndex</a></li><li><a shape="rect" href="sitemap.html" title="SiteMap">SiteMap</a></li></ul></li></ul>
+<ul><li><a shape="rect" href="apachenms.html" title="Apache.NMS">Apache.NMS</a><ul><li><a shape="rect" href="nms-api.html" title="NMS API">NMS API</a></li><li><a shape="rect" href="nms-api-downloads.html" title="NMS API Downloads">NMS API Downloads</a><ul><li><a shape="rect" href="apachenms-api-v110.html" title="Apache.NMS API v1.1.0">Apache.NMS API v1.1.0</a></li><li><a shape="rect" href="apachenms-api-v120.html" title="Apache.NMS API v1.2.0">Apache.NMS API v1.2.0</a></li><li><a shape="rect" href="apachenms-api-v130.html" title="Apache.NMS API v1.3.0">Apache.NMS API v1.3.0</a></li><li><a shape="rect" href="apachenms-api-v140.html" title="Apache.NMS API v1.4.0">Apache.NMS API v1.4.0</a></li><li><a shape="rect" href="apachenms-api-v150.html" title="Apache.NMS API v1.5.0">Apache.NMS API v1.5.0</a></li><li><a shape="rect" href="apachenms-api-v151.html" title="Apache.NMS API v1.5.1">Apache.NMS API v1.5.1</a></li><li><a shape="rect" href="apachenms-api-v160.html" title="Apache.NM
 S API v1.6.0">Apache.NMS API v1.6.0</a></li></ul></li><li><a shape="rect" href="nms-examples.html" title="NMS Examples">NMS Examples</a><ul><li><a shape="rect" href="nms-simple-asynchronous-consumer-example.html" title="NMS Simple Asynchronous Consumer Example">NMS Simple Asynchronous Consumer Example</a></li><li><a shape="rect" href="nms-simple-synchornous-consumer-example.html" title="NMS Simple Synchornous Consumer Example">NMS Simple Synchornous Consumer Example</a></li></ul></li><li><a shape="rect" href="nms-faq.html" title="NMS FAQ">NMS FAQ</a></li><li><a shape="rect" href="nms-providers.html" title="NMS Providers">NMS Providers</a></li><li><a shape="rect" href="nms-uri-configuration.html" title="NMS URI Configuration">NMS URI Configuration</a></li></ul></li><li><a shape="rect" href="apachenmsactivemq.html" title="Apache.NMS.ActiveMQ">Apache.NMS.ActiveMQ</a><ul><li><a shape="rect" href="activemq-advanced-features.html" title="ActiveMQ Advanced Features">ActiveMQ Advanc
 ed Features</a><ul><li><a shape="rect" href="activemq-consumer-features.html" title="ActiveMQ Consumer Features">ActiveMQ Consumer Features</a><ul><li><a shape="rect" href="activemq-consumer-dispatch-async.html" title="ActiveMQ Consumer Dispatch Async">ActiveMQ Consumer Dispatch Async</a></li><li><a shape="rect" href="activemq-consumer-priority.html" title="ActiveMQ Consumer Priority">ActiveMQ Consumer Priority</a></li><li><a shape="rect" href="activemq-exclusive-consumers.html" title="ActiveMQ Exclusive Consumers">ActiveMQ Exclusive Consumers</a></li><li><a shape="rect" href="activemq-retroactive-consumers.html" title="ActiveMQ Retroactive Consumers">ActiveMQ Retroactive Consumers</a></li></ul></li><li><a shape="rect" href="activemq-destination-features.html" title="ActiveMQ Destination Features">ActiveMQ Destination Features</a><ul><li><a shape="rect" href="activemq-destination-options.html" title="ActiveMQ Destination Options">ActiveMQ Destination Options</a></li><li><a s
 hape="rect" href="activemq-mirrored-queues.html" title="ActiveMQ Mirrored Queues">ActiveMQ Mirrored Queues</a></li><li><a shape="rect" href="activemq-virtual-destinations.html" title="ActiveMQ Virtual Destinations">ActiveMQ Virtual Destinations</a></li><li><a shape="rect" href="activemq-wildcards.html" title="ActiveMQ Wildcards">ActiveMQ Wildcards</a></li></ul></li><li><a shape="rect" href="activemq-message-dispatching-features.html" title="ActiveMQ Message Dispatching Features">ActiveMQ Message Dispatching Features</a><ul><li><a shape="rect" href="activemq-async-sends.html" title="ActiveMQ Async Sends">ActiveMQ Async Sends</a></li></ul></li><li><a shape="rect" href="activemq-message-features.html" title="ActiveMQ Message Features">ActiveMQ Message Features</a><ul><li><a shape="rect" href="activemq-delay-and-schedule-message-feature.html" title="ActiveMQ Delay and Schedule Message Feature">ActiveMQ Delay and Schedule Message Feature</a></li></ul></li></ul></li><li><a shape="
 rect" href="activemq-build-notes.html" title="ActiveMQ Build Notes">ActiveMQ Build Notes</a></li><li><a shape="rect" href="activemq-downloads.html" title="ActiveMQ Downloads">ActiveMQ Downloads</a><ul><li><a shape="rect" href="apachenmsactivemq-v120.html" title="Apache.NMS.ActiveMQ v1.2.0">Apache.NMS.ActiveMQ v1.2.0</a></li><li><a shape="rect" href="apachenmsactivemq-v130.html" title="Apache.NMS.ActiveMQ v1.3.0">Apache.NMS.ActiveMQ v1.3.0</a></li><li><a shape="rect" href="apachenmsactivemq-v140.html" title="Apache.NMS.ActiveMQ v1.4.0">Apache.NMS.ActiveMQ v1.4.0</a></li><li><a shape="rect" href="apachenmsactivemq-v141.html" title="Apache.NMS.ActiveMQ v1.4.1">Apache.NMS.ActiveMQ v1.4.1</a></li><li><a shape="rect" href="apachenmsactivemq-v150.html" title="Apache.NMS.ActiveMQ v1.5.0">Apache.NMS.ActiveMQ v1.5.0</a></li><li><a shape="rect" href="apachenmsactivemq-v151.html" title="Apache.NMS.ActiveMQ v1.5.1">Apache.NMS.ActiveMQ v1.5.1</a></li><li><a shape="rect" href="apachenmsact
 ivemq-v152.html" title="Apache.NMS.ActiveMQ v1.5.2">Apache.NMS.ActiveMQ v1.5.2</a></li><li><a shape="rect" href="apachenmsactivemq-v153.html" title="Apache.NMS.ActiveMQ v1.5.3">Apache.NMS.ActiveMQ v1.5.3</a></li><li><a shape="rect" href="apachenmsactivemq-v154.html" title="Apache.NMS.ActiveMQ v1.5.4">Apache.NMS.ActiveMQ v1.5.4</a></li><li><a shape="rect" href="apachenmsactivemq-v155.html" title="Apache.NMS.ActiveMQ v1.5.5">Apache.NMS.ActiveMQ v1.5.5</a></li><li><a shape="rect" href="apachenmsactivemq-v156.html" title="Apache.NMS.ActiveMQ v1.5.6">Apache.NMS.ActiveMQ v1.5.6</a></li><li><a shape="rect" href="apachenms-activemq-v110.html" title="Apache.NMS ActiveMQ v1.1.0">Apache.NMS ActiveMQ v1.1.0</a></li></ul></li><li><a shape="rect" href="activemq-examples.html" title="ActiveMQ Examples">ActiveMQ Examples</a><ul><li><a shape="rect" href="activemq-advisory-message-examples.html" title="ActiveMQ Advisory Message Examples">ActiveMQ Advisory Message Examples</a><ul><li><a shape=
 "rect" href="activemq-enumerate-destination-using-advisory-messages.html" title="ActiveMQ Enumerate Destination using Advisory Messages">ActiveMQ Enumerate Destination using Advisory Messages</a></li></ul></li></ul></li><li><a shape="rect" href="activemq-faq.html" title="ActiveMQ FAQ">ActiveMQ FAQ</a></li><li><a shape="rect" href="activemq-uri-configuration.html" title="ActiveMQ URI Configuration">ActiveMQ URI Configuration</a></li></ul></li><li><a shape="rect" href="apachenmsems.html" title="Apache.NMS.EMS">Apache.NMS.EMS</a><ul><li><a shape="rect" href="ems-build-notes.html" title="EMS Build Notes">EMS Build Notes</a></li><li><a shape="rect" href="ems-downloads.html" title="EMS Downloads">EMS Downloads</a><ul><li><a shape="rect" href="apachenms-ems-v110.html" title="Apache.NMS EMS v1.1.0">Apache.NMS EMS v1.1.0</a></li></ul></li><li><a shape="rect" href="ems-examples.html" title="EMS Examples">EMS Examples</a></li><li><a shape="rect" href="ems-faq.html" title="EMS FAQ">EMS 
 FAQ</a></li></ul></li><li><a shape="rect" href="apachenmsmsmq.html" title="Apache.NMS.MSMQ">Apache.NMS.MSMQ</a><ul><li><a shape="rect" href="msmq-build-notes.html" title="MSMQ Build Notes">MSMQ Build Notes</a></li><li><a shape="rect" href="msmq-downloads.html" title="MSMQ Downloads">MSMQ Downloads</a><ul><li><a shape="rect" href="apachenms-msmq-v110.html" title="Apache.NMS MSMQ v1.1.0">Apache.NMS MSMQ v1.1.0</a></li></ul></li><li><a shape="rect" href="msmq-examples.html" title="MSMQ Examples">MSMQ Examples</a></li><li><a shape="rect" href="msmq-faq.html" title="MSMQ FAQ">MSMQ FAQ</a></li></ul></li><li><a shape="rect" href="apachenmsstomp.html" title="Apache.NMS.Stomp">Apache.NMS.Stomp</a><ul><li><a shape="rect" href="stomp-advanced-features.html" title="Stomp Advanced Features">Stomp Advanced Features</a><ul><li><a shape="rect" href="stomp-message-features.html" title="Stomp Message Features">Stomp Message Features</a><ul><li><a shape="rect" href="stomp-delayed-and-scheduled
 -message-feature.html" title="Stomp Delayed and Scheduled Message Feature">Stomp Delayed and Scheduled Message Feature</a></li></ul></li></ul></li><li><a shape="rect" href="stomp-build-notes.html" title="Stomp Build Notes">Stomp Build Notes</a></li><li><a shape="rect" href="stomp-downloads.html" title="Stomp Downloads">Stomp Downloads</a><ul><li><a shape="rect" href="apachenmsstomp-v120.html" title="Apache.NMS.Stomp v1.2.0">Apache.NMS.Stomp v1.2.0</a></li><li><a shape="rect" href="apachenmsstomp-v130.html" title="Apache.NMS.Stomp v1.3.0">Apache.NMS.Stomp v1.3.0</a></li><li><a shape="rect" href="apachenmsstomp-v140.html" title="Apache.NMS.Stomp v1.4.0">Apache.NMS.Stomp v1.4.0</a></li><li><a shape="rect" href="apachenmsstomp-v150.html" title="Apache.NMS.Stomp v1.5.0">Apache.NMS.Stomp v1.5.0</a></li><li><a shape="rect" href="apachenmsstomp-v151.html" title="Apache.NMS.Stomp v1.5.1">Apache.NMS.Stomp v1.5.1</a></li><li><a shape="rect" href="apachenmsstomp-v152.html" title="Apache
 .NMS.Stomp v1.5.2">Apache.NMS.Stomp v1.5.2</a></li><li><a shape="rect" href="apachenmsstomp-v153.html" title="Apache.NMS.Stomp v1.5.3">Apache.NMS.Stomp v1.5.3</a></li></ul></li><li><a shape="rect" href="stomp-faq.html" title="Stomp FAQ">Stomp FAQ</a></li><li><a shape="rect" href="stomp-uri-configuration.html" title="Stomp URI Configuration">Stomp URI Configuration</a></li></ul></li><li><a shape="rect" href="apachenmswcf.html" title="Apache.NMS.WCF">Apache.NMS.WCF</a><ul><li><a shape="rect" href="wcf-downloads.html" title="WCF Downloads">WCF Downloads</a><ul><li><a shape="rect" href="apachenmswcf-v110.html" title="Apache.NMS.WCF v1.1.0">Apache.NMS.WCF v1.1.0</a></li></ul></li><li><a shape="rect" href="wcf-examples.html" title="WCF Examples">WCF Examples</a></li></ul></li><li><a shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a shape="rect" href="community.html" title="Community">Community</a><ul><li><a shape="rect" href="privacy-policy.html" title="Pr
 ivacy Policy">Privacy Policy</a></li></ul></li><li><a shape="rect" href="developers.html" title="Developers">Developers</a><ul><li><a shape="rect" href="building.html" title="Building">Building</a></li><li><a shape="rect" href="source.html" title="Source">Source</a></li></ul></li><li><a shape="rect" href="faq.html" title="FAQ">FAQ</a><ul><li><a shape="rect" href="are-there-more-faq-entries.html" title="Are there more FAQ Entries">Are there more FAQ Entries</a></li><li><a shape="rect" href="should-i-pool-connections.html" title="Should I pool connections">Should I pool connections</a></li><li><a shape="rect" href="what-is-nms.html" title="What is NMS">What is NMS</a></li></ul></li><li><a shape="rect" href="overview.html" title="Overview">Overview</a><ul><li><a shape="rect" href="download.html" title="Download">Download</a><ul><li><a shape="rect" href="activemq-net-110-release.html" title="ActiveMQ .NET 1.1.0 Release">ActiveMQ .NET 1.1.0 Release</a></li><li><a shape="rect" hre
 f="activemq-net-120-release.html" title="ActiveMQ .NET 1.2.0 Release">ActiveMQ .NET 1.2.0 Release</a></li><li><a shape="rect" href="activemq-net-130-release.html" title="ActiveMQ .NET 1.3.0 Release">ActiveMQ .NET 1.3.0 Release</a></li><li><a shape="rect" href="activemq-net-140-release.html" title="ActiveMQ .NET 1.4.0 Release">ActiveMQ .NET 1.4.0 Release</a></li><li><a shape="rect" href="apachenms-150-release.html" title="Apache.NMS 1.5.0 Release">Apache.NMS 1.5.0 Release</a></li></ul></li><li><a shape="rect" href="nms.html" title="NMS">NMS</a></li><li><a shape="rect" href="using-nms.html" title="Using NMS">Using NMS</a><ul><li><a shape="rect" href="examples.html" title="Examples">Examples</a></li></ul></li></ul></li><li><a shape="rect" href="site.html" title="Site">Site</a><ul><li><a shape="rect" href="banner.html" title="Banner">Banner</a></li><li><a shape="rect" href="navigation.html" title="Navigation">Navigation</a><ul><li><a shape="rect" href="support.html" title="Suppo
 rt">Support</a></li></ul></li><li><a shape="rect" href="quicklinks.html" title="QuickLinks">QuickLinks</a></li><li><a shape="rect" href="siteindex.html" title="SiteIndex">SiteIndex</a></li><li><a shape="rect" href="sitemap.html" title="SiteMap">SiteMap</a></li></ul></li></ul>
           </div>
         </td>
         <td valign="top">