diff options
| author | Gordon Sim <gsim@apache.org> | 2009-05-27 14:23:49 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-05-27 14:23:49 +0000 |
| commit | 8a1ff59c51e82a447037cfb9d8e23b1794ad2dcb (patch) | |
| tree | f8f8f8ac68198a9c0a54036eb662c82b863ac4c2 /cpp/src/qpid/broker/SessionAdapter.cpp | |
| parent | cc950c29b060874322441853975a7340b608fc00 (diff) | |
| download | qpid-python-8a1ff59c51e82a447037cfb9d8e23b1794ad2dcb.tar.gz | |
QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on newly joined nodes by informing
the queue of any logically enqueued messages that are currently acquired (but not accepted or
released).
QPID-1873: Ensure that the various properties of a queue (durability, exclusivity etc) are correctly replicated
to new cluster members.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@779183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionAdapter.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/SessionAdapter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionAdapter.cpp b/cpp/src/qpid/broker/SessionAdapter.cpp index 0ddd546a68..8217a46941 100644 --- a/cpp/src/qpid/broker/SessionAdapter.cpp +++ b/cpp/src/qpid/broker/SessionAdapter.cpp @@ -284,7 +284,6 @@ void SessionAdapter::QueueHandlerImpl::destroyExclusiveQueues() exclusiveQueues.erase(exclusiveQueues.begin()); } } - bool SessionAdapter::QueueHandlerImpl::isLocal(const ConnectionToken* t) const { |
