diff options
-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> |