diff options
Diffstat (limited to 'doc/book/src/Programming-In-Apache-Qpid.xml')
| -rw-r--r-- | doc/book/src/Programming-In-Apache-Qpid.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml index 77e43a676b..b11dff420b 100644 --- a/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/doc/book/src/Programming-In-Apache-Qpid.xml @@ -38,30 +38,30 @@ <itemizedlist> <listitem> <para> - On the Java platform, Qpid uses the - established <ulink url="http://java.sun.com/products/jms/">Java JMS - API</ulink>. + For Python, C++, and .NET, Qpid defines its own messaging API, the + <firstterm>Qpid Messaging API</firstterm>, which is + conceptually similar in each supported language. </para> </listitem> <listitem> <para> - On the .NET platform, Qpid defines - a <ulink url="http://qpid.apache.org/wcf.html">WCF - binding</ulink>. + Support for this API in Ruby will be added soon (Ruby + currently uses an API that is closely tied to the AMQP + version). </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 supported language. + On the .NET platform, Qpid also defines provides + a <ulink url="http://qpid.apache.org/wcf.html">WCF + binding</ulink>. </para> </listitem> <listitem> <para> - Support for this API in Ruby will be added - soon (Ruby currently uses an API that is closely - tied to the AMQP version). + On the Java platform, Qpid implements the + established <ulink url="http://java.sun.com/products/jms/">Java + JMS API</ulink>. </para> </listitem> </itemizedlist> |
