Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ESB-1237
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Freeman Fang
Reporter: Stan Lewis
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FUSE ESB

Add "timeout" property to HttpProviderEndpoint

Created: 26/Jul/10 03:49 PM   Updated: 16/Sep/10 07:55 AM
Component/s: servicemix-http
Affects Version/s: 3.4.0.5-fuse, 4.2.0-fuse-01-00
Fix Version/s: 3.4.0.7-fuse, 4.3.0-fuse-02-00

External Issue URL: https://issues.apache.org/activemq/browse/SMXCOMP-722


 Description  « Hide
The Jetty HttpClient implementation has a "timeout" property that controls how long the client waits for a response from the server. We should expose this from org.apache.servicemix.http.endpoints.HttpProviderEndpoint so it can be configured easily, as the default is 320 seconds.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Freeman Fang added a comment - 30/Jul/10 07:14 AM
the property name is providerExpirationTime, the default value is 300 seconds.
Besides configure it per HttpProviderEndpoint, also users can configuration it for shared jettyClient across HttpComponent through /component.properties