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 | 7850aae1130943ddca116f5a4e23eaaa9567c09e (patch) | |
| tree | 81a04414174d5d2c9929cf247c568a61721ca204 /qpid/doc/book/src/Programming-In-Apache-Qpid.xml | |
| parent | cf0dbf0c6ecb6ac67d6a7089296f3d3eaaaa0ff5 (diff) | |
| download | qpid-python-7850aae1130943ddca116f5a4e23eaaa9567c09e.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@980137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/Programming-In-Apache-Qpid.xml')
| -rw-r--r-- | qpid/doc/book/src/Programming-In-Apache-Qpid.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml index 5703f87d13..cb99bf0bee 100644 --- a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/qpid/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> |
