Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 90978 invoked from network); 7 Jul 2009 22:21:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jul 2009 22:21:51 -0000 Received: (qmail 41899 invoked by uid 500); 7 Jul 2009 22:22:01 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 41806 invoked by uid 500); 7 Jul 2009 22:22:00 -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 41796 invoked by uid 99); 7 Jul 2009 22:22:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 22:22:00 +0000 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 (nike.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, 07 Jul 2009 22:21:50 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MOJ2X-0001s3-7t for users@activemq.apache.org; Tue, 07 Jul 2009 15:21:29 -0700 Message-ID: <24382410.post@talk.nabble.com> Date: Tue, 7 Jul 2009 15:21:29 -0700 (PDT) From: janylj To: users@activemq.apache.org Subject: Cannot send any PERSISTENT message? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: janylj@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org I have a broker running ActiveMQ 5.2. After running for a couple of weeks, all persistent messages would NOT be sent successfully. The symptom is that the producer sends message ok (there is no hang or exception in the client side). And the message count in the ActiveMQ admin console is incremented. But the consumer doesn't see any message to consume. Also click into the queue at the admin console doesn't have any pending message. We know the consumer is working because all the non-persistent messages are consumed just fine. And there is no ERROR or WARN in the ActiveMQ log. After restarting the broker, the problem would go away. However, this issue has occurred for a couple of times. Any idea why this happens? Thanks a lot. -- View this message in context: http://www.nabble.com/Cannot-send-any-PERSISTENT-message--tp24382410p24382410.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.