Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 34363 invoked from network); 27 Oct 2010 13:35:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Oct 2010 13:35:28 -0000 Received: (qmail 58971 invoked by uid 500); 27 Oct 2010 13:35:27 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 58814 invoked by uid 500); 27 Oct 2010 13:35:25 -0000 Mailing-List: contact dev-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 dev@camel.apache.org Received: (qmail 58801 invoked by uid 500); 27 Oct 2010 13:35:24 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 58797 invoked by uid 99); 27 Oct 2010 13:35:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Oct 2010 13:35:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Oct 2010 13:35:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9RDZ0li011552 for ; Wed, 27 Oct 2010 13:35:01 GMT Message-ID: <24015493.721288186500827.JavaMail.jira@thor> Date: Wed, 27 Oct 2010 09:35:00 -0400 (EDT) From: "Ashwin Karpe (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-3197) Add a new Load Balancing algorithm that provides weighted round-robin and weighted random support In-Reply-To: <30859042.45641286289940439.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62875#action_62875 ] Ashwin Karpe commented on CAMEL-3197: ------------------------------------- Hi Claus, The ability to trim leading/trailing whitespaces is already in place. I also have a unit test doing this. The only thing I need to do is basically change the ":" to "," as the delimiter. I will do that today. Cheers, Ashwin... > Add a new Load Balancing algorithm that provides weighted round-robin and weighted random support > --------------------------------------------------------------------------------------------------- > > Key: CAMEL-3197 > URL: https://issues.apache.org/activemq/browse/CAMEL-3197 > Project: Apache Camel > Issue Type: New Feature > Reporter: Ashwin Karpe > Assignee: Ashwin Karpe > Fix For: 2.6.0 > > Attachments: CAMEL-3197-CoreUpdate-20101025.patch, CAMEL-3197-SpringUpdate-20101025.patch, CAMEL-3197-SpringUT.patch, CAMEL-3197-SpringUTRelatedCamelCore.patch, WeightedLB.patch > > > Camel currently does not offer load balancing based on user defined percentage endpoint use (or weighted round-robin or weighted random use) with respect to other endpoints > Develop ability in load balancer send to the endpoint based on percentage/weight specified by user. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.