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 | 1a526764eb6ad9cab02bf42b9e4b5a09bcc7b762 (patch) | |
| tree | 89bffe50319abe68c391f13d93f4a74fb39db91e | |
| parent | 286d372f04b30ce4b5c6a1bc75038a0e23f4dfa0 (diff) | |
| download | qpid-python-1a526764eb6ad9cab02bf42b9e4b5a09bcc7b762.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@997221 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/doc/book/src/Programming-In-Apache-Qpid.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml index 8f2499e3ef..c27815192f 100644 --- a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/qpid/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> |
