summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-09-15 08:10:04 +0000
committerGordon Sim <gsim@apache.org>2010-09-15 08:10:04 +0000
commit86da43842075b56f5cea6cd31023d0c54936dbbd (patch)
tree16091c474310f9f71b58058548c08c6c5f61cd52
parent0d6940e8dd815e311e51157cf41e8d378d1fe382 (diff)
downloadqpid-python-86da43842075b56f5cea6cd31023d0c54936dbbd.tar.gz
QPID-2851: Replace ambiguous and confusing use of 'queue' with something clearer.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@997221 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--doc/book/src/Programming-In-Apache-Qpid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml
index 8f2499e3ef..c27815192f 100644
--- a/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -1448,7 +1448,7 @@ options := map
<para>The sender can be queried for the available space (i.e. the
unused capacity), and for the current count of unsettled messages
- (i.e. those held in the queue pending confirmation by the
+ (i.e. those held in the replay list pending confirmation by the
server). When the unsettled count is zero, all messages on that
sender have been successfully sent.</para>