You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2012/11/26 00:40:58 UTC

[jira] [Resolved] (QPID-4470) [Java broker] Allow 'maximum queue depth' alerting threshold to be set when declaring queue from JMX/AMQP

     [ https://issues.apache.org/jira/browse/QPID-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved QPID-4470.
----------------------------------

    Resolution: Fixed

Looks good to me
                
> [Java broker] Allow 'maximum queue depth' alerting threshold to be set when declaring queue 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: Robbie Gemmell
>            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}
>         <maximumMessageCount>50</maximumMessageCount>
>         <maximumMessageSize>2117632</maximumMessageSize>
>         <maximumMessageAge>600000</maximumMessageAge>
>         <maximumQueueDepth>4235264</maximumQueueDepth>
> {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