1 #ifndef QPID_CLIENT_FLOWCONTROL_H
2 #define QPID_CLIENT_FLOWCONTROL_H
FlowControl(uint32_t messages_=0, uint32_t bytes_=0, bool window_=false)
static FlowControl byteWindow(uint32_t bytes_)
static FlowControl messageCredit(uint32_t messages_)
uint32_t messages
Message credit: subscription can accept up to this many messages.
bool operator==(const FlowControl &x)
static FlowControl unlimited()
uint32_t bytes
Byte credit: subscription can accept up to this many bytes of message content.
static const uint32_t UNLIMITED
static FlowControl byteCredit(uint32_t bytes_)
This file was automatically generated from the AMQP specification.
static FlowControl messageWindow(uint32_t messages_)
Flow control works by associating a finite amount of "credit" with a subscription.
static FlowControl zero()