Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-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 A07A3EF66 for ; Tue, 19 Mar 2013 13:54:12 +0000 (UTC) Received: (qmail 48865 invoked by uid 500); 19 Mar 2013 13:54:12 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 48799 invoked by uid 500); 19 Mar 2013 13:54:12 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Delivered-To: moderator for dev@activemq.apache.org Received: (qmail 76349 invoked by uid 99); 19 Mar 2013 08:22:56 -0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of aler2@yandex.ru does not designate 216.139.250.139 as permitted sender) Date: Tue, 19 Mar 2013 01:22:30 -0700 (PDT) From: Alexander To: dev@activemq.apache.org Message-ID: <1363681350351-4664864.post@n4.nabble.com> Subject: load balancing for a few identical queues MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello All !!! I have some application which make call to abonent. One of the main requirements is make these calls in parallel threads. I have decided to make this using ActiveMQ. Queue's count must be configurable. As I imagine these will be several queues for calling to abonents. But I think that it needs some alghoritm for load balancing between queues. If I will make it by hand, I need develop own balance procedure, which will be analize queue sizes. But maybe exists some ready-made decision for it ... ? What you think about it ? What the right decision for this case ? Thanks ! -- View this message in context: http://activemq.2283324.n4.nabble.com/load-balancing-for-a-few-identical-queues-tp4664864.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.