mattrpav commented on issue #1920: URL: https://github.com/apache/activemq/issues/1920#issuecomment-4245318098
I don't think there is a solution in the current setup due to Spring and async combo. Async startup is needed, and the "don't" start flag (<broker .. start="false" ..>) is needed for the RuntimeConfig plugin to work at all. The _broker_ bean will always be present before online and regardless if slave or not slave, so the depends-on only has minor impact here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
