You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <ji...@apache.org> on 2015/06/16 10:33:00 UTC

[jira] [Closed] (QPID-3080) Broker should issue QMF event on queue flow control state change

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

Gordon Sim closed QPID-3080.
----------------------------

> Broker should issue QMF event on queue flow control state change
> ----------------------------------------------------------------
>
>                 Key: QPID-3080
>                 URL: https://issues.apache.org/jira/browse/QPID-3080
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>    Affects Versions: 0.9
>         Environment: all
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Trivial
>             Fix For: Future
>
>         Attachments: QPID-3080.patch
>
>
> When a queue's flow control state changes, the broker should issue an QMF event to notify management clients.
> A rough sketch of a possible schema implementation for the event:
>   <eventArguments>
>     ....
>     <arg name="qName"     type="sstr"   desc="Name of a queue"/>
>     <arg name="msgDepth"  type="count32" desc="Current size of queue in messages"/>
>     <arg name="byteDepth" type="count32" desc="Current size of queue in bytes"/>
>     <arg name="active"   type="bool" desc="True if flow stopped, else flow allowed"/>
>   </eventArguments>
>   <event name="queueFlowControl"   sev="inform" args="qName, active, msgDepth, byteDepth"/>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org