This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c88f6f9  move the note up top for visibility and expand a little, 
update link toward newer binding draft.
c88f6f9 is described below

commit c88f6f932138648b611c1b83296748c8c6343c34
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Fri Mar 29 10:18:43 2019 +0000

    move the note up top for visibility and expand a little, update link toward 
newer binding draft.
---
 src/components/nms/providers/amqp/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/nms/providers/amqp/index.md 
b/src/components/nms/providers/amqp/index.md
index d2c826b..54b872a 100644
--- a/src/components/nms/providers/amqp/index.md
+++ b/src/components/nms/providers/amqp/index.md
@@ -5,6 +5,8 @@ title-class: page-title-nms
 type: nms
 ---
 
+**NOTE:** *This component is currently a work in progress. This is info and 
developer docs, user docs such as downloads etc will be added upon release.*
+
 ### Overview
 The goal of this project is to combine the [.NET Message Service API](../..) 
(NMS) with
 the [Advanced Message Queuing Protocol (AMQP)](https://www.amqp.org/) 1.0 
standard wireline protocol. Historically, the Apache community created the NMS 
API which provided a vendor agnostic .NET interface to a variety of messaging 
systems. 
@@ -18,8 +20,6 @@ The key to enabling vendor independence and mass adoption of 
technology is to co
  - __No Migration Risk:__ Since AMQP 1.0 is a wireline standard, you won't run 
into the problems that used to happen when switching between implementations.
  - __Innovation:__ Competition is a key component of technology innovation. 
Directly competitive messaging implementations, with seamless pluggability, 
forces vendors to innovate and differentiate.
 
-This component is currently a work in progress, once released 
releases/downloads will linked to, please see below.
-
 ### Contributing
 If you are a .NET developer that doesn't want to be locked into a messaging 
implementation then get engaged with this project. Here you will find the open 
source code base and please provide comments and make your own enhancements. 
 
@@ -27,7 +27,7 @@ Grab the Source from git
 https://github.com/apache/activemq-nms-amqp
 
 #### Overall Architecture
-Apache-NMS-AMQP should bridge the familiar NMS concepts to AMQP protocol 
concepts as described in the document 
[amqp-bindmap-jms-v1.0-wd07.pdf](https://www.oasis-open.org/committees/download.php/59981/amqp-bindmap-jms-v1.0-wd07.pdf).
+Apache-NMS-AMQP should bridge the familiar NMS concepts to AMQP protocol 
concepts as described in the document 
[amqp-bindmap-jms-v1.0-wd09.pdf](https://www.oasis-open.org/committees/download.php/60574/amqp-bindmap-jms-v1.0-wd09.pdf).
 So in general most of the top level classes that implement the Apache.NMS 
interface _Connection, Session, MessageProducer,_ etc  create, manage, and 
destroy the amqpnetlite equivalent object _Connection, Session, Link,_ etc.
 
 #### AMQP1.0 Protocol Engine AmqpNetLite

Reply via email to