cshannon commented on PR #2553: URL: https://github.com/apache/activemq/pull/2553#issuecomment-5602504389
Instead of the null check here, it might make more sense to check the state of the broker and see if it's the active broker or the standby. If it's the active broker, and the broker object is null, that would mean a real error and the exception should be thrown. -- 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
