From dev-return-38476-apmail-qpid-dev-archive=qpid.apache.org@qpid.apache.org Sun Nov 25 22:40:58 2012 Return-Path: X-Original-To: apmail-qpid-dev-archive@www.apache.org Delivered-To: apmail-qpid-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 D614AE178 for ; Sun, 25 Nov 2012 22:40:58 +0000 (UTC) Received: (qmail 52199 invoked by uid 500); 25 Nov 2012 22:40:58 -0000 Delivered-To: apmail-qpid-dev-archive@qpid.apache.org Received: (qmail 52103 invoked by uid 500); 25 Nov 2012 22:40:58 -0000 Mailing-List: contact dev-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list dev@qpid.apache.org Received: (qmail 52091 invoked by uid 99); 25 Nov 2012 22:40:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2012 22:40:58 +0000 Date: Sun, 25 Nov 2012 22:40:58 +0000 (UTC) From: "Keith Wall (JIRA)" To: dev@qpid.apache.org Message-ID: <284989818.21657.1353883258657.JavaMail.jiratomcat@arcas> In-Reply-To: <2019741614.21504.1353871618282.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (QPID-4470) Allow 'maximum queue depth' queue alerting threshold to be set from JMX/AMQP 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/QPID-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-4470: ----------------------------- Status: Ready To Review (was: In Progress) > Allow 'maximum queue depth' queue alerting threshold to be set from JMX/AMQP > ---------------------------------------------------------------------------- > > Key: QPID-4470 > URL: https://issues.apache.org/jira/browse/QPID-4470 > Project: Qpid > Issue Type: Improvement > Components: Java Broker > Reporter: Keith Wall > Assignee: Keith Wall > Priority: Minor > Fix For: 0.21 > > > The Java Broker supports four queue alerting thresholds: maximum message count, maximum message size, maximum message age and maximum queue depth. > It is possible to specify all four of these altering thresholds in the virtualhost configuration e.g. > {noformat} > 50 > 2117632 > 600000 > 4235264 > {noformat} > but only the first three are supported by AMQP queue-declare/JMX createNewQueue (via the queue declare arguments x-qpid-maximum-message-count, x-qpid-maximum-message-count, x-qpid-maximum-message-age respectively). > The change will add support for x-qpid-maximum-queue-depth. > -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org For additional commands, e-mail: dev-help@qpid.apache.org