Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6FF08200AE3 for ; Wed, 4 May 2016 23:41:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6E93B160A00; Wed, 4 May 2016 21:41:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E79EF1609FC for ; Wed, 4 May 2016 23:41:13 +0200 (CEST) Received: (qmail 70071 invoked by uid 500); 4 May 2016 21:41:13 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 70019 invoked by uid 99); 4 May 2016 21:41:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2016 21:41:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 07F092C1F60 for ; Wed, 4 May 2016 21:41:13 +0000 (UTC) Date: Wed, 4 May 2016 21:41:13 +0000 (UTC) From: "Timothy Bish (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (AMQ-6258) It is not possible to query KahaDB instances using ActiveMQ's javax.jms.QueueBrowser implementation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 04 May 2016 21:41:14 -0000 [ https://issues.apache.org/jira/browse/AMQ-6258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish closed AMQ-6258. ----------------------------- Resolution: Duplicate This is working as designed. You can alter the maxBrowsePageSize to allow for more paged in messages but there will be limits due to memory usage that must be considered. > It is not possible to query KahaDB instances using ActiveMQ's javax.jms.QueueBrowser implementation > --------------------------------------------------------------------------------------------------- > > Key: AMQ-6258 > URL: https://issues.apache.org/jira/browse/AMQ-6258 > Project: ActiveMQ > Issue Type: Wish > Components: Broker, KahaDB > Affects Versions: NEEDS_REVIEW, 5.12.1 > Reporter: Ben Nisbet > > Creating an unrestricted or selector constrained QueueBrowser does not return messages that are in the persistent store but not paged into memory. > (i.e. only members of org.apache.activemq.broker.region.Queue.pagedInMessages can ultimately be queried) > Once the memory usage limit for a queue is reached no further messages can be paged in and this renders the remaining messages in KahaDB files opaque to QueueBrowser instances. > Alternatively is there a KahaDB specific tool for querying messages in the log files directly? -- This message was sent by Atlassian JIRA (v6.3.4#6332)