Author: kpvdr Date: Fri Jan 23 08:54:01 2009 New Revision: 737091 URL: http://svn.apache.org/viewvc?rev=737091&view=rev Log: Reverted checkin r.736814 as it breaks the store recover.
Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Queue.cpp Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Queue.cpp URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/Queue.cpp?rev=737091&r1=737090&r2=737091&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/qpid/broker/Queue.cpp (original) +++ qpid/trunk/qpid/cpp/src/qpid/broker/Queue.cpp Fri Jan 23 08:54:01 2009 @@ -708,13 +708,6 @@ 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"); --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org