Currently, the additional setup after startup (for e.g., enabling plugins, defining exchanges, queues, and bindings) have to be done manually. Find a way to automate this so that it happens on startup to ensure creation of a consistent RabbitMQ setup.
Potential solutions could be to make use of the rabbitmq.conf and definitions.json files for the settings and schema configurations respectively.
Currently, the additional setup after startup (for e.g., enabling plugins, defining exchanges, queues, and bindings) have to be done manually. Find a way to automate this so that it happens on startup to ensure creation of a consistent RabbitMQ setup.
Potential solutions could be to make use of the
rabbitmq.conf
anddefinitions.json
files for the settings and schema configurations respectively.