Rob Godfrey created QPID-4899:
---------------------------------

             Summary: [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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to