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 0372810787 for ; Tue, 4 Nov 2014 15:07:55 +0000 (UTC) Received: (qmail 88851 invoked by uid 500); 4 Nov 2014 15:07:54 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 88797 invoked by uid 500); 4 Nov 2014 15:07:54 -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 88786 invoked by uid 99); 4 Nov 2014 15:07:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 15:07:54 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX,URI_TRY_3LD X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of steventurner808@gmail.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 15:07:48 +0000 Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id F347290A9C8 for ; Tue, 4 Nov 2014 07:06:58 -0800 (PST) Date: Tue, 4 Nov 2014 07:02:45 -0800 (PST) From: Steven Turner To: users@activemq.apache.org Message-ID: <1415113365586-4686934.post@n4.nabble.com> Subject: sync option in replicated leveldb configuration MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I want to understand the "sync" option for leveldb replication. Default is quorum_mem. Does it mean if I set this value to local_mem : The producer who sending the message will get acknowledgement after storing in local memory(synchronously) and after this only the master broker will send this message to other slaves. what does the parameter signifies ? Thanks, Steven -- View this message in context: http://activemq.2283324.n4.nabble.com/sync-option-in-replicated-leveldb-configuration-tp4686934.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.