summaryrefslogtreecommitdiff
path: root/ebin/rabbit_app.in
diff options
context:
space:
mode:
Diffstat (limited to 'ebin/rabbit_app.in')
-rw-r--r--ebin/rabbit_app.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index bdf407eb..2cd28abb 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -11,16 +11,19 @@
rabbit_sup,
rabbit_tcp_client_sup]},
{applications, [kernel, stdlib, sasl, mnesia, os_mon]},
-%% we also depend on ssl but it shouldn't be in here as we don't
-%% actually want to start it
+%% we also depend on crypto, public_key and ssl but they shouldn't be
+%% in here as we don't actually want to start it
{mod, {rabbit, []}},
{env, [{tcp_listeners, [{"0.0.0.0", 5672}]},
{ssl_listeners, []},
{ssl_options, []},
{vm_memory_high_watermark, 0.4},
- {backing_queue_module, rabbit_invariable_queue},
+ {msg_store_index_module, rabbit_msg_store_ets_index},
+ {backing_queue_module, rabbit_variable_queue},
{persister_max_wrap_entries, 500},
{persister_hibernate_after, 10000},
+ {msg_store_file_size_limit, 16777216},
+ {queue_index_max_journal_entries, 262144},
{default_user, <<"guest">>},
{default_pass, <<"guest">>},
{default_vhost, <<"/">>},