summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/QueueOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/client/QueueOptions.h')
-rw-r--r--cpp/src/qpid/client/QueueOptions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/QueueOptions.h b/cpp/src/qpid/client/QueueOptions.h
index e9deb7ead8..c6cb071714 100644
--- a/cpp/src/qpid/client/QueueOptions.h
+++ b/cpp/src/qpid/client/QueueOptions.h
@@ -27,7 +27,7 @@ namespace qpid {
namespace client {
enum QueueSizePolicy {NONE, REJECT, FLOW_TO_DISK, RING, RING_STRICT};
-enum QueueOrderingPolicy {FIFO, LVQ};
+enum QueueOrderingPolicy {FIFO, LVQ, LVQ_NO_ACQUIRE};
/**
* A help class to set options on the Queue. Create a configured args while
@@ -94,6 +94,7 @@ class QueueOptions: public framing::FieldTable
static const std::string strLastValueQueue;
static const std::string strPersistLastNode;
static const std::string strLVQMatchProperty;
+ static const std::string strLastValueQueueNoAcquire;
};
}