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 ba463fd  remove some stale details for code long deleted and 
never-released
ba463fd is described below

commit ba463fd8144b155731f835d70949c24df48ffc58
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Thu Mar 28 18:17:49 2019 +0000

    remove some stale details for code long deleted and never-released
---
 src/components/nms/documentation.md              |  1 -
 src/components/nms/providers/amqp.md             | 13 --------
 src/components/nms/providers/amqp/build-notes.md | 40 ------------------------
 src/components/nms/providers/amqp/examples.md    | 20 ------------
 4 files changed, 74 deletions(-)

diff --git a/src/components/nms/documentation.md 
b/src/components/nms/documentation.md
index 1ec37c8..d00326b 100644
--- a/src/components/nms/documentation.md
+++ b/src/components/nms/documentation.md
@@ -43,7 +43,6 @@ An NMS Provider is a .NET Assembly that provides an 
implementation of the NMS AP
 *   [MSMQ](providers/msmq) is an implementation of NMS using Microsoft's MSMQ 
API.
 *   [EMS](providers/ems) provider for talking to TIBCO's EMS message broker. 
To use this, you will need to following TIBCO's licensing requirements to 
acquire the TIBCO client assembly DLL. NMS does not ship with the TIBCO client 
assembly.
 *   [WCF](providers/wcf) provides support of Windows Communications Framework.
-*   [AMQP](providers/amqp) is an implementation of NMS using the [Apache Qpid 
Messaging API](https://qpid.apache.org/components/messaging-api/index.html). 
AMQP 1.0 protocol support is provided by [Apache Qpid 
Proton](https://qpid.apache.org/proton/index.html).
 
 ---
 
diff --git a/src/components/nms/providers/amqp.md 
b/src/components/nms/providers/amqp.md
deleted file mode 100644
index 486f340..0000000
--- a/src/components/nms/providers/amqp.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: default_md
-title: Apache.NMS.AMQP 
-title-class: page-title-nms
-type: nms
----
-
-The Apache NMS AMQP client provides an NMS layer on top of the Apache Qpid 
messaging client API. AMQP 1.0 support is provided by Apache Qpid Proton.
-
-*   [Build Notes](../amqp/build-notes)
-*   [Examples](../amqp/examples)
-
-
diff --git a/src/components/nms/providers/amqp/build-notes.md 
b/src/components/nms/providers/amqp/build-notes.md
deleted file mode 100644
index 9542cdd..0000000
--- a/src/components/nms/providers/amqp/build-notes.md
+++ /dev/null
@@ -1,40 +0,0 @@
----
-layout: default_md
-title: AMQP Build Notes 
-title-class: page-title-nms
-type: nms
----
-
-Default build
-=============
-
-Executing **nant** in the project home directory will produce two builds:
-
-*   Debug/Release .NET 2.0 x86 in the \\net-2.0 folder built with Visual 
Studio 2008
-*   Debug/Release .NET 4.0 x86 in the \\net-4.0 folder built with Visual 
Studio 2010
-
-Your build system must have Visual Studio 2008, Visual Studio 2010, or both to 
produce the desired build.
-
-Dependencies and restrictions
-=============================
-
-The version dependencies on Visual Studio and the x86-only restrictions are 
artefacts of the delivery mechanism for the vendor\\QPid\\Apache.QPID support 
libraries. These restrictions are important to understand for using this 
provider and for packaging this provider for your application.
-
-Support library components (x86 only)
--------------------------------------
-
-The support libraries consist of two parts:
-
-*   Native C++ Qpid Messaging (qpid*.dll, boost*.dll)
-*   .NET interop binding between .NET and the native C++ code 
(org.apache.qpid.messaging.dll)
-
-The C++ support libraries are compiled with specific versions of Visual Studio 
and linked to the corresponding MSVC runtime libraries. In this release of 
Apache.NMS.AMQP only the x86 versions of Apache.QPID are provided.
-
-Running the Apache.NMS.AMQP provider in an x64 environment or in a .NET 
application choosing AnyCPU will not work correctly. Please choose **x86** for 
your application _Platform target_.
-
-Run time library staging
-------------------------
-
-When your application runs make sure that all of the Apache.QPID support 
library dll files are copied to the final execution directory. When the support 
library files are not in same folder as _org.apache.qpid.messaging.dll_ then 
the Apache.NMS.AMQP provider may not load correctly. Having the support files 
on your application's PATH is not sufficient for successful loading.
-
-
diff --git a/src/components/nms/providers/amqp/examples.md 
b/src/components/nms/providers/amqp/examples.md
deleted file mode 100644
index 1053a23..0000000
--- a/src/components/nms/providers/amqp/examples.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-layout: default_md
-title: AMQP Examples 
-title-class: page-title-nms
-type: nms
----
-
-HelloWorld.cs
-=============
-
-The source kit for the Apache.NMS.AMQP provider includes a HelloWorld project.
-
-HelloWorld requires an AMQP 1.0 broker (either ActiveMQ or Qpidd) to be 
running on localhost:5672. Of course you may specify a different URI to select 
any broker.
-
-NUnit test cases
-================
-
-Please refer to the _amqp-test_ project test case source code for examples of 
acceptable values for this provider.
-
-

Reply via email to