You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Mikhail Lukyanov (Jira)" <ji...@apache.org> on 2021/03/21 18:54:00 UTC

[jira] [Updated] (ARTEMIS-3193) There is no way to set the groupRebalancePauseDispatch option via ActiveMQServerControl for neither address nor queue

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

Mikhail Lukyanov updated ARTEMIS-3193:
--------------------------------------
    Description: 
QueueConfiguration has field groupRebalancePauseDispatch, but this field is not set when using the method ActiveMQServerControl.createQueue(@Parameter(name = "queueConfiguration", desc = "the configuration of the queue in JSON format") String queueConfiguration)

there is no such IF (else if (key.equals("group-rebalance-pause-dispatch"))) in the method QueueConfiguration.set(String key, String value)

Also it is not possible to set the option 

defaultGroupRebalancePauseDispatch for an address by methods 

ActiveMQServerControl.addAddressSettings(...)

 

 

  was:
QueueConfiguration has field groupRebalancePauseDispatch, but this field is not set when using the method 

String createQueue(@Parameter(name = "queueConfiguration", desc = "the configuration of the queue in JSON format") String queueConfiguration)

there is no such IF (else if (key.equals("group-rebalance-pause-dispatch"))) in the method QueueConfiguration.set(String key, String value)

Also it is not possible to set the option 

defaultGroupRebalancePauseDispatch for an address by methods 

ActiveMQServerControl.addAddressSettings(...)

 

 


> There is no way to set the groupRebalancePauseDispatch option via ActiveMQServerControl for neither address nor queue
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3193
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3193
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.17.0
>            Reporter: Mikhail Lukyanov
>            Priority: Major
>
> QueueConfiguration has field groupRebalancePauseDispatch, but this field is not set when using the method ActiveMQServerControl.createQueue(@Parameter(name = "queueConfiguration", desc = "the configuration of the queue in JSON format") String queueConfiguration)
> there is no such IF (else if (key.equals("group-rebalance-pause-dispatch"))) in the method QueueConfiguration.set(String key, String value)
> Also it is not possible to set the option 
> defaultGroupRebalancePauseDispatch for an address by methods 
> ActiveMQServerControl.addAddressSettings(...)
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)