You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2018/06/19 15:29:00 UTC

[jira] [Closed] (ARTEMIS-1887) Setting default-max-consumers in addressing setting has no effect on the max-consumers property on matching address queues

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

clebert suconic closed ARTEMIS-1887.
------------------------------------
    Resolution: Fixed

> Setting default-max-consumers in addressing setting has no effect on the max-consumers property on matching address queues
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1887
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1887
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.6.0
>            Reporter: Saurabh Rai
>            Priority: Critical
>             Fix For: 2.7.0, 2.6.1
>
>
> When setting "_default-max-consumers_" in addressing setting in _broker.xml_ has no effect on the "_max-consumers_" property on matching address queues. For ex:
>  
> <address-settings>
> <address-setting match="#">
> <dead-letter-address>DLQ</dead-letter-address>
> <expiry-address>ExpiryQueue</expiry-address>
> <redelivery-delay>0</redelivery-delay>
> <!-- with -1 only the global-max-size is in use for limiting -->
> <max-size-bytes>-1</max-size-bytes>
> <message-counter-history-day-limit>10</message-counter-history-day-limit>
> <address-full-policy>PAGE</address-full-policy>
> <auto-create-queues>true</auto-create-queues>
> <auto-create-addresses>true</auto-create-addresses>
> <auto-create-jms-queues>true</auto-create-jms-queues>
> <auto-create-jms-topics>true</auto-create-jms-topics>
> _*<default-max-consumers>2</default-max-consumers>*_
> </address-setting>
> </address-settings>
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)