Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 33159 invoked from network); 21 Mar 2006 08:45:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Mar 2006 08:45:35 -0000 Received: (qmail 63312 invoked by uid 500); 21 Mar 2006 08:45:35 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 63199 invoked by uid 500); 21 Mar 2006 08:45:34 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 63189 invoked by uid 99); 21 Mar 2006 08:45:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2006 00:45:34 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of xleyba@gmail.com designates 64.233.162.199 as permitted sender) Received: from [64.233.162.199] (HELO zproxy.gmail.com) (64.233.162.199) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2006 00:45:30 -0800 Received: by zproxy.gmail.com with SMTP id o1so1593895nzf for ; Tue, 21 Mar 2006 00:45:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KnsVRbUQwG+j5MX+rEeJjytAecAo6Jw6BicubnLLcAXrattTfkXVPk4lo7uwWIOp8IP5gaLhj3nENQwgu7b2ERfK76wRfiPzeNIN+vKoxa+SInCwzbCKcGPWlpcwjWwuuBZCikvVBuwdno3twbD3D+tZ/BIMrrDaj/gv8OnNMms= Received: by 10.65.113.12 with SMTP id q12mr246855qbm; Tue, 21 Mar 2006 00:45:10 -0800 (PST) Received: by 10.65.251.16 with HTTP; Tue, 21 Mar 2006 00:45:10 -0800 (PST) Message-ID: <933f2a180603210045x35afef8fi2203fa6fa3afd631@mail.gmail.com> Date: Tue, 21 Mar 2006 09:45:10 +0100 From: "Javier Leyba" To: activemq-users@geronimo.apache.org Subject: Architecture doubt MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi All I'm planning to use ActiveMQ in a big environment with more than 10 thousands clients subscribed to topics. Obviously, I'll need HA and some kind of load balancing. I've tested a master/slave architecture and it worked (i've problems with my listener now, but it worked). I've tested a net of workers too and it works balancing data. But now I've a big problem. If I use a master/slave option, my server will be receiving a lot of work, specially when clients starts their job at 8am. I really don't know if a broker will work well against such heavy load. The way to avoid this is to have a net of brokers with n brokers receiving the heavy load in a balanced way, but a net of workers give no HA. Now I think my solution could be a mix of both scenarios and I want to ask: Could I make a net of brokers where each broker be a master/slave node ? Is this possible ? Do somebody have another idea to construct my environment ? Thanks in advance J