Allow for configuration of producer flow control queue properties through 
Management Console
--------------------------------------------------------------------------------------------

                 Key: QPID-2177
                 URL: https://issues.apache.org/jira/browse/QPID-2177
             Project: Qpid
          Issue Type: New Feature
          Components: Java Management : JMX Interface
            Reporter: Robbie Gemmell
            Assignee: Robbie Gemmell
            Priority: Minor
             Fix For: 0.6


The Java Broker now supports a simplistic producer side flow control model 
governed by setting limits on how large a queue may grow.

Broker queues now have two new properties:

capacity : the size in bytes at which the queue is considered "full" and all 
channels sending
                     messages to the queue will (on next send) be sent a flow 
control message

flowResumeCapcity: the size at which, when reached, blocked sessions will be 
unflowed (presuming
                                       there is no other reason why the session 
has been flow controlled).

Currently these properties can be set on queue creation (either through the 
queue.declare arguments, or in the XML configuration) but cannot be modified 
through the management console.

The Queue MBean needs to be altered to allow access to these properties

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to