[rabbitmq-discuss] rabbitmq.config location and link
m.luchak at smartasking.com
m.luchak at smartasking.com
Tue Aug 28 16:28:03 BST 2012
nevermind... got it to load on start... but I have an error in the file
"(error in config file "/etc/rabbitmq/rabbitmq.config" (none): no ending <dot> found)"
here's my .config... can someone tell me what I've missed? A dot at the end ;)? Do I need a complet .config or is it ok to just define the tcp settings..?
[{tcp_listen_options, [binary,
{packet, raw},
{reuseaddr, true},
{backlog, 128},
{nodelay, true},
{exit_on_close, false},
{keepalive, true}]},
{tcp_listeners,[5672]},
{trace_vhosts,[<<"/">>]},
{vm_memory_high_watermark,0.4}]
-----Original Message-----
From: m.luchak at smartasking.com
Sent: Tuesday, August 28, 2012 10:23am
To: "Discussions about RabbitMQ" <rabbitmq-discuss at lists.rabbitmq.com>
Subject: [rabbitmq-discuss] rabbitmq.config location and link
Hi All,
I have created a rabbitmq.config file in "\etc\rabbitmq\" (ubuntu RabbitMQ 2.8.5) but I can't seem to point my instance to pick it up.. I have configured tcp keepalive true in the .config file but when I restart and run report the configs were not picked up..
How can I get Rabbitmq to pick up the .config file?
thansk,
Matthew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120828/4444e444/attachment.htm>
More information about the rabbitmq-discuss
mailing list