Author: jross
Date: Tue Feb 16 23:13:28 2016
New Revision: 1730769

URL: http://svn.apache.org/viewvc?rev=1730769&view=rev
Log:
QPID-6970: Try to economically express the idea that client means messaging 
API, sort of

Modified:
    qpid/site/docs/components/index.html
    qpid/site/input/components/index.md

Modified: qpid/site/docs/components/index.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/components/index.html?rev=1730769&r1=1730768&r2=1730769&view=diff
==============================================================================
--- qpid/site/docs/components/index.html (original)
+++ qpid/site/docs/components/index.html Tue Feb 16 23:13:28 2016
@@ -134,8 +134,13 @@ of the widely used
 API.  The <a href="messaging-api/index.html">Qpid Messaging API</a> is a
 connection-oriented API that supports many languages.</p>
 
+<p>The term "client" is often used to refer to messaging APIs, but some
+messaging APIs, such as Qpid Proton, can be used to implement any kind
+of messaging component, including clients, servers, bridges, and
+proxies.</p>
+
 <p><strong>Messaging servers</strong> are message-transfer intermediaries that 
provide
-additional services such as store-and-forward for improved
+additional behaviors such as store-and-forward for improved
 reliability.</p>
 
 <p>The Qpid message brokers are full-featured
@@ -147,7 +152,7 @@ implementations, the <a href="java-broke
 
 <p><a href="dispatch-router/index.html">Dispatch router</a> is a new kind of
 messaging server.  It allows you to build redundant router networks
-connecting clients and brokers.</p>
+connecting clients, brokers, and standalone services.</p>
 
 <h2 id="messaging-apis">Messaging APIs</h2>
 

Modified: qpid/site/input/components/index.md
URL: 
http://svn.apache.org/viewvc/qpid/site/input/components/index.md?rev=1730769&r1=1730768&r2=1730769&view=diff
==============================================================================
--- qpid/site/input/components/index.md (original)
+++ qpid/site/input/components/index.md Tue Feb 16 23:13:28 2016
@@ -37,8 +37,13 @@ of the widely used
 API.  The [Qpid Messaging API](messaging-api/index.html) is a
 connection-oriented API that supports many languages.
 
+The term "client" is often used to refer to messaging APIs, but some
+messaging APIs, such as Qpid Proton, can be used to implement any kind
+of messaging component, including clients, servers, bridges, and
+proxies.
+
 **Messaging servers** are message-transfer intermediaries that provide
-additional services such as store-and-forward for improved
+additional behaviors such as store-and-forward for improved
 reliability.
 
 The Qpid message brokers are full-featured
@@ -50,7 +55,7 @@ implementations, the [Java broker](java-
 
 [Dispatch router](dispatch-router/index.html) is a new kind of
 messaging server.  It allows you to build redundant router networks
-connecting clients and brokers.
+connecting clients, brokers, and standalone services.
 
 ## Messaging APIs
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to