diff options
| author | Gordon Sim <gsim@apache.org> | 2006-11-16 14:43:29 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2006-11-16 14:43:29 +0000 |
| commit | d965a29414762f0b3bbc840485f6327c3d523946 (patch) | |
| tree | f02b8ef08ca5dceba1b8f1dd093555ee4d34ac2e /cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp | |
| parent | 0687c0569835a967678cb23622db00faa3b18938 (diff) | |
| download | qpid-python-d965a29414762f0b3bbc840485f6327c3d523946.tar.gz | |
Minor modifications for recovery and debug.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@475753 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp b/cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp index 5b7bb1ff5e..57fff37653 100644 --- a/cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp +++ b/cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp @@ -48,12 +48,10 @@ SessionHandlerFactoryImpl::SessionHandlerFactoryImpl(const std::string& _store, exchanges.declare(amq_topic, TopicExchange::typeName); exchanges.declare(amq_fanout, FanOutExchange::typeName); exchanges.declare(amq_match, HeadersExchange::typeName); - cleaner.start(); -} -void SessionHandlerFactoryImpl::recover() -{ if(store.get()) store->recover(queues); + + cleaner.start(); } SessionHandler* SessionHandlerFactoryImpl::create(SessionContext* ctxt) |
