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 4F7A36D37 for ; Wed, 6 Jul 2011 07:34:01 +0000 (UTC) Received: (qmail 39218 invoked by uid 500); 6 Jul 2011 07:34:00 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 38598 invoked by uid 500); 6 Jul 2011 07:33: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 38080 invoked by uid 99); 6 Jul 2011 07:33:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2011 07:33:41 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chubrilo@gmail.com designates 209.85.161.41 as permitted sender) Received: from [209.85.161.41] (HELO mail-fx0-f41.google.com) (209.85.161.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2011 07:33:36 +0000 Received: by fxg9 with SMTP id 9so6072794fxg.28 for ; Wed, 06 Jul 2011 00:33:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=Qt0Dc80G5KcTaNZ0yCAL8X7As2jLP7EUTm3J/B48z1E=; b=C2hcxayykRuDjfeXXb8c6PZx/0AM3bHhwSnq2MEzOSdXkyD4yWogW1cnbxCElOyQ51 CTbfOjzFVg0PQYDcRDWM6M+D1aLgzjrygLJ61HBbp34j/zi+v/Vq1Sphf/wwHj+6S42R Mjg6NHIIb+BHatZim8efhOphozMH8itwj5Qak= MIME-Version: 1.0 Received: by 10.223.62.194 with SMTP id y2mr1209989fah.123.1309937595398; Wed, 06 Jul 2011 00:33:15 -0700 (PDT) Sender: chubrilo@gmail.com Received: by 10.223.95.193 with HTTP; Wed, 6 Jul 2011 00:33:15 -0700 (PDT) In-Reply-To: <1309890888851-3646745.post@n4.nabble.com> References: <1309890888851-3646745.post@n4.nabble.com> Date: Wed, 6 Jul 2011 09:33:15 +0200 X-Google-Sender-Auth: zvAobfMqApXKC5vq3LaPVbwTWDQ Message-ID: Subject: Re: Kahadb Question From: Dejan Bosanac To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=0015174769800d3b9704a7619d33 --0015174769800d3b9704a7619d33 Content-Type: text/plain; charset=ISO-8859-1 Hi, kahaPersistenceAdapter is an old store, while kahaDB is the new one, used by default. So you should stick with KahaDB. 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 Tue, Jul 5, 2011 at 8:34 PM, Vijay wrote: > I am referring to http://activemq.apache.org/kaha-persistence.html to > enable > kaha persistentce. > > snippet1 below is what AMQ by default provides and snippet 2 is what is > mentioned in the link above. > Both these snippets have directory configuration. What is the difference > between these two? > > snippet1: > ---------------- > > : > : > > > > : > : > > > snippet2: > ---------------- > > : > : > > maxDataFileLength="33554432"/> > > : > : > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Kahadb-Question-tp3646745p3646745.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > --0015174769800d3b9704a7619d33--