rabbitmq / rabbitmq-management

RabbitMQ Management UI and HTTP API
https://www.rabbitmq.com/management.html
Other
370 stars 165 forks source link

Respect management.load_definitions for backwards compatibility #818

Closed michaelklishin closed 4 years ago

michaelklishin commented 4 years ago

Ever since definition load on boot has moved into the core, management.load_definitions is unintentionally ignored. Instead of trying to work around this in the core we should do it in this plugin, e.g. with an additional boot step.