TylerMurali commented on PR #1865: URL: https://github.com/apache/activemq/pull/1865#issuecomment-4185517318
I might have reasoned is wrongly, It was an hard one to track down, used to happens once in a while across our hundreds of bridge installs. One customer with the network instability it was happening few times in a week bringing system down. I believe a combination of Inactivity monitor exception and failure to negotiate the broker info after SSL is established and FutureBrokerInfo object state are contributing for not triggering a restart on the bridge connector. Throwing the ServiceException() in a more deterministic way has fixed the issue. -- 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
