diff options
-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> |