Search code examples
rabbitmqrabbitmqctl

RabbitMQ on Windows - enable the Firehose on service restart


Is there a way to setup RabbitMQ in a way that the Firehose is autamatically enabled (for a single virtual host preferably) after a Windows or RabbitMQ service restart?


Solution

  • As described in Running RabbitMQ Server as a Service (on Windows) doc,

    The service runs using the rabbitmq-service.bat script in sbin.

    So you can customize it to get desired behavior.