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 0EFD011B1C for ; Tue, 15 Jul 2014 09:24:01 +0000 (UTC) Received: (qmail 49683 invoked by uid 500); 15 Jul 2014 09:24:00 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 49634 invoked by uid 500); 15 Jul 2014 09:24:00 -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 Received: (qmail 49622 invoked by uid 99); 15 Jul 2014 09:24:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2014 09:24:00 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=NORMAL_HTTP_TO_IP,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2014 09:23:55 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1X6yxR-0000WK-U8 for users@camel.apache.org; Tue, 15 Jul 2014 02:23:33 -0700 Date: Tue, 15 Jul 2014 02:23:33 -0700 (PDT) From: vadimiron To: users@camel.apache.org Message-ID: <1405416213928-5753828.post@n5.nabble.com> In-Reply-To: References: <1405409290393-5753819.post@n5.nabble.com> <1405413027064-5753823.post@n5.nabble.com> <1405415362206-5753825.post@n5.nabble.com> Subject: Re: Dynamic Endpoint URI - jetty producer's too many threads - Request parameter as part of the URL MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Some more information: as starting point of our route we have a jetty server from("jetty:http://0.0.0.0:8080/myservice?httpClient.idleTimeout=30000&httpClient.soTimeout=30000") .setHeader(Exchange.HTTP_URI, simple("http://172.29.15.37/service/lala")) .to("http://localhost") That the whole route, that i am testing now - the request ( .to() ) goes to http://localhost, and not to http://172.29.15.37/service/lala -- View this message in context: http://camel.465427.n5.nabble.com/Dynamic-Endpoint-URI-jetty-producer-s-too-many-threads-Request-parameter-as-part-of-the-URL-tp5753819p5753828.html Sent from the Camel - Users mailing list archive at Nabble.com.