summaryrefslogtreecommitdiff
path: root/doc/book/src/Programming-In-Apache-Qpid.xml
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-07-08 09:29:15 +0000
committerGordon Sim <gsim@apache.org>2010-07-08 09:29:15 +0000
commit3c340008d3b462811110fb6b250f0220d600d8c6 (patch)
tree39137d1ebb222330be2971b5e5cc5ddee8f845e4 /doc/book/src/Programming-In-Apache-Qpid.xml
parentb29ad6a2635f9af4b30b0f5307761f803c9be775 (diff)
downloadqpid-python-3c340008d3b462811110fb6b250f0220d600d8c6.tar.gz
Adjusted order in list for clarity
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc/book/src/Programming-In-Apache-Qpid.xml')
-rw-r--r--doc/book/src/Programming-In-Apache-Qpid.xml24
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>