You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2007/01/23 13:17:49 UTC

[jira] Created: (QPID-314) Queues declared exclusive should always be treated as auto-delete

Queues declared exclusive should always be treated as auto-delete
-----------------------------------------------------------------

                 Key: QPID-314
                 URL: https://issues.apache.org/jira/browse/QPID-314
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Rob Godfrey


As per the AMQP spec if a queue is declared as exclusive, then it should always be treated as auto-delete.

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


[jira] Updated: (QPID-314) Queues declared exclusive should always be treated as auto-delete

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

Rob Godfrey updated QPID-314:
-----------------------------

    Attachment: qpid-314.patch

Patch creates the queue as auto-delete if it is marked as exclusive, but not durable.  QPID Java uses exclusive to test on client identity, not just on connection/session equality.  Therefore the same "client" may reconnect to a druable exclusive queue.  this is the logic used for durable subscriptions to topics.

> Queues declared exclusive should always be treated as auto-delete
> -----------------------------------------------------------------
>
>                 Key: QPID-314
>                 URL: https://issues.apache.org/jira/browse/QPID-314
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Rob Godfrey
>         Attachments: qpid-314.patch
>
>
> As per the AMQP spec if a queue is declared as exclusive, then it should always be treated as auto-delete.

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


[jira] Assigned: (QPID-314) Queues declared exclusive should always be treated as auto-delete

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

Rob Godfrey reassigned QPID-314:
--------------------------------

    Assignee: Rob Godfrey

> Queues declared exclusive should always be treated as auto-delete
> -----------------------------------------------------------------
>
>                 Key: QPID-314
>                 URL: https://issues.apache.org/jira/browse/QPID-314
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Rob Godfrey
>         Assigned To: Rob Godfrey
>         Attachments: qpid-314.patch
>
>
> As per the AMQP spec if a queue is declared as exclusive, then it should always be treated as auto-delete.

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