[GitHub] activemq-artemis pull request #2107: ARTEMIS-1887 Setting default-max-consum...

2018-05-24 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/activemq-artemis/pull/2107


---


[GitHub] activemq-artemis pull request #2107: ARTEMIS-1887 Setting default-max-consum...

2018-05-24 Thread RaiSaurabh
GitHub user RaiSaurabh opened a pull request:

https://github.com/apache/activemq-artemis/pull/2107

ARTEMIS-1887 Setting default-max-consumers in address-setting not working

When setting "default-max-consumers" in addressing setting in broker.xml
It has no effect on the "max-consumers" property on matching address queues.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/RaiSaurabh/activemq-artemis defMaxCon

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/2107.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2107


commit 683f8b8e8cd7e9b4089754cc373b583560b93cb8
Author: saurabhrai 
Date:   2018-05-24T12:19:24Z

ARTEMIS-1887 Setting default-max-consumers in address-setting not working

When setting "default-max-consumers" in addressing setting in broker.xml
It has no effect on the "max-consumers" property on matching address queues.




---