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 13:28:23 UTC

[jira] [Resolved] (QPID-4899) [Java Broker] Allow setting queue binding arguments in XML config file

     [ https://issues.apache.org/jira/browse/QPID-4899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey resolved QPID-4899.
-------------------------------

    Resolution: Fixed
    
> [Java Broker] Allow setting queue binding arguments in XML config file
> ----------------------------------------------------------------------
>
>                 Key: QPID-4899
>                 URL: https://issues.apache.org/jira/browse/QPID-4899
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Rob Godfrey
>            Assignee: Rob Godfrey
>             Fix For: 0.23
>
>
> Currently there is no way to specify binding arguments for the bindings between a queue and an exchange in the XML configuration file.  Expand the syntax to allow for this:
> {code:xml}
> <queue>
>   <name>ping</name>
>   <ping>
>     <routingKey>ping</routingKey>
>     <ping>
>       <bindingArgument>x-filter-jms-selector=select=1</bindingArgument>
>       <bindingArgument>x-qpid-no-local</bindingArgument>
>     </ping>
>     <routingKey>pling</routingKey>
>     <routingKey>pong</routingKey>
>     <pong>
>       <bindingArgument>x-filter-jms-selector=select='pong'</bindingArgument>
>     </pong>
>   </ping>
> </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