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

Client needs to send selector string as part of Binding request when using topics

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • M3
    • JMS AMQP 0-x

    Description

      When using topics the queue that is created is exclusive and may only have a single consumer. As a result consuming from a topic with a selector poses a memory leak if messages not matching the selector are passed to that queue.

      The solution is Exchange level filtering.

      The Bind Method allows for an arguments field table to be provide as part of the call so the Selector should be sent to the broker here as part of the bind call for a queue being bound as a JMS Topic with selector.

      The broker will have to process this new method arguements, see QPID-1191

      Attachments

        Issue Links

          Activity

            People

              aidan Aidan Skinner
              ritchiem Martin Ritchie
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: