I would like to create rabbitmq queues everytime my Spring Boot application starts (if queues don't exists already).
In the current architecture, we manually create durabl queues using rabbitmq admin. But we want our application, to detect new queues in the configuration and create durable ones if they don't exist