<div dir="ltr">Hello, <br><br>what is the best practices for deploying changes to the rabbitmq server configuration between different production environments? <br><br>A little background: There are three different production environments (develop, test and production). Different teams relay on rabbitmq for there services and define queues and exchanges by as needed by there modules. For each release I have to select the right configurations for the module versions to be deployed. Currently this is done by textual descriptions, like ("version X need queues A, and exchanges B"). This is very error-prone. I was thinking of using the export and import for the management plugin. But I can't take the whole configuration from develop to test, to production, because parts of them belong to unfinished versions. <br><br>We are using Liquibase for our database schema migrations and I would like to adapt a similar scheme in order to manage change sets to the rabbitmq configuration. Are there any tools for this or what is your best practices? <br><br>Best regards,   <br> <br></div>