Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E1D49984 for ; Mon, 14 May 2012 01:07:55 +0000 (UTC) Received: (qmail 17769 invoked by uid 500); 14 May 2012 01:07:55 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 17706 invoked by uid 500); 14 May 2012 01:07:54 -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 Delivered-To: moderator for dev@camel.apache.org Received: (qmail 67428 invoked by uid 99); 13 May 2012 23:43:30 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of huining.feng@gmail.com) Date: Sun, 13 May 2012 16:43:03 -0700 (PDT) From: tfeng To: dev@camel.apache.org Message-ID: <1336952583280-5708532.post@n5.nabble.com> Subject: Zookeeper load balancing component? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Is there a component in camel that supports client-side load balancing using zookeeper? Specifically, I'd like to have a component with which I can register 1 or more consumers to a common endpoint, and have the producer produce messages to any of these clients (in round-robin, random, arbitrary, or whatever ways - I don't care because the consumer is stateless). For example, if I register consumers to amq://queue-consumer1, amq://queue-consumer2, amq://queue-consumer3, and register them to zookeeper with node /queue, I'd like to send messages to anyone of them with a URL like zklb://queue. If such a component doesn't exist, should I file a bug and create it? (I searched the ML and found a zookeeper component, but it's only to write data to zookeeper but not to leverage zookeeper for load balancing.) Thanks! -- Thomas Feng -- View this message in context: http://camel.465427.n5.nabble.com/Zookeeper-load-balancing-component-tp5708532.html Sent from the Camel Development mailing list archive at Nabble.com.