Repository: qpid-site Updated Branches: refs/heads/asf-site 5fbb7e75a -> f5966bd67
NO-JIRA: Fix page layout for JMS AMQP 0-0x Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/f5966bd6 Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/f5966bd6 Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/f5966bd6 Branch: refs/heads/asf-site Commit: f5966bd6711c74043725c7d4bc86a072c33fbab9 Parents: 5fbb7e7 Author: Alex Rudyy <[email protected]> Authored: Wed Nov 22 13:54:05 2017 +0000 Committer: Alex Rudyy <[email protected]> Committed: Wed Nov 22 13:54:05 2017 +0000 ---------------------------------------------------------------------- content/components/jms/amqp-0-x.html | 17 ++++++++++++++++- input/components/jms/amqp-0-x.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f5966bd6/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 1a971cd..5ef9d5a 100644 --- a/content/components/jms/amqp-0-x.html +++ b/content/components/jms/amqp-0-x.html @@ -114,7 +114,9 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> <ul id="-path-navigation"><li><a href="/index.html">Home</a></li><li><a href="/components/index.html">Components</a></li><li><a href="/components/jms/index.html">Qpid JMS</a></li><li>Qpid JMS AMQP 0-x</li></ul> <div id="-middle-content"> - <h1 id="qpid-jms-amqp-0-x">Qpid JMS AMQP 0-x</h1> + <div id="-left-column"> + +<h1 id="qpid-jms-amqp-0-x">Qpid JMS AMQP 0-x</h1> <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> @@ -148,6 +150,17 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> </div> +</div> + +<div id="-right-column" class="right-column-adjusted"> + +<h2 id="releases">Releases</h2> + +<ul> +<li><a href="/releases/qpid-jms-amqp-0-x-6.3.0">Qpid JMS for AMQP 0-x 6.3.0</a></li> +<li><a href="/releases/index.html#past-releases">Past releases</a></li> +</ul> + <h2 id="issues">Issues</h2> <ul> @@ -169,6 +182,8 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> <li><a href="security-0-x.html">Security</a></li> </ul> +</div> + <hr/> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f5966bd6/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 f42edda..ba9bc20 100644 --- a/input/components/jms/amqp-0-x.md +++ b/input/components/jms/amqp-0-x.md @@ -1,3 +1,23 @@ +;; +;; 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. +;; + +<div id="-left-column" markdown="1"> # Qpid JMS AMQP 0-x A JMS 1.1 implementation supporting AMQP versions 0-10, 0-9-1, 0-9, and @@ -28,6 +48,15 @@ The client is also available [via Maven]({{site_url}}/maven.html). </div> +</div> + +<div id="-right-column" class="right-column-adjusted" markdown="1"> + +## Releases + + - {{current_jms_amqp_0_x_release_link}} + - [Past releases]({{site_url}}/releases/index.html#past-releases) + ## Issues - [Report a bug](http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&priority=3&components=12311389) @@ -42,3 +71,5 @@ The client is also available [via Maven]({{site_url}}/maven.html). ## Resources - [Security](security-0-x.html) + +</div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
