Creating queues under "broken" vhosts
rasjoh opened this issue · 0 comments
rasjoh commented
When defining a vhost with a certain config that already exist with a different configuration renders an error
Config:
vhosts:
/:
tracing: true
Error:
10:37:01.019 ERROR - Encountered 1 errors, exiting:
- vhost '/' exists but with wrong configuration: VHostData(tracing=false), expected: VHostData(tracing=true)
Creating a queue under that vhost will create that queue regardless of that the vhost gave an error in the first place. Should it be this way or abort on all actions under the "broken" vhost?