From c5d4420b0bf574200158ba943d74f9bfd13ad56e Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Tue, 16 Dec 2008 21:41:01 +0000 Subject: LVQ queue option for no acquire git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@727166 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/QueueOptions.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/QueueOptions.h') 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; }; } -- cgit v1.2.1