You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org> on 2008/07/30 18:49:32 UTC

[jira] Resolved: (QPID-1192) Client needs to send selector string as part of Binding request when using topics

     [ https://issues.apache.org/jira/browse/QPID-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner resolved QPID-1192.
---------------------------------

    Resolution: Fixed
      Assignee: Aidan Skinner  (was: Martin Ritchie)

> 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
>            Assignee: Aidan Skinner
>             Fix For: M3
>
>
> 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.