[
https://issues.apache.org/jira/browse/ROCKETMQ-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16290395#comment-16290395
]
lindzh commented on ROCKETMQ-331:
---------------------------------
This is my pull request:https://github.com/apache/rocketmq/pull/203
> Make DLQ queue nums configurable
> --------------------------------
>
> Key: ROCKETMQ-331
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-331
> Project: Apache RocketMQ
> Issue Type: New Feature
> Components: rocketmq-broker
> Affects Versions: 4.1.0-incubating
> Reporter: lindzh
> Assignee: yukon
> Fix For: 4.3.0
>
>
> As DLQ queue nums is configured to static as
> {code:java}
> protected final static int DLQ_NUMS_PER_GROUP = 1;
> {code}
> in some cases, we need to get messages from DLQ to recover,but queue nums of
> DLQ is limited and can't expand load.So I want to change the default DLQ
> queue nums default value.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)