Varsha Kamble created ARTEMIS-3709:
--------------------------------------

             Summary: 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


[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)

Reply via email to