From f31ce3a04e59da295f397379025809c16ee1258d Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 22 Sep 2008 17:39:13 +0000 Subject: Keep same default policy as before. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@697916 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/QueuePolicy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/broker/QueuePolicy.cpp b/cpp/src/qpid/broker/QueuePolicy.cpp index 8aeaaabd55..c8980b8b4d 100644 --- a/cpp/src/qpid/broker/QueuePolicy.cpp +++ b/cpp/src/qpid/broker/QueuePolicy.cpp @@ -109,7 +109,7 @@ std::string QueuePolicy::getType(const FieldTable& settings) transform(t.begin(), t.end(), t.begin(), tolower); if (t == REJECT || t == FLOW_TO_DISK || t == RING || t == RING_STRICT) return t; } - return REJECT; + return FLOW_TO_DISK; } void QueuePolicy::setDefaultMaxSize(uint64_t s) -- cgit v1.2.1