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 1BADCF1D7 for ; Mon, 25 Mar 2013 10:15:26 +0000 (UTC) Received: (qmail 48292 invoked by uid 500); 25 Mar 2013 10:15:22 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 46383 invoked by uid 500); 25 Mar 2013 10:15:11 -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 46252 invoked by uid 99); 25 Mar 2013 10:15:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 10:15:06 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 10:15:01 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UK4QJ-00022b-TU for users@activemq.apache.org; Mon, 25 Mar 2013 03:14:39 -0700 Date: Mon, 25 Mar 2013 03:14:39 -0700 (PDT) From: jliezers To: users@activemq.apache.org Message-ID: <1364206479884-4665093.post@n4.nabble.com> Subject: AMQ_SCHEDULER_ACTION_BROWSE returns incomplete list 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'm making good use of the ActiveMQ 5.6 scheduled message feature. schedulerSupport="true" and my complete scheduled message list appears as expected on the "Scheduled" page when I view usings the ActiveMQ admin console. I need to browse the list to delete messages so I've written some java code that makes use of the AMQ_SCHEDULER_ACTION_BROWSE property. This works OK but does not retrieve the complete scheduled message list. Older scheduled messages are not returned at all but recent (last 24 hours) submitted scheduled messages are returned correctly. At first I thought messages were somehow being cached in memory so I restarted ActiveMQ but I still just get back the recent messages created today but not those visible on the admin console that were created a few days before. I have not yet determined the cut off point at which the messages are no longer browsable. Is the underlying KahaDb setup doing something odd? -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ-SCHEDULER-ACTION-BROWSE-returns-incomplete-list-tp4665093.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.