Hello
I would like to know if there is any alternative to create / change / remove exchanges, queues and bindings without depending on the framework (in my case, Spring) for this.
We often need to change the name of a Routing Key, Queue, or Exchange, and these frameworks do not allow this kind of more refined change. As a consequence, the tendency is for the original names to remain. In the future, this ends up confusing the organization of the queues because you can not easily maintain their name and eventually reorganize them.
The ideal for me would be a tool that controls this, as with migration tools such as Liquibase, Flyway, etc.
Parallel to the database, currently letting Spring create everything in RabbitMQ seems analogous to letting the hbm2ddl switch on the "update" option in Hibernate.
I know that questions about tools are not appropriate in the OS, but since I did not find any alternatives to this problem then I thought the question was valid.