diff options
author | Gordon Sim <gsim@apache.org> | 2010-09-15 08:10:04 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2010-09-15 08:10:04 +0000 |
commit | 86da43842075b56f5cea6cd31023d0c54936dbbd (patch) | |
tree | 16091c474310f9f71b58058548c08c6c5f61cd52 | |
parent | 0d6940e8dd815e311e51157cf41e8d378d1fe382 (diff) | |
download | qpid-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.xml | 2 |
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> |