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

qpid-site git commit: NO-JIRA: Add list of features to the page for JMS AMQP 0-x

Repository: qpid-site
Updated Branches:
  refs/heads/asf-site f5966bd67 -> e0de294bb


NO-JIRA: Add list of features to the page for JMS AMQP 0-x


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

Branch: refs/heads/asf-site
Commit: e0de294bb9bdc73246b2ba37b32a142f5f6ffd72
Parents: f5966bd
Author: Alex Rudyy <or...@apache.org>
Authored: Wed Nov 22 18:22:19 2017 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Wed Nov 22 18:22:19 2017 +0000

----------------------------------------------------------------------
 content/components/jms/amqp-0-x.html | 24 +++++++++++++-----------
 input/components/jms/amqp-0-x.md     | 24 ++++++++++++------------
 2 files changed, 25 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/e0de294b/content/components/jms/amqp-0-x.html
----------------------------------------------------------------------
diff --git a/content/components/jms/amqp-0-x.html b/content/components/jms/amqp-0-x.html
index 5ef9d5a..9a98fa9 100644
--- a/content/components/jms/amqp-0-x.html
+++ b/content/components/jms/amqp-0-x.html
@@ -118,24 +118,25 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
 <h1 id="qpid-jms-amqp-0-x">Qpid JMS AMQP 0-x</h1>
 
+<div class="feature">
+
 <p>A JMS 1.1 implementation supporting AMQP versions 0-10, 0-9-1, 0-9, and
 0-8.  For AMQP 1.0 support, use the newer <a href="index.html">Qpid JMS</a> client.</p>
 
-<h2 id="download">Download</h2>
+</div>
 
-<div class="two-column">
+<h2 id="features">Features</h2>
 
 <ul>
-<li><a href="http://www.apache.org/dyn/closer.lua/qpid/jms-amqp-0-x/6.3.0/binaries/apache-qpid-jms-amqp-0-x-6.3.0-bin.tar.gz">Binary</a></li>
-<li><a href="http://www.apache.org/dist/qpid/jms-amqp-0-x/6.3.0/binaries/apache-qpid-jms-amqp-0-x-6.3.0-bin.tar.gz.asc">PGP signature</a></li>
-<li><a href="http://www.apache.org/dist/qpid/jms-amqp-0-x/6.3.0/binaries/apache-qpid-jms-amqp-0-x-6.3.0-bin.tar.gz.md5">MD5 checksum</a></li>
-<li><a href="http://www.apache.org/dist/qpid/jms-amqp-0-x/6.3.0/binaries/apache-qpid-jms-amqp-0-x-6.3.0-bin.tar.gz.sha512">SHA512 checksum</a></li>
+<li><a href="http://download.oracle.com/otndocs/jcp/7195-jms-1.1-fr-spec-oth-JSpec/">JMS 1.1</a> API</li>
+<li>Secure communication via SSL and SASL</li>
+<li>Producer flow control</li>
+<li>Maximum delivery count</li>
+<li>Message encryption</li>
+<li>Failover</li>
+<li>Pure-Java implementation compatible with Java 7 and above</li>
 </ul>
 
-</div>
-
-<p>The client is also available <a href="/maven.html">via Maven</a>.</p>
-
 <h2 id="documentation">Documentation</h2>
 
 <div class="two-column">
@@ -166,7 +167,8 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 <ul>
 <li><a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&amp;issuetype=1&amp;priority=3&amp;components=12311389">Report a bug</a></li>
 <li><a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&amp;issuetype=4&amp;priority=3&amp;components=12311389">Request an improvement</a></li>
-<li><a href="http://issues.apache.org/jira/browse/QPID/component/12311389">Jira component page</a></li>
+<li><form id="-jira-goto-form">Go to issue <input name="jira" value="QPID-"/></form></li>
+<li><a href="http://issues.apache.org/jira/browse/QPID/component/12311389">JIRA project page</a></li>
 </ul>
 
 <h2 id="source-code">Source code</h2>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/e0de294b/input/components/jms/amqp-0-x.md
----------------------------------------------------------------------
diff --git a/input/components/jms/amqp-0-x.md b/input/components/jms/amqp-0-x.md
index ba9bc20..13facee 100644
--- a/input/components/jms/amqp-0-x.md
+++ b/input/components/jms/amqp-0-x.md
@@ -20,21 +20,20 @@
 <div id="-left-column" markdown="1">
 # Qpid JMS AMQP 0-x
 
+<div class="feature" markdown="1">
 A JMS 1.1 implementation supporting AMQP versions 0-10, 0-9-1, 0-9, and
 0-8.  For AMQP 1.0 support, use the newer [Qpid JMS](index.html) client.
-
-## Download
-
-<div class="two-column" markdown="1">
-
- - [Binary](http://www.apache.org/dyn/closer.lua/qpid/jms-amqp-0-x/{{current_jms_amqp_0_x_release}}/binaries/apache-qpid-jms-amqp-0-x-{{current_jms_amqp_0_x_release}}-bin.tar.gz)
- - [PGP signature](http://www.apache.org/dist/qpid/jms-amqp-0-x/{{current_jms_amqp_0_x_release}}/binaries/apache-qpid-jms-amqp-0-x-{{current_jms_amqp_0_x_release}}-bin.tar.gz.asc)
- - [MD5 checksum](http://www.apache.org/dist/qpid/jms-amqp-0-x/{{current_jms_amqp_0_x_release}}/binaries/apache-qpid-jms-amqp-0-x-{{current_jms_amqp_0_x_release}}-bin.tar.gz.md5)
- - [SHA512 checksum](http://www.apache.org/dist/qpid/jms-amqp-0-x/{{current_jms_amqp_0_x_release}}/binaries/apache-qpid-jms-amqp-0-x-{{current_jms_amqp_0_x_release}}-bin.tar.gz.sha512)
-
 </div>
 
-The client is also available [via Maven]({{site_url}}/maven.html).
+## Features
+
+ - [JMS 1.1](http://download.oracle.com/otndocs/jcp/7195-jms-1.1-fr-spec-oth-JSpec/) API
+ - Secure communication via SSL and SASL
+ - Producer flow control
+ - Maximum delivery count
+ - Message encryption
+ - Failover
+ - Pure-Java implementation compatible with Java 7 and above
 
 ## Documentation
 
@@ -61,7 +60,8 @@ The client is also available [via Maven]({{site_url}}/maven.html).
 
  - [Report a bug](http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&priority=3&components=12311389)
  - [Request an improvement](http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=4&priority=3&components=12311389)
- - [Jira component page](http://issues.apache.org/jira/browse/QPID/component/12311389)
+ - <form id="-jira-goto-form">Go to issue <input name="jira" value="QPID-"/></form>
+ - [JIRA project page](http://issues.apache.org/jira/browse/QPID/component/12311389)
 
 ## Source code
 


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