RabbitMQ

 Installation issue on RabbitMQ version 3.12.6 and erlang 25.3.2 - config file changes

Dan Hufford's profile image
Dan Hufford posted Oct 27, 2023 10:45 AM

New Production server built:

installing RabbitMQ on new production servers with RabbitMQ version 3.12.6 and erlang 25.3.2.

post the installation after setting the environment variables for the RabbitMQ config path, RabbitMQ services are getting dropped

 

RabbitMQ config path = customized location

RabbitMQ installation path = customized location

erlang installation path = customized location

installed OS = Microsoft windows server 2022 standard

 

work around applied:

post the config location is changed work around applied like from the command prompt stopped the service, removed the service and installed the service.

post these steps RabbitMQ service is not coming up

 

when we removed the config file from customized location, RabbitMQ service is stable.

Erlang cookie file is getting copied with wrong Key under RabbitMQ app data folder, which doesn't match with system cookie file. 

 

these are production migration servers needs the support at earliest possible.

 

Environment variables:

setx RABBITMQ_CONFIG_FILE "C:\rmq_config\rabbitmq.conf" /M

setx RABBITMQ_DIST_PORT "25672" /M

setx RABBITMQ_NODE_PORT "5672" /M

setx RABBITMQ_USE_LONGNAME "true" /M