Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3941D10A30 for ; Tue, 16 Jul 2013 22:42:49 +0000 (UTC) Received: (qmail 19553 invoked by uid 500); 16 Jul 2013 22:42:49 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 19511 invoked by uid 500); 16 Jul 2013 22:42:49 -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 19261 invoked by uid 99); 16 Jul 2013 22:42:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2013 22:42:48 +0000 Date: Tue, 16 Jul 2013 22:42:48 +0000 (UTC) From: "Ben Jansen (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMQ-4635) Expose producer flow control statistics via JMX MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ben Jansen created AMQ-4635: ------------------------------- Summary: Expose producer flow control statistics via JMX Key: AMQ-4635 URL: https://issues.apache.org/jira/browse/AMQ-4635 Project: ActiveMQ Issue Type: New Feature Components: JMX Affects Versions: 5.8.0 Reporter: Ben Jansen When using JMX to investigate a broker's state, I would like to see explicit information on producer flow control. In particular, I think it would be useful to expose information such as: * Per producer * Whether the producer is currently blocked by flow control, and on what topic (or topics, if that's possible) * How much time a producer spends waiting * Percent of sends that involve flow control * Flow control information per topic * Percent of time a publish blocks due to flow control * Publishers currently under flow control for the topic * Percent of message sends on this topic that involve flow control -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira