From 8362a8ce23f94b51ded1c41133069b69b31cf5dd Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Wed, 8 Oct 2008 18:35:46 +0000 Subject: QPID-1306 - added lvq support - added lvq tests - added safety test for lvq - updated QueueOptions for lvq - some refactor to queue, to have signel pop loction git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@702958 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/QueueOptions.h | 7 ++++++- 1 file changed, 6 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 21333794ac..37cb8616e3 100644 --- a/cpp/src/qpid/client/QueueOptions.h +++ b/cpp/src/qpid/client/QueueOptions.h @@ -85,6 +85,11 @@ class QueueOptions: public framing::FieldTable */ void clearPersistLastNode(); + /** + * get the key used match LVQ in args for message transfer + */ + void getLVQKey(std::string& key); + /** * Use default odering policy */ @@ -100,7 +105,7 @@ class QueueOptions: public framing::FieldTable static const std::string strLastValueQueue; static const std::string strOptimisticConsume; static const std::string strPersistLastNode; - private: + static const std::string strLVQMatchProperty; -- cgit v1.2.1