Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 786548D6C for ; Fri, 26 Aug 2011 02:56:56 +0000 (UTC) Received: (qmail 35615 invoked by uid 500); 26 Aug 2011 02:56:55 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 35528 invoked by uid 500); 26 Aug 2011 02:56:52 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 35509 invoked by uid 99); 26 Aug 2011 02:56:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2011 02:56:51 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2011 02:56:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9F3E8D05DF for ; Fri, 26 Aug 2011 02:56:29 +0000 (UTC) Date: Fri, 26 Aug 2011 02:56:29 +0000 (UTC) From: "Hiram Chirino (JIRA)" To: commits@activemq.apache.org Message-ID: <216488876.16195.1314327389648.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2079009527.16158.1314326669492.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (APLO-81) Include message counters on the producer/consumer links on the destination stats in the REST API. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/APLO-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino updated APLO-81: ------------------------------ Component/s: apollo-web apollo-dto apollo-broker Description: Update the consumer and producer elements in the topics and queues to also include messaging information to track how active that producer/consumer has been on the destination. Example: "producers": [{ "kind": "connection", "id": "14", "label": "/127.0.0.1:61599", "enqueue_item_counter": 3631129, "enqueue_size_counter": 4001802289, "enqueue_ts": 1333956787 }, "consumers": [{ "kind": "connection", "id": "16", "label": "/127.0.0.1:61601", "enqueue_item_counter": 2113773, "enqueue_size_counter": 2329366034, "enqueue_ts": 1333956787 }, > Include message counters on the producer/consumer links on the destination stats in the REST API. > ------------------------------------------------------------------------------------------------- > > Key: APLO-81 > URL: https://issues.apache.org/jira/browse/APLO-81 > Project: ActiveMQ Apollo > Issue Type: New Feature > Components: apollo-broker, apollo-dto, apollo-web > Reporter: Hiram Chirino > Assignee: Hiram Chirino > Fix For: 1.0-beta5 > > > Update the consumer and producer elements in the topics and queues to also include messaging information to track how active that producer/consumer has been on the destination. > Example: > "producers": [{ > "kind": "connection", > "id": "14", > "label": "/127.0.0.1:61599", > "enqueue_item_counter": 3631129, > "enqueue_size_counter": 4001802289, > "enqueue_ts": 1333956787 > }, > "consumers": [{ > "kind": "connection", > "id": "16", > "label": "/127.0.0.1:61601", > "enqueue_item_counter": 2113773, > "enqueue_size_counter": 2329366034, > "enqueue_ts": 1333956787 > }, -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira