mirror of https://github.com/apache/activemq.git
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 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 Logger LOG = LoggerFactory.getLogger(HttpClientTransport.class);
|
||||||
private static final IdGenerator CLIENT_ID_GENERATOR = new IdGenerator();
|
private static final IdGenerator CLIENT_ID_GENERATOR = new IdGenerator();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue