Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 82154 invoked from network); 23 Oct 2007 21:03:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 21:03:57 -0000 Received: (qmail 50780 invoked by uid 500); 23 Oct 2007 21:03:44 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 50759 invoked by uid 500); 23 Oct 2007 21:03: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 50750 invoked by uid 99); 23 Oct 2007 21:03:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 14:03:44 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 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; Tue, 23 Oct 2007 21:03:47 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IkQuN-0004fe-0J for users@activemq.apache.org; Tue, 23 Oct 2007 14:03:27 -0700 Message-ID: <13373652.post@talk.nabble.com> Date: Tue, 23 Oct 2007 14:03:26 -0700 (PDT) From: appi03 To: users@activemq.apache.org Subject: Persistence Adapter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: arpit.shah@sparta.com X-Virus-Checked: Checked by ClamAV on apache.org hello folks, I need help getting the persistence adapter working. Here is my configuration: box 1: runs an embedded broker and a client on the box connects to it. (Producer: deliverymode::persistent, broker configuration: persistent=false) box 2: runs an embedded broker and a client on the box connects to it. (Consumer: durable consumer topic, broker configuration: persistent=true) both brokers connect to each other. i only make the consumer side broker persistent. I am not sure if that is how it should be. Please advise on that matter. I want to set up the delivery mode to be persistent. Now, what does that mean? does it mean that all the messages will be saved regardless of the acknowledgment? I am not sure how to set up the persistence adapter either? any help would be appreciated. currently, I have the default JDBC persistent adapter. Right now I think the persistence is working because when i bring up the consumer to an active state from an inactive state, it receives previously missed messages. But there is one problem. After consuming some number of messages. the connection gets lost. It seems like the space is filled up. If so, how can I increase it or over write it? Thanks in advance. -- View this message in context: http://www.nabble.com/Persistence-Adapter-tf4680334s2354.html#a13373652 Sent from the ActiveMQ - User mailing list archive at Nabble.com.