[
https://issues.apache.org/jira/browse/AMQ-6397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15424518#comment-15424518
]
ASF subversion and git services commented on AMQ-6397:
------------------------------------------------------
Commit 06e929f1016571f9e5a024e42a4fc5298d9f9684 in activemq's branch
refs/heads/master from [~cshannon]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=06e929f ]
https://issues.apache.org/jira/browse/AMQ-6397
Setting the HTTP timeout for all HttpClients instead of just on send
> 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
> 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)