[ 
https://issues.apache.org/jira/browse/QPID-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615947#action_12615947
 ] 

Aidan Skinner commented on QPID-1085:
-------------------------------------

The (0-8/0-9) Java client currently applies the selector to a consumer during 
consumer creation (AMQSession.createConsumerImpl). This is rubbish as it means 
we can't do this atomically. Instead, the client should set the selector on 
queue binding. 

> Creating an invalid subscriber with a durable subscription still creates the 
> subscription
> -----------------------------------------------------------------------------------------
>
>                 Key: QPID-1085
>                 URL: https://issues.apache.org/jira/browse/QPID-1085
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Aidan Skinner
>            Assignee: Aidan Skinner
>             Fix For: M3
>
>         Attachments: QPID-1085.patch
>
>
> Creating a durable subscriber with an invalid destination or an invalid 
> selector results in the correct error being thrown, but still creates the 
> subscription.

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