You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Pavel Moravec (JIRA)" <ji...@apache.org> on 2014/05/30 11:55:05 UTC

[jira] [Updated] (QPID-5278) Queue flow limit validation ignores size parameters

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

Pavel Moravec updated QPID-5278:
--------------------------------

    Affects Version/s: 0.26

> Queue flow limit validation ignores size parameters
> ---------------------------------------------------
>
>                 Key: QPID-5278
>                 URL: https://issues.apache.org/jira/browse/QPID-5278
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.24, 0.26
>            Reporter: Pavel Moravec
>            Assignee: Pavel Moravec
>            Priority: Minor
>             Fix For: Future
>
>
> Broker allows a queue creation with --max-queue-size=1 --flow-stop-size=100.
> Further, creating a queue with max-queue-(count|size) and _bigger_ flow-resume-(count|size) (and no flow-stop set) is allowed as well:
> I.e. from commands:
> qpid-config add queue WrongQueue1 --max-queue-count=1 --flow-stop-count=100 --durable
> qpid-config add queue WrongQueue2 --max-queue-count=1 --flow-resume-count=100 --durable
> qpid-config add queue WrongQueue3 --max-queue-size=1 --flow-stop-size=100 --durable
> qpid-config add queue WrongQueue4 --max-queue-size=1 --flow-resume-size=100 --durable
> All queues except the first one are created.
> (it is discutable if e.g. "max-queue-count=1 flow-resume-count=100" should be allowed or not, as the logic is "flow control defaults are changed only if flow-stop-* parameter is used")



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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