mirror of
https://github.com/apache/activemq.git
synced 2025-02-06 01:59:15 +00:00
2a0b785a04
The handshake now takes place inside of the async task that timesout so that if the SSL handshake takes too long the connection attempt will honor protocolDetectionTimeout and actually timeout. Also, change the default of protocolDetectionTimeout to 30 seconds so it matches the rest of the broker's default connection timeout settings.