diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2009-01-23 16:54:01 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2009-01-23 16:54:01 +0000 |
| commit | f644c5c934d2a82bb848c70e704d2765b88a3685 (patch) | |
| tree | af7ba2041d91b282e252bf92d7563fd7eac850da /qpid/cpp/src | |
| parent | 773959579b14f88d2265038397e888f65149af1a (diff) | |
| download | qpid-python-f644c5c934d2a82bb848c70e704d2765b88a3685.tar.gz | |
Reverted checkin r.736814 as it breaks the store recover.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@737091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/Queue.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qpid/cpp/src/qpid/broker/Queue.cpp b/qpid/cpp/src/qpid/broker/Queue.cpp index 7a578c26b5..962b463571 100644 --- a/qpid/cpp/src/qpid/broker/Queue.cpp +++ b/qpid/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"); |
