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 226279D14 for ; Tue, 21 Feb 2012 03:41:45 +0000 (UTC) Received: (qmail 43770 invoked by uid 500); 21 Feb 2012 03:41:45 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 43220 invoked by uid 500); 21 Feb 2012 03:41:44 -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 42262 invoked by uid 99); 21 Feb 2012 03:41:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 03:41:41 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mattrpav@gmail.com designates 209.85.210.171 as permitted sender) Received: from [209.85.210.171] (HELO mail-iy0-f171.google.com) (209.85.210.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 03:41:32 +0000 Received: by iaeh11 with SMTP id h11so10356732iae.2 for ; Mon, 20 Feb 2012 19:41:11 -0800 (PST) Received-SPF: pass (google.com: domain of mattrpav@gmail.com designates 10.50.161.196 as permitted sender) client-ip=10.50.161.196; Authentication-Results: mr.google.com; spf=pass (google.com: domain of mattrpav@gmail.com designates 10.50.161.196 as permitted sender) smtp.mail=mattrpav@gmail.com; dkim=pass header.i=mattrpav@gmail.com Received: from mr.google.com ([10.50.161.196]) by 10.50.161.196 with SMTP id xu4mr16356321igb.11.1329795671606 (num_hops = 1); Mon, 20 Feb 2012 19:41:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=L5vAR2AyDqsGK4lzcb36yskCYXEZk+Y+wi4EM9yq+rs=; b=Dg2jITEdLxdxGDEsEMClntEqV75ArTDqvvPqkPtMNra5jP//TAzDADgFsDzQTRyaxp +sB6uE9r4NyDAXP+QXT3M+O/4ZCWwz1sfgoAXW61KNj4L24MtWzYwHjc9OoRH9EVT5qg SGFwJmHZCwUKIMYlaX/iFnBjZFE+fUakf6D90= Received: by 10.50.161.196 with SMTP id xu4mr13219638igb.11.1329795671572; Mon, 20 Feb 2012 19:41:11 -0800 (PST) Received: from MacBookPro-2.local ([216.191.233.130]) by mx.google.com with ESMTPS id df2sm9016074igb.0.2012.02.20.19.41.10 (version=SSLv3 cipher=OTHER); Mon, 20 Feb 2012 19:41:11 -0800 (PST) Message-ID: <4F431254.6070000@gmail.com> Date: Mon, 20 Feb 2012 22:41:08 -0500 From: Matt Pavlovich User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: kahadb encryption References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Chris- You could also look into using an encrypted filesystem, where it encrypts an entire partition. Linux has built-in support for that. You would then just configure ActiveMQ to store the KahaDB data on that partition. Matt Pavlovich On 2/20/12 1:07 PM, chris snow wrote: > Hi Forum, > > Does kahadb support encryption of the persisted data? > > Many thanks, > > Chris >