[ 
https://issues.apache.org/jira/browse/QPID-4898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13672296#comment-13672296
 ] 

ASF subversion and git services commented on QPID-4898:
-------------------------------------------------------

Commit 1488636 from [~godfrer]
[ https://svn.apache.org/r1488636 ]

QPID-4898 : [Java Broker] Allow setting arbitrary arguments in queue defintion 
within XML config file
                
> [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-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to