You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2019/08/27 23:19:48 UTC

[activemq-nms-amqp] branch master updated: NO-JIRA - Update bindmap to 09 version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 483575f  NO-JIRA - Update bindmap to 09 version
483575f is described below

commit 483575fd18950d21bb60e4460bf3b9fa8e89cb63
Author: Michael André Pearce <mi...@apache.org>
AuthorDate: Wed Aug 28 00:19:44 2019 +0100

    NO-JIRA - Update bindmap to 09 version
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0166ec8..0ca158c 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ If you are a .NET developer that doesn't want to be locked into a messaging impl
 Apache-NMS-AMQP uses [AmqpNetLite](https://github.com/Azure/amqpnetlite) as the underlying AMQP 1.0 transport Protocol engine. 
 
 ### 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.
 
 ### Building With Visual Studio 2017