diff options
| author | Alan Conway <aconway@apache.org> | 2008-11-17 17:03:43 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-11-17 17:03:43 +0000 |
| commit | 4aad013bdb4fcac090a31d20b333345865a32309 (patch) | |
| tree | d95fa97a418ed096b33d093ca23a4be1dc6f86fb /cpp/src/qpid/broker/Queue.h | |
| parent | 392cd6f2b17e51631dde930668d437356430ab82 (diff) | |
| download | qpid-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.h | 1 |
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; |
