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/05/21 14:59:55 UTC

[jira] Created: (QPID-1085) Creating an invalid subscriber with a durable subscription still creates the subscription

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


Creating a durable subscriber with an invalid destination or an invalid subscriber 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.


[jira] Commented: (QPID-1085) Creating an invalid subscriber with a durable subscription still creates the subscription

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
    [ 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.


[jira] Updated: (QPID-1085) Creating an invalid subscriber with a durable subscription still creates the subscription

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner updated QPID-1085:
--------------------------------

    Description: Creating a durable subscriber with an invalid destination or an invalid selector results in the correct error being thrown, but still creates the subscription.  (was: Creating a durable subscriber with an invalid destination or an invalid subscriber results in the correct error being thrown, but still creates the subscription.)

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


[jira] Updated: (QPID-1085) Creating an invalid subscriber with a durable subscription still creates the subscription

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack updated QPID-1085:
-----------------------------------

    Fix Version/s:     (was: M4)

Moving items not being worked on afaik out of M4 Fix Version

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


[jira] Updated: (QPID-1085) Creating an invalid subscriber with a durable subscription still creates the subscription

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner updated QPID-1085:
--------------------------------

    Attachment: QPID-1085.patch

Preliminary patch

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