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/client/QueueOptions.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/client/QueueOptions.h')
| -rw-r--r-- | cpp/src/qpid/client/QueueOptions.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cpp/src/qpid/client/QueueOptions.h b/cpp/src/qpid/client/QueueOptions.h index 149bb6c34a..e9deb7ead8 100644 --- a/cpp/src/qpid/client/QueueOptions.h +++ b/cpp/src/qpid/client/QueueOptions.h @@ -54,12 +54,6 @@ class QueueOptions: public framing::FieldTable void setSizePolicy(QueueSizePolicy sp, uint64_t maxSize, uint32_t maxCount ); /** - * Enables optimistic consume allowing the consumer to dequeue the message before the - * broker has safe stored it. - */ - void setOptimisticConsume(); - - /** * Enables the persisting of a queue to the store module when a cluster fails down to it's last * node. Does so optimistically. Will start persisting when cluster count >1 again. */ @@ -76,11 +70,6 @@ class QueueOptions: public framing::FieldTable void clearSizePolicy(); /** - * Clear Optimistic Consume Policy - */ - void clearOptimisticConsume(); - - /** * Clear Persist Last Node Policy */ void clearPersistLastNode(); @@ -103,7 +92,6 @@ class QueueOptions: public framing::FieldTable static const std::string strRING; static const std::string strRING_STRICT; static const std::string strLastValueQueue; - static const std::string strOptimisticConsume; static const std::string strPersistLastNode; static const std::string strLVQMatchProperty; }; |
