You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <ji...@apache.org> on 2013/06/02 03:37:04 UTC

[jira] [Created] (QPID-4898) [Java Broker] Allow setting arbitrary arguments in queue defintion within XML config file

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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org