Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 70679 invoked from network); 25 Oct 2010 18:28:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Oct 2010 18:28:30 -0000 Received: (qmail 5705 invoked by uid 500); 25 Oct 2010 18:28:30 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 5657 invoked by uid 500); 25 Oct 2010 18:28:29 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 5649 invoked by uid 99); 25 Oct 2010 18:28:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Oct 2010 18:28:29 +0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_SOFTFAIL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of krishna_seelam@hotmail.com does not designate 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Oct 2010 18:28:24 +0000 Received: from joe.nabble.com ([192.168.236.151]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1PARm7-000728-EJ for dev@activemq.apache.org; Mon, 25 Oct 2010 11:28:03 -0700 Date: Mon, 25 Oct 2010 11:28:03 -0700 (PDT) From: kseelam To: dev@activemq.apache.org Message-ID: <1288031283439-3012336.post@n4.nabble.com> In-Reply-To: <481B0378-7018-442B-BA85-78C409DA2EA4@gmail.com> References: <1287790184034-3008012.post@n4.nabble.com> <481B0378-7018-442B-BA85-78C409DA2EA4@gmail.com> Subject: Re: Checkpoint on High performance journal MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Thanks for your reply. Seems it is not possible to override the checkpointInterval. Can we override/create my own JournalPersistenceAdapter and set it to JournalPersistenceAdapterFactory? by creating the spring bean in the activemq.xml ? Also it looks like checkpoint cycle is more often than default checkpointInterval (5min). is my understanding correct? Reading the code seems difficult to understand the concept/overview. Thanks you. -- View this message in context: http://activemq.2283324.n4.nabble.com/Checkpoint-on-High-performance-journal-tp3008012p3012336.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.