<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 12 Dec 2013, at 19:31, Patrick Long wrote:</div><blockquote type="cite"><div dir="ltr">There are lots of posts about copying the cookie file onto all machines in a cluster.<div><br></div><div>I don't want to do that. I want to use the setcookie option. I have seen posts on how you can set it via the rabbitmq-server.bat but seeing as we are using the windows service I am guess I need to set it via that.</div>
<div><br></div></div></blockquote><div><br></div><div>I think you need to set the environment variable either for the whole system or for the user account under which the service runs. The relevant bit of the documentation (I think) is:</div><div><br></div><div><dt>Customise RabbitMQ Service Environment Variables</dt>
        <dd><p>
            <em>Note: </em>After setting environment variables,
            you may need to install the service again.
          </p><p>
            The <span class="code ">rabbitmq-service.bat</span> script
            recognises many of the same 
            <a href="https://www.rabbitmq.com/configure.html#customise-windows-environment">environment variables</a>
            as <span class="code ">rabbitmq-server.bat</span>, as well as a few additional
            service environment variables.
          </p>
        </dd><div><br></div><div>Have you tried re-installing the service after making those changes?</div></div><br><blockquote type="cite"><div dir="ltr"><div>I have tried <br clear="all"><div><br></div><div>set RABBITMQ_SERVER_START_ARGS=-setcookie "HEYEVHYLJHOBGFQASQHK"<br></div><div><br></div></div></div></blockquote><div><br></div><div>That would only work for the current shell session. You'll need to set it up via "My Computer" > "Advanced" > "Environment Variables" or some variation thereof. Not sure if you can set environment variables for individual services through the service manager these days, but that might work if it's possible.</div></div><br><div>Cheers,</div><div>Tim</div></body></html>