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)" <qp...@incubator.apache.org> on 2009/10/30 12:31:00 UTC

[jira] Created: (QPID-2177) Allow for configuration of producer flow control queue properties through Management Console

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:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2177) Allow for configuration of producer flow control queue properties through Management Console

Posted by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell updated QPID-2177:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> 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:dev-subscribe@qpid.apache.org