Hello,
This error is caused by the extra trailing backslash at the end of one of the double-quoted PATH components: "C:\Test\config\Security\" . RabbitMQ's environment parser assumes Bourne shell-style values, so even though it is a valid path component on Widows we lack the ability to parse it currently. If you remove the backslash after Security you should be able to proceed. Also, as Luke mentioned you will need to set RABBITMQ_NODENAME.
Hope this helps,
Adam
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit
https://groups.google.com/d/msgid/rabbitmq-users/0949f44d-df21-4878-885e-c790570f73e0n%40googlegroups.com.