Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 714049083 for ; Fri, 24 Feb 2012 17:47:05 +0000 (UTC) Received: (qmail 95230 invoked by uid 500); 24 Feb 2012 17:47:05 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 95200 invoked by uid 500); 24 Feb 2012 17:47:05 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 90869 invoked by uid 99); 24 Feb 2012 17:44:42 -0000 X-ASF-Spam-Status: No, hits=3.0 required=5.0 tests=FORGED_YAHOO_RCVD,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Date: Fri, 24 Feb 2012 09:44:14 -0800 (PST) From: JoeR To: users@camel.apache.org Message-ID: <1330105454435-5513475.post@n5.nabble.com> In-Reply-To: <4F47C095.7090008@gmail.com> References: <1330027234805-5509173.post@n5.nabble.com> <4F46F947.2010807@gmail.com> <1330098333980-5513123.post@n5.nabble.com> <4F47C095.7090008@gmail.com> Subject: Re: Setting timeout for http-conf:client doesn't seem to work MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have attempted the following and it did not timeout. The external service it was call was sleeping for: try { Thread.sleep(60000*5); } catch (Exception e) { LOG.info("Exception - Interrupted");} I was expecting a timeout after 1 minute, but the service returned after 5 minutes. Is there anything else that needs to be configured to enable the timeout ? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Setting-timeout-for-http-conf-client-doesn-t-seem-to-work-tp5509173p5513475.html Sent from the Camel - Users mailing list archive at Nabble.com.