[rabbitmq-discuss] missing config file
KuzCO
kuzcorp at gmail.com
Tue May 22 21:42:35 BST 2012
hi,
after installation could not start the rabbit, the only weird thing
see is that there is no configuration file, try doing a file with the
basic things and always get an error in the file,doing wrong.
thanks.
centos 6.2
my config file
[
{auth_backends,[]},
{auth_mechanisms,[]},
{backing_queue_module,rabbit_variable_queue},
{cluster_nodes,[]},
{collect_statistics,fine},
{collect_statistics_interval,5000},
{default_permissions,[<<".*">>,<<".*">>,<<".*">>]},
{default_user,<<"guest">>},
{default_user_tags,[administrator]},
{default_vhost,<<"/">>},
{delegate_count,16},
{error_logger,{file,"/var/log/rabbitmq/rabbit at host.log"}},
{frame_max,131072},
{hipe_compile,false},
{included_applications,[]},
{msg_store_file_size_limit,16777216},
{msg_store_index_module,rabbit_msg_store_ets_index},
{queue_index_max_journal_entries,262144},
{sasl_error_logger,{file,"/var/log/rabbitmq/rabbit at host.log"}},
{server_properties,[]},
{ssl_listeners,[]},
{ssl_options,[]},
{tcp_listen_options,
[binary,
{packet,raw},
{reuseaddr,true},
{backlog,128},
{nodelay,true},
{exit_on_close,false}]},
{tcp_listeners,[5672]},
{trace_vhosts,[<<"/">>]},
{vm_memory_high_watermark,0.4}
].
More information about the rabbitmq-discuss
mailing list