summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-10-13 16:15:29 +0100
committerMatthew Sackman <matthew@lshift.net>2009-10-13 16:15:29 +0100
commit4ef2ed434c2f3c2c8e83ff6670ad7347f390b562 (patch)
treeb74b961735af2276650849fb3ba9e9f32e3f5b31 /src/rabbit.erl
parent02e5493c4de8be92e447d904b7bc41cd5475da02 (diff)
downloadrabbitmq-server-git-4ef2ed434c2f3c2c8e83ff6670ad7347f390b562.tar.gz
most of the rewiring is done. Need to sort out how to delete non durable queues on start up, which is a bit cyclical, as I'd like to not start the msg_store until we know which queues are durable and which aren't, but we also can't start the queues until the msg_store is running. Fun.
Diffstat (limited to 'src/rabbit.erl')
-rw-r--r--src/rabbit.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index 4e027ca824..b859c4affa 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -150,6 +150,7 @@ start(normal, []) ->
ok = start_child(rabbit_router),
ok = start_child(rabbit_node_monitor),
ok = start_child(rabbit_guid),
+ %% TODO - this should probably use start_child somehow too
ok = rabbit_queue_index:start_msg_store()
end},
{"recovery",