Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 48260 invoked from network); 22 Jun 2006 21:24:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jun 2006 21:24:23 -0000 Received: (qmail 6884 invoked by uid 500); 22 Jun 2006 21:24:23 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 6720 invoked by uid 500); 22 Jun 2006 21:24:22 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 6711 invoked by uid 99); 22 Jun 2006 21:24:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 14:24:22 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 14:24:21 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FtWef-0002i0-GP for activemq-users@geronimo.apache.org; Thu, 22 Jun 2006 14:24:01 -0700 Message-ID: <5002062.post@talk.nabble.com> Date: Thu, 22 Jun 2006 14:24:01 -0700 (PDT) From: himmeric To: activemq-users@geronimo.apache.org Subject: Persistence Question/Issue MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: himmeric@vnet.ibm.com X-Nabble-From: himmeric X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi All, I'm trying to persist all messages between shutdown/startup of ActiveMQ. I'm using Persistent messages on topics and default xbean config. I thought I had this working and could set deleteAllMessagesOnStartup true/false on the broker to clear messages when I wanted a clean start. I'm using the 4.0.1 release with the default persistence adapter. Are there other evil forces at work here? At one point there was a discussion that a cleanup task would clear messages (persistent?) if there were no subscribers left to deliver to. But I need to keep messages around for retroactive consumers. Any pointers would be greatly appreciated. -- View this message in context: http://www.nabble.com/Persistence-Question-Issue-t1832941.html#a5002062 Sent from the ActiveMQ - User forum at Nabble.com.