[ https://issues.apache.org/jira/browse/AMQ-6397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15424520#comment-15424520 ]
Christopher L. Shannon edited comment on AMQ-6397 at 8/17/16 1:40 PM: ---------------------------------------------------------------------- Thanks for the patch, I have applied it to master and 5.14.x so it will go out with 5.14.1 was (Author: christopher.l.shannon): Thanks for the patch, I have applied it to master. > Configure HTTP timeouts in HttpClientTransport for receive in addition to send > ------------------------------------------------------------------------------ > > Key: AMQ-6397 > URL: https://issues.apache.org/jira/browse/AMQ-6397 > Project: ActiveMQ > Issue Type: Improvement > Components: Transport > Affects Versions: 5.11.0, 5.14.0 > Reporter: Nate Klein > Assignee: Christopher L. Shannon > Fix For: 5.14.1, 5.15.0 > > Attachments: patchfile.txt > > > We've experienced a situation where when creating a connection, the thread is > stuck in a socket read during the HTTP HEAD call to the broker from > HttpClientTransport: > {code} > httpClient.execute(httpMethod, new BasicResponseHandler()); > {code} > After reading through the usage of HttpClient, it looks as though soTimeout > is only set on the sent HttpClient instances, not the receive. This patch > adds the timeout to both. -- This message was sent by Atlassian JIRA (v6.3.4#6332)