diff options
| author | Gordon Sim <gsim@apache.org> | 2008-10-29 15:15:08 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-10-29 15:15:08 +0000 |
| commit | 20e253844fddd084eac9b80dc9cc73efff12dd28 (patch) | |
| tree | 7772f7360ec0bc8c7cabc49202d7b6bca038e7ec /cpp/src/qpid/client/FlowControl.h | |
| parent | 2dcb03fba0f117583a3dd669c46302bb6bb834a2 (diff) | |
| download | qpid-python-20e253844fddd084eac9b80dc9cc73efff12dd28.tar.gz | |
* added flag to SubscriptionSettings to control automatic completion of message
* removed automatic acquiring under autoAck mode
* added test for results from acquire requests
* added short txtest to the set of system tests run under make check
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/FlowControl.h')
| -rw-r--r-- | cpp/src/qpid/client/FlowControl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/qpid/client/FlowControl.h b/cpp/src/qpid/client/FlowControl.h index 0f5f8596ec..d2205aaa78 100644 --- a/cpp/src/qpid/client/FlowControl.h +++ b/cpp/src/qpid/client/FlowControl.h @@ -42,8 +42,9 @@ namespace client { * is renewed. * * In "window mode" credit is automatically renewed when a message is - * accepted. In non-window mode credit is not automatically renewed, - * it must be explicitly re-set (@see Subscription) + * completed (which by default happens when it is accepted). In + * non-window mode credit is not automatically renewed, it must be + * explicitly re-set (@see Subscription) */ struct FlowControl { static const uint32_t UNLIMITED=0xFFFFFFFF; |
