Keith Wall created QPID-4470:
--------------------------------

             Summary: 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
             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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to