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

                 Key: QPID-1192
                 URL: https://issues.apache.org/jira/browse/QPID-1192
             Project: Qpid
          Issue Type: Improvement
          Components: Java Client, JMS Compliance
            Reporter: Martin Ritchie


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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to