Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 43879 invoked from network); 3 Dec 2010 18:43:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Dec 2010 18:43:41 -0000 Received: (qmail 43230 invoked by uid 500); 3 Dec 2010 18:43:40 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 43174 invoked by uid 500); 3 Dec 2010 18:43:40 -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 43166 invoked by uid 99); 3 Dec 2010 18:43:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Dec 2010 18:43:40 +0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of srn@uc4.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; Fri, 03 Dec 2010 18:43:32 +0000 Received: from joe.nabble.com ([192.168.236.151]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1POab9-000365-Ms for users@activemq.apache.org; Fri, 03 Dec 2010 10:43:11 -0800 Date: Fri, 3 Dec 2010 10:43:11 -0800 (PST) From: ncsridhar To: users@activemq.apache.org Message-ID: <1291401791703-3071559.post@n4.nabble.com> In-Reply-To: References: <1291312812832-3069828.post@n4.nabble.com> <1291390590133-3071231.post@n4.nabble.com> Subject: Re: Topic messages lost even when they are persistent - help! MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I tried what you said, but it didn't solve the issue. Here are the steps again: - I started activemq - created a brand new topic and a durable subscriber on it, I did both of those actions using the admin console gui on localhost:8161 - put some "persistent" messages on the topic using the admin gui again. At this point, I can verify the "No. of consumers" to be 1 and the "Messages Enqueued" as 1 and "Message Dequeued" as 0. - restart the activemq using the command line tool, activemq-admin.bat stop for stopping, followed by activemq.bat for starting - The message on the topic are lost, again!! In this exercise, I am not running any java programs or anything. Purely using the admin console. Let me know what am I doing wrong. I worked on WebsphereMQ quite a bit in the past and the same sscenario would keep the messages there. Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/Topic-messages-lost-even-when-they-are-persistent-help-tp3069828p3071559.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.