diff options
| author | Ted Ross <tross@apache.org> | 2008-09-23 18:42:45 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-09-23 18:42:45 +0000 |
| commit | 1af11d7c52307f2cdd98db9ea9595bade6abbc9d (patch) | |
| tree | 630e8fbb47ef524dc8e49b4dbcd8e01e27956b2b /cpp/src/qpid/broker/Queue.h | |
| parent | 204ab92cbc433e499f4e7b6d4e5423924544c6c0 (diff) | |
| download | qpid-python-1af11d7c52307f2cdd98db9ea9595bade6abbc9d.tar.gz | |
QPID-1290 - Patch from William Henry
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@698275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Queue.h')
| -rw-r--r-- | cpp/src/qpid/broker/Queue.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/Queue.h b/cpp/src/qpid/broker/Queue.h index 8f6ae0b967..324e6fa1a1 100644 --- a/cpp/src/qpid/broker/Queue.h +++ b/cpp/src/qpid/broker/Queue.h @@ -161,6 +161,9 @@ namespace qpid { uint32_t purge(const uint32_t purge_request = 0); //defaults to all messages + //move qty # of messages to destination Queue destq + uint32_t move(const Queue::shared_ptr destq, uint32_t qty); + uint32_t getMessageCount() const; uint32_t getConsumerCount() const; inline const string& getName() const { return name; } |
