Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 48435 invoked from network); 23 Jun 2006 10:44:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jun 2006 10:44:54 -0000 Received: (qmail 5842 invoked by uid 500); 23 Jun 2006 10:44:53 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 5814 invoked by uid 500); 23 Jun 2006 10:44:53 -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 5805 invoked by uid 99); 23 Jun 2006 10:44:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 03:44:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 03:44:52 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Ftj9M-0002NL-8P for activemq-users@geronimo.apache.org; Fri, 23 Jun 2006 03:44:32 -0700 Message-ID: <5009495.post@talk.nabble.com> Date: Fri, 23 Jun 2006 03:30:43 -0700 (PDT) From: enortham To: activemq-users@geronimo.apache.org Subject: Clustering Topic Consumers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: eric@aiosoft.com X-Nabble-From: enortham X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Does anybody know if it is possible to have two nodes in an app server cluster consume messages on the same topic and subscription without consuming the same messages? Basically I want to use topics in a clustered app server environment and not have the nodes in the cluster consume the same messages. If it's not possible has anyone found any interesting workarounds? I was thinking of using composite destinations but the downside is that the producer needs to be updated any time a new consumer would be added. -- View this message in context: http://www.nabble.com/Clustering-Topic-Consumers-t1835532.html#a5009495 Sent from the ActiveMQ - User forum at Nabble.com.