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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13672300#comment-13672300 ] 

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

Commit 1488638 from [~godfrer]
[ https://svn.apache.org/r1488638 ]

QPID-4899 : [Java Broker] Allow setting queue binding arguments in XML config file
                
> [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