Rob Godfrey created QPID-4898:
---------------------------------

             Summary: [Java Broker] Allow setting arbitrary arguments in queue 
defintion within XML config file
                 Key: QPID-4898
                 URL: https://issues.apache.org/jira/browse/QPID-4898
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Rob Godfrey
            Assignee: Rob Godfrey
             Fix For: 0.23


Currently there is no way to define a queue within an XML configuration file 
such that it uses message grouping.  In general there is no way to pass 
arbitrary arguments to the queue creation.  The following syntax will allow for 
such argument setting (though note that values will always be of type String)

{code:xml}
<queue>
    <name>queue</name>
    <queue>
        <argument>qpid.group_header_key=wibble</argument>
        <argument>qpid.shared_msg_group=1</argument>
    </queue>
</queue>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to