thanks for your reply. I'm quite new to servicemix. Does that mean that your 2nd option would not work?
Is option 1) global? All http endpoints will be affected? Isn't it possible to configure a jetty client from sppring, and pass it to the endpoint? regards, attila iocanel wrote: > > > > iocanel wrote: >> >> The HttpProviderEndpoint and HttpSoapProviderEndpoint use a pool of jetty >> client connections. By default this pool is managed/configured by the >> endpoint itself and not the endpoint. >> >> There are 2 ways to set the timeout. >> 1) Configure it on the component by editing the component.properties >> file. >> 2) Specify the your endpoint uses its own client. you can do that by >> adding >> ownClient="true" on your endpoint. >> >> Edit: I checked the source and it set explicitly the timeout even when >> the client is shared. :-(( >> >> >> > > -- View this message in context: http://old.nabble.com/http%3Asoap-provider-timeout-question-tp28398366p28402547.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
