[rabbitmq-discuss] Validation of rabbitmq.config file?

Jerry Kuch jkuch at gopivotal.com
Fri Dec 27 22:11:04 GMT 2013


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.

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...




On Fri, Dec 27, 2013 at 8:04 AM, k.madnani84 <k.madnani84 at gmail.com> wrote:

> Hi,
>
> Is there a way to validate rabbitmq.config file before starting the
> rabbitmq
> server?
>
> Thanks.
>
>
>
> --
> View this message in context:
> http://rabbitmq.1065348.n5.nabble.com/Validation-of-rabbitmq-config-file-tp32313.html
> Sent from the RabbitMQ mailing list archive at Nabble.com.
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131227/074d3109/attachment.html>


More information about the rabbitmq-discuss mailing list