diff options
author | Jonathan Robie <jonathan@apache.org> | 2010-07-28 17:45:18 +0000 |
---|---|---|
committer | Jonathan Robie <jonathan@apache.org> | 2010-07-28 17:45:18 +0000 |
commit | 0237f249ae8b34f766ce863e428b5ca6351adc12 (patch) | |
tree | 0442e08c781c427ad25849b6c6840a1b036cb294 | |
parent | 07a60b00ca2e5935b79de5d0be10556c2d3721d4 (diff) | |
download | qpid-python-0237f249ae8b34f766ce863e428b5ca6351adc12.tar.gz |
Restored mention of .NET in the messaging API description. Neatened up description of Ruby.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@980137 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | doc/book/src/Programming-In-Apache-Qpid.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml index 5703f87d13..cb99bf0bee 100644 --- a/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/doc/book/src/Programming-In-Apache-Qpid.xml @@ -45,22 +45,18 @@ </listitem> <listitem> <para> - On the .NET platform, Qpid defines - a <ulink url="http://qpid.apache.org/wcf.html">WCF - binding</ulink>. + For Python, C++, and .NET, Qpid defines its own messaging API, the + <firstterm>Qpid Messaging API</firstterm>, which is + conceptually similar in each. </para> - </listitem> - <listitem> <para> - For Python and C++, Qpid defines its own messaging API, the - <firstterm>Qpid Messaging API</firstterm>, which is - conceptually similar in each supported language. + On the .NET platform, Qpid also provides a WCF binding. </para> </listitem> <listitem> <para> - Support for this API in Ruby will be added - soon (Ruby currently uses an API that is closely + 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> |