<div dir="ltr">One easy trick is to start up an Erlang REPL and past the entirety of your rabbitmq.config into it. �The file's contents are an Erlang term, and if you've got a typo that's malformed it, this will catch it. �It won't of course catch incorrect or meaningless, but syntactically sound settings.<div>
<br></div><div>Also, editing the files in an editor that supports Erlang syntax coloring will also help you catch a lot of unclosed delimiters and the like...</div><div><br></div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Fri, Dec 27, 2013 at 8:04 AM, k.madnani84 <span dir="ltr"><<a href="mailto:k.madnani84@gmail.com" target="_blank">k.madnani84@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
Is there a way to validate rabbitmq.config file before starting the rabbitmq<br>
server?<br>
<br>
Thanks.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://rabbitmq.1065348.n5.nabble.com/Validation-of-rabbitmq-config-file-tp32313.html" target="_blank">http://rabbitmq.1065348.n5.nabble.com/Validation-of-rabbitmq-config-file-tp32313.html</a><br>

Sent from the RabbitMQ mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br></div>