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 E627910ED7 for ; Wed, 5 Feb 2014 02:58:48 +0000 (UTC) Received: (qmail 73746 invoked by uid 500); 5 Feb 2014 02:58:48 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 73417 invoked by uid 500); 5 Feb 2014 02:58:45 -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 73408 invoked by uid 99); 5 Feb 2014 02:58:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 02:58:45 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of noel.oconnor@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qa0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 02:58:41 +0000 Received: by mail-qa0-f45.google.com with SMTP id ii20so13586634qab.18 for ; Tue, 04 Feb 2014 18:58:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=UXwlhHWmsNlf95Xqkc5eSNhGwtffzEhJI87DiaZ1X8U=; b=UeKMGf1eCAm69aHpdtgxM/lZejpLajD6O/T2XkloEVX89n1vzl9CeZ9HKpr6xqSEa2 neULW8czfzTv6Em6WmMQrBaMBWyBT14HIinLH1w4aWAGgitAWcTk9Ct/U+6Dh5KL4TZO hPsPKy1eFn/N+LdzS+QtovwTsPc/KiD+SLd5pE0BO/D8gZTgaNjXAED6fYGh9YtSK13C tsx5vklkvacW23D+2flIbaZJKxcBCTknmOvrrZOQULclh4YM6LQ312Zc1vWrDh2BfEw3 9RklPd9O17FRzqwvS/AxSMKdrRNxIP/jtmF4LL2p7QxdaNM+m/rxt/dzx6nmTzublHfz QfQw== X-Received: by 10.140.43.230 with SMTP id e93mr68861922qga.35.1391569099904; Tue, 04 Feb 2014 18:58:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.225.137 with HTTP; Tue, 4 Feb 2014 18:57:59 -0800 (PST) In-Reply-To: <1391568134438-4677444.post@n4.nabble.com> References: <1391568134438-4677444.post@n4.nabble.com> From: Noel OConnor Date: Wed, 5 Feb 2014 13:57:59 +1100 Message-ID: Subject: Re: replicatedLevelDB not replicating messages To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=001a113a945ae15bee04f19fed0d X-Virus-Checked: Checked by ClamAV on apache.org --001a113a945ae15bee04f19fed0d Content-Type: text/plain; charset=ISO-8859-1 Have you set the hostname and bind addresses ? Is there anything in the slave log files ? This is config that I've used a while ago hth On Wed, Feb 5, 2014 at 1:42 PM, bpoppa wrote: > So I have the replicatedLevelDB configured and working using the example on > the activeMQ site. Zookeeper is running, when I take a broker down, it > detects and fires up on one of the others in the cluster. My issue is > this....it's just not replicating. When I send messages to the queue, I > can > see it on the master, but if I were then to fail the master, the new master > has none of the previous data. Also, looking in the activemq.log, I see > nothing that shows any replication of messages. > > I feel like I am missing a simple piece. Any thoughts? > > Thanks! > > Jim > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/replicatedLevelDB-not-replicating-messages-tp4677444.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > --001a113a945ae15bee04f19fed0d--