You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/05/24 14:58:41 UTC

[2/8] qpid-cpp git commit: QPID-7756: remove stale introduction that we link past anyway

QPID-7756: remove stale introduction that we link past anyway


Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/6ef38e82
Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/6ef38e82
Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/6ef38e82

Branch: refs/heads/master
Commit: 6ef38e82047d0201e49ff23999b0ea3716baf5a3
Parents: 753d03c
Author: Robert Gemmell <ro...@apache.org>
Authored: Wed May 24 15:45:52 2017 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Wed May 24 15:57:54 2017 +0100

----------------------------------------------------------------------
 .../programming/Programming-In-Apache-Qpid.xml  | 37 --------------------
 1 file changed, 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/6ef38e82/docs/book/src/programming/Programming-In-Apache-Qpid.xml
----------------------------------------------------------------------
diff --git a/docs/book/src/programming/Programming-In-Apache-Qpid.xml b/docs/book/src/programming/Programming-In-Apache-Qpid.xml
index 5ae9070..d13ec78 100644
--- a/docs/book/src/programming/Programming-In-Apache-Qpid.xml
+++ b/docs/book/src/programming/Programming-In-Apache-Qpid.xml
@@ -27,43 +27,6 @@ under the License.
   <subtitle>Cross-Platform AMQP Messaging in Java JMS, .NET, C++, and Python</subtitle>
 
   <chapter>
-    <title>Introduction</title>
-
-    <para>Apache Qpid is a reliable, asynchronous messaging system that
-    supports the AMQP messaging protocol in several common programming
-    languages. Qpid is supported on most common platforms.
-    </para>
-
-    <itemizedlist>
-      <listitem>
-	<para>
-	  On the Java platform, Qpid uses the
-	  established <ulink url="http://java.sun.com/products/jms/">Java JMS
-	  API</ulink>.
-	</para>
-      </listitem>
-      <listitem>
-	<para>
-	  For Python, C++, and .NET, Qpid defines its own messaging API, the
-	  <firstterm>Qpid Messaging API</firstterm>, which is
-	  conceptually similar in each.
-	</para>
-	<para>
-	  On the .NET platform, Qpid also provides a WCF binding.
-	</para>
-      </listitem>
-      <listitem>
-	<para>
-	  Ruby will also use the Qpid Messaging API, which will soon
-	  be implemented. (Ruby currently uses an API that is closely
-	  tied to the AMQP version).
-	</para>
-      </listitem>
-    </itemizedlist>
-
-  </chapter>
-
-  <chapter>
     <title>Using the Qpid Messaging API</title>
 
     <para>The Qpid Messaging API is quite simple, consisting of only a


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org