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