You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by mtaylor <gi...@git.apache.org> on 2017/07/14 09:56:23 UTC

[GitHub] activemq-artemis issue #1400: ARTEMIS-1289 Fix: Unable to configure queues c...

Github user mtaylor commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1400
  
    @michaelandrepearce Thanks for this.
    
    Any chance you could make the queue ID unique.
    
    e.g.
    
    ```xml 
       <element name="addresses"...
            <xs:unique name="UniqueQueueName">
                <xs:selector xpath="address/*/queue/@name" />
                <xs:field xpath="@name" />
            </xs:unique>
        </element>
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---