From 3ebc9726ce3681abc73f7e5ecc3bbf598880db7d Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Fri, 23 Jan 2009 16:54:01 +0000 Subject: Reverted checkin r.736814 as it breaks the store recover. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737091 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/Queue.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpp') diff --git a/cpp/src/qpid/broker/Queue.cpp b/cpp/src/qpid/broker/Queue.cpp index 7a578c26b5..962b463571 100644 --- a/cpp/src/qpid/broker/Queue.cpp +++ b/cpp/src/qpid/broker/Queue.cpp @@ -708,13 +708,6 @@ void Queue::configure(const FieldTable& _settings) noLocal = _settings.get(qpidNoLocal); QPID_LOG(debug, "Configured queue with no-local=" << noLocal); - /* In some pathways (cluster sync) we may get to this - * point with a durable queue that does not yet have - * a store created for it. - */ - if ( isDurable() && (! getPersistenceId() ) ) - store->create(*this, _settings); - lastValueQueue= _settings.get(qpidLastValueQueue); if (lastValueQueue) QPID_LOG(debug, "Configured queue as Last Value Queue"); -- cgit v1.2.1