Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 017EA183F9 for ; Tue, 15 Mar 2016 19:48:34 +0000 (UTC) Received: (qmail 96189 invoked by uid 500); 15 Mar 2016 19:48:33 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 96085 invoked by uid 500); 15 Mar 2016 19:48:33 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 96069 invoked by uid 99); 15 Mar 2016 19:48:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2016 19:48:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 84FA52C1F64 for ; Tue, 15 Mar 2016 19:48:33 +0000 (UTC) Date: Tue, 15 Mar 2016 19:48:33 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CAMEL-9713) Can not set custom Jetty HttpClient to producer endpoint MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-9713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-9713. -------------------------------- Resolution: Fixed > Can not set custom Jetty HttpClient to producer endpoint > -------------------------------------------------------- > > Key: CAMEL-9713 > URL: https://issues.apache.org/jira/browse/CAMEL-9713 > Project: Camel > Issue Type: Bug > Components: camel-jetty > Affects Versions: 2.15.1 > Reporter: Joe Luo > Assignee: Claus Ibsen > Priority: Minor > Fix For: 2.17.0 > > Attachments: camel-jetty-shared-client-patch.txt > > > The camel-jetty page has a "httpClient" option that can be set on camel-jetty producer endpoint and it says: > {code} > To use a shared org.eclipse.jetty.client.HttpClient for all producers created by this endpoint. This option should only be used in special circumstances. > This option should only be used in special circumstances. > {code} > In some cases, user might want to set a shard Jetty HttpClient among camel-jetty producer endpoints. For instance, user might use recipientList with camel-jetty producer endpoint to support multiple dynamically created URLs. So setting a shared Jetty HttpClient with a shared thread pool would be ideal to avoid exploding number of producer endpoints + their own producer thread pools in this use case. However, there is no way to set it to camel-jetty producer endpoint. -- This message was sent by Atlassian JIRA (v6.3.4#6332)