From dev-return-67823-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Fri Oct 26 19:41:00 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D6EFD180647 for ; Fri, 26 Oct 2018 19:40:59 +0200 (CEST) Received: (qmail 44616 invoked by uid 500); 26 Oct 2018 17:40:58 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 44605 invoked by uid 99); 26 Oct 2018 17:40:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2018 17:40:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BE7FBE0137; Fri, 26 Oct 2018 17:40:57 +0000 (UTC) From: ArthurFritz To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request #2398: [ARTEMIS-2150] Counts the number of del... Content-Type: text/plain Date: Fri, 26 Oct 2018 17:40:57 +0000 (UTC) GitHub user ArthurFritz opened a pull request: https://github.com/apache/activemq-artemis/pull/2398 [ARTEMIS-2150] Counts the number of delivering messages in this queue Create function this counts the number of delivering messages in this queue matching the specified filter. Create a other function this counts the number of delivering messages in this queue matching the specified filter, grouped by the given property field. [JIRA](https://issues.apache.org/jira/browse/ARTEMIS-2150) You can merge this pull request into a Git repository by running: $ git pull https://github.com/ArthurFritz/activemq-artemis feature/ARTEMIS-2150 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/2398.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2398 ---- commit 1396ec6d825708994fa8d680f5c42480aacd410a Author: Arthur Fritz Santiago Date: 2018-10-26T17:39:09Z [ARTEMIS-2150] Counts the number of delivering messages in this queue ---- ---