You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/21 17:50:00 UTC

[jira] [Work logged] (ARTEMIS-3709) Incorrect address level "group-rebalance-pause-dispatch" example

     [ https://issues.apache.org/jira/browse/ARTEMIS-3709?focusedWorklogId=745299&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-745299 ]

ASF GitHub Bot logged work on ARTEMIS-3709:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Mar/22 17:49
            Start Date: 21/Mar/22 17:49
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic merged pull request #3989:
URL: https://github.com/apache/activemq-artemis/pull/3989


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 745299)
    Remaining Estimate: 0h
            Time Spent: 10m

> Incorrect address level "group-rebalance-pause-dispatch" example 
> -----------------------------------------------------------------
>
>                 Key: ARTEMIS-3709
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3709
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.20.0
>            Reporter: Varsha Kamble
>            Priority: Minor
>              Labels: documentaion
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> [Document|[https://activemq.apache.org/components/artemis/documentation/latest/message-grouping.html]] says we can set group-rebalance-pause-dispatch at queue level. 
> {code:java}
> <address name="foo.bar">
>    <multicast>
>       <queue name="orders1" group-rebalance="true" group-rebalance-pause-dispatch="true"/>
>    </multicast>
> </address> {code}
>  
> However broker fails to start as [config xsd|[https://github.com/apache/activemq-artemis/blob/2.20.0/artemis-server/src/main/resources/schema/artemis-configuration.xsd]] doesn't define the group-rebalance-pause-dispatch attribute for queueType. 
>  
> {code:java}
> "AMQ214019: Invalid configuration: org.xml.sax.SAXParseException; cvc-complex-type.3.2.2: Attribute 'group-rebalance-pause-dispatch' is not allowed to appear in element 'queue'." "group-rebalance-pause-dispatch" is absent in queueType xsd.   {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)