mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 03:25:33 +00:00
Merge pull request #362 from suem/master
AMQ-6949: SocketTimeoutException when using HTTP transport connector
This commit is contained in:
commit
32ddadc7ab
@ -69,7 +69,7 @@ import org.slf4j.LoggerFactory;
|
||||
*/
|
||||
public class HttpClientTransport extends HttpTransportSupport {
|
||||
|
||||
public static final int MAX_CLIENT_TIMEOUT = 30000;
|
||||
public static final int MAX_CLIENT_TIMEOUT = 90000;
|
||||
private static final Logger LOG = LoggerFactory.getLogger(HttpClientTransport.class);
|
||||
private static final IdGenerator CLIENT_ID_GENERATOR = new IdGenerator();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user