Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4899

[Java Broker] Allow setting queue binding arguments in XML config file

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.23
    • Broker-J
    • None

    Description

      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:

      <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>
      

      Attachments

        Activity

          People

            rgodfrey Robert Godfrey
            rgodfrey Robert Godfrey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: