cshannon commented on PR #2590: URL: https://github.com/apache/activemq/pull/2590#issuecomment-5779013864
I don't really understand why we are retrying on IOException. That's usually a pretty fatal exception, retrying seems bad and I could see it getting into a loop. What possible IOException could happen that is retriable? The broker will just shut down on IOException in many cases. So having a blanket retry doesn't seem like a great idea. -- 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
