summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-04-09 15:37:12 +0100
committerMatthew Sackman <matthew@lshift.net>2010-04-09 15:37:12 +0100
commitf21782367ae29ff419d1d51d2b76b3b6b44f34a4 (patch)
tree058cc2edb4e226459d80475b3fd437c02f79333e /ebin
parent3dee227bdc7bc391ef5b6c02a693c22d68ccaf8f (diff)
downloadrabbitmq-server-f21782367ae29ff419d1d51d2b76b3b6b44f34a4.tar.gz
All sorts of tidying, cosmetics, reorganisation and pruning. A veritable sm?rg?sbord of improvements.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index a481af08..ffac1cd8 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -19,7 +19,7 @@
{ssl_options, []},
{vm_memory_high_watermark, 0.4},
{msg_store_index_module, rabbit_msg_store_ets_index},
- {queue_internal_queue_module, rabbit_variable_queue},
+ {backing_queue_module, rabbit_variable_queue},
{default_user, <<"guest">>},
{default_pass, <<"guest">>},
{default_vhost, <<"/">>},