Author: jross
Date: Tue Mar 13 19:08:17 2012
New Revision: 1300291
URL: http://svn.apache.org/viewvc?rev=1300291&view=rev
Log:
NO-JIRA: Gordon's page describing our AMQP 1.0 efforts
Added:
qpid/site/docs/amqp_1.0.html (with props)
Added: qpid/site/docs/amqp_1.0.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/amqp_1.0.html?rev=1300291&view=auto
==============================================================================
--- qpid/site/docs/amqp_1.0.html (added)
+++ qpid/site/docs/amqp_1.0.html Tue Mar 13 19:08:17 2012
@@ -0,0 +1,86 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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 xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Apache Qpid™: Open Source AMQP Messaging</title>
+ <link href="style.css" rel="stylesheet" type="text/css"/>
+ </head>
+
+ <body>
+ <div class="container">
+ <!-- begin header -->
+ <!--#include virtual="/includes/header.include" -->
+ <!-- end header -->
+
+ <!-- begin menu -->
+ <!--#include virtual="/includes/menu.include" -->
+ <!-- end menu -->
+
+ <!-- begin content -->
+ <div class="main_text_area">
+ <div class="main_text_area_top"></div>
+
+ <div class="main_text_area_body">
+ <h1>AMQP 1.0</h1>
+
+ <p>The AMQP Working Group released the 1.0 specification in
+ the final quarter of 2011. Future evolution of the
+ protocol will now be driven by the Member Section and
+ Technical Committee(s) at OASIS.</p>
+
+ <p>Qpid will of course support this latest version of the
+ protocol. It represents a significant change from previous
+ versions. However this has been anticipated and the Qpid
+ APIs should ease the transition.</p>
+
+ <p>The plan for 1.0 implementation is to begin with a
+ 'protocol engine' written in both Java and C. This will be
+ a releasable artefact in its own right and will also form
+ the basis of 1.0 support in the two current Qpid brokers
+ and the various clients. The engine will also likely be
+ the basis of new types of component in the future.</p>
+
+ <p>The latest developments on 1.0 support can be found at
+ <code>http://svn.apache.org/repos/asf/qpid/proton/</code>. This
+ is work in progress. We will aim to create unofficial
+ downloadable snapshots of this at suitable points.</p>
+
+ <p>The current goal is to have a usable engine available for
+ early preview shortly after the first quarter of
+ 2012. That will be followed by versions of the existing
+ components (brokers and clients) that utilise this
+ engine. We hope to have 1.0 support in an official Qpid
+ release by the end of the year.</p>
+ </div>
+
+ <div class="main_text_area_bottom"></div>
+ </div>
+ <!-- end content -->
+
+ <!-- begin footer -->
+ <!--#include virtual="/includes/footer.include" -->
+ <!-- end footer -->
+
+ </div>
+ </body>
+</html>
Propchange: qpid/site/docs/amqp_1.0.html
------------------------------------------------------------------------------
svn:executable = *
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]