summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-11-17 17:03:43 +0000
committerAlan Conway <aconway@apache.org>2008-11-17 17:03:43 +0000
commit4aad013bdb4fcac090a31d20b333345865a32309 (patch)
treed95fa97a418ed096b33d093ca23a4be1dc6f86fb /cpp/src/qpid/broker/Queue.h
parent392cd6f2b17e51631dde930668d437356430ab82 (diff)
downloadqpid-python-4aad013bdb4fcac090a31d20b333345865a32309.tar.gz
Remove optimistic consume options. Better default message for SSL errors.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718277 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Queue.h')
-rw-r--r--cpp/src/qpid/broker/Queue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Queue.h b/cpp/src/qpid/broker/Queue.h
index 21cb5ad42d..76d9a59c3e 100644
--- a/cpp/src/qpid/broker/Queue.h
+++ b/cpp/src/qpid/broker/Queue.h
@@ -76,7 +76,6 @@ namespace qpid {
OwnershipToken* exclusive;
bool noLocal;
bool lastValueQueue;
- bool optimisticConsume;
bool persistLastNode;
bool inLastNodeFailure;
std::string traceId;