summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/QueueFlowLimit.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3244: C++ broker should release flow control for a queue when it is dele...Kenneth Anthony Giusti2011-05-031-0/+15
* QPID-3243: correctly use --max-queue-count value to compute flow limit.Kenneth Anthony Giusti2011-05-031-3/+9
* QPID-3076: fix compilation for older version of boost library.Kenneth Anthony Giusti2011-04-281-3/+4
* QPID-3076: enable flow control for clustered broker configurations.Kenneth Anthony Giusti2011-04-281-57/+78
* QPID-3073: refactor to eliminate locks, malloc, and map insert/remove in rece...Kenneth Anthony Giusti2011-03-081-8/+3
* QPID-3081: add statistic for queue flow control transitionsKenneth Anthony Giusti2011-03-021-1/+3
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-0/+367