[
https://issues.apache.org/jira/browse/QPID-5278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13826574#comment-13826574
]
ASF subversion and git services commented on QPID-5278:
-------------------------------------------------------
Commit 1543449 from [~pmoravec] in branch 'qpid/trunk'
[ https://svn.apache.org/r1543449 ]
QPID-5278 , QPID-5281: Queue flow limit validation ignores size parameters ,
Creating a queue with invalid settings results in no queue but only its
management object exists
> 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
> Reporter: Pavel Moravec
> Assignee: Pavel Moravec
> Priority: Minor
>
> 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.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]