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 8D0F710A98 for ; Wed, 19 Feb 2014 19:17:49 +0000 (UTC) Received: (qmail 76917 invoked by uid 500); 19 Feb 2014 19:17:48 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 76846 invoked by uid 500); 19 Feb 2014 19:17:48 -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 76837 invoked by uid 99); 19 Feb 2014 19:17:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 19:17:48 +0000 X-ASF-Spam-Status: No, hits=-3.7 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tmielke@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 19:17:43 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1JJHJwx014442 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 19 Feb 2014 14:17:19 -0500 Received: from [10.36.7.28] (vpn1-7-28.ams2.redhat.com [10.36.7.28]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s1JJHGwd028683 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Wed, 19 Feb 2014 14:17:18 -0500 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: Activemq issue when Slave started From: Torsten Mielke In-Reply-To: <1392791372947-4678113.post@n4.nabble.com> Date: Wed, 19 Feb 2014 20:17:16 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <8741158E-7727-41BB-B6D6-2C71658CE56E@redhat.com> References: <1392791372947-4678113.post@n4.nabble.com> To: users X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Virus-Checked: Checked by ClamAV on apache.org Hi Ram, Assuming both broker instances master and slave work on the same levelDB = persistence store. Is it possible that you have some messages enqueued = when the master broker goes down? When the slave takes over, it would reload the messages from the = persistence store and hence they will be available right after startup = on the slave broker as well.=20 Regards, Torsten Mielke tmielke.blogspot.com On 19 Feb 2014, at 07:29 am, ramdassv wrote: > Here is the my implementation we have in production, We have Master = Slave > with LevelDB for persistence. For some reason when Master node goes = down or > getting restarted the Queue is getting initialized with some already > Delivered message. Is there some setting we are missing. =20 > Thanks, > Ram >=20 >=20 >=20 > -- > View this message in context: = http://activemq.2283324.n4.nabble.com/Activemq-issue-when-Slave-started-tp= 4678113.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.