diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-19 08:06:13 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-19 08:06:13 +0100 |
| commit | e1ab8022667cfdbfacab2ecbc71f9c73f1abe3e2 (patch) | |
| tree | 1ebacba33aeb4f803f156f57fe6a81ff7dbd5da6 | |
| parent | 68c2a43dc7a26950d7076da97c8836c3eddc1ff4 (diff) | |
| download | rabbitmq-server-git-e1ab8022667cfdbfacab2ecbc71f9c73f1abe3e2.tar.gz | |
tweak to assist testing
...outside the context of the rabbit app
cherry-picked from bug 21673.
| -rw-r--r-- | src/rabbit_amqqueue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl index f1b527681c..635d8ec0b5 100644 --- a/src/rabbit_amqqueue.erl +++ b/src/rabbit_amqqueue.erl @@ -154,7 +154,7 @@ start() -> DurableQueues = find_durable_queues(), - {ok, BQ} = application:get_env(backing_queue_module), + {ok, BQ} = application:get_env(rabbit, backing_queue_module), ok = BQ:start([QName || #amqqueue{name = QName} <- DurableQueues]), {ok,_} = supervisor:start_child( rabbit_sup, |
