Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5AF8948BA for ; Thu, 23 Jun 2011 09:50:12 +0000 (UTC) Received: (qmail 15934 invoked by uid 500); 23 Jun 2011 09:50:12 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 15823 invoked by uid 500); 23 Jun 2011 09:50:11 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 15814 invoked by uid 99); 23 Jun 2011 09:50:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 09:50:11 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chubrilo@gmail.com designates 209.85.161.43 as permitted sender) Received: from [209.85.161.43] (HELO mail-fx0-f43.google.com) (209.85.161.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 09:50:05 +0000 Received: by fxm3 with SMTP id 3so1625362fxm.2 for ; Thu, 23 Jun 2011 02:49:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=QETcexSjq/mDFCmkCUz9EoDSaCXU/zJy5130+ujFpys=; b=qEM/wAKd3cwhI9Vavbr1JbRxAMTreIx0NhffAsfC84IHCVkTumMIy+rm6nmos9jwET MxdiuxK3PPcpD+I4w60xkndNJjj9HjA/UyNIMxMC0eZ/3YsawPcKi9M2jyNQ5AYZCVee kaMmHc2V9FqFgTdWcPVEMq4zBUqHLnsAcYRnM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=ZpWuBAUqSjNVeDO2NoeoFKEfM/YA3u7vuQhH9+cxep/mjWFWkIL3PL/k2AWM7eYwMx Hmoii5aIbw716wLTIMGFjGdCLNXp0+hRquW9M//UUeUqdNwuLWH/xKR6c4l2siPtoMNy b2AZlaI8NHP26Hhx69hsodDCjrAecmjAktcos= MIME-Version: 1.0 Received: by 10.223.16.131 with SMTP id o3mr2401633faa.53.1308822585077; Thu, 23 Jun 2011 02:49:45 -0700 (PDT) Sender: chubrilo@gmail.com Received: by 10.223.96.201 with HTTP; Thu, 23 Jun 2011 02:49:45 -0700 (PDT) In-Reply-To: <1308749858288-3617053.post@n4.nabble.com> References: <1308749858288-3617053.post@n4.nabble.com> Date: Thu, 23 Jun 2011 11:49:45 +0200 X-Google-Sender-Auth: YJ9ktZpQ3Gul5yrHHUN2aVf_XYA Message-ID: Subject: Re: Master/slave + cluster leaves messages on slave From: Dejan Bosanac To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=001517475ee241eefe04a65e0143 X-Virus-Checked: Checked by ClamAV on apache.org --001517475ee241eefe04a65e0143 Content-Type: text/plain; charset=ISO-8859-1 Sounds like bug. Can you create a test case and raise a Jira? Regards -- Dejan Bosanac - http://twitter.com/dejanb ----------------- The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed, Jun 22, 2011 at 3:37 PM, eivindsi wrote: > I've setup 4 servers (v. 5.5.0) this way: > > http://activemq.2283324.n4.nabble.com/file/n3617053/amq_setup.001.jpg > > I set up consumers on Node 1 and Node 3. > I start producing messages to Node 1. > > Messages are distributed (load balanced) across Node 1 and Node 3 as > expected, so consumers on both nodes receive messages. > > Messages produced to Node 1 are written to Node 2 as expected, but messages > that are load balanced over to Node 3 are not deleted from Node 2. If I > produce 1000 messages to Node 1, and 400 of those are delivered via Node 3, > there is 400 messages left on Node 2 when all messages are received from > Node 1 and Node 3 (queueSize = 0 on both). > > Am I configuring the nodes wrong, or is this a bug? > > activemq.xml for all nodes are attached: > > http://activemq.2283324.n4.nabble.com/file/n3617053/node1_activemq.xml > node1_activemq.xml > http://activemq.2283324.n4.nabble.com/file/n3617053/node2_activemq.xml > node2_activemq.xml > http://activemq.2283324.n4.nabble.com/file/n3617053/node3_activemq.xml > node3_activemq.xml > http://activemq.2283324.n4.nabble.com/file/n3617053/node4_activemq.xml > node4_activemq.xml > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Master-slave-cluster-leaves-messages-on-slave-tp3617053p3617053.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > --001517475ee241eefe04a65e0143--