[
https://issues.apache.org/jira/browse/QPID-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajith Attapattu updated QPID-2733:
-----------------------------------
Summary: Temp queues created when receiving from an exchange are not
deleted. (was: Temp queues created when receiving from an exchange are not
auto deleted. )
Assignee: Rajith Attapattu
Fix Version/s: 0.7
Priority: Minor (was: Major)
Description:
In the new addressing scheme, when you subscribe to an exchange a temp queue is
created for the subscriber.
The queue deletion depends on the reliability mode.
If reliability mode is "unreliable" or "at-most-once" then the queue should be
created with auto-delete=true.
If reliability mode is "at-least-once" then the queue should set
auto-delete=false, and the queue will only be deleted if the client app invokes
consumer.close().
If x-declare properties include auto-delete=true, then the reliability mode is
ignored.
was:
In the new addressing scheme, when you subscribe to an exchange a temp queue is
created for the subscriber.
This queue should be exclusive and marked auto-delete if reliability is
"unreliable" or "at-most-once".
This queue should be deleted if the client calls consumer.close().
Component/s: C++ Client
> Temp queues created when receiving from an exchange are not deleted.
> ----------------------------------------------------------------------
>
> Key: QPID-2733
> URL: https://issues.apache.org/jira/browse/QPID-2733
> Project: Qpid
> Issue Type: Bug
> Components: C++ Client
> Reporter: Rajith Attapattu
> Assignee: Rajith Attapattu
> Priority: Minor
> Fix For: 0.7
>
>
> In the new addressing scheme, when you subscribe to an exchange a temp queue
> is created for the subscriber.
> The queue deletion depends on the reliability mode.
> If reliability mode is "unreliable" or "at-most-once" then the queue should
> be created with auto-delete=true.
> If reliability mode is "at-least-once" then the queue should set
> auto-delete=false, and the queue will only be deleted if the client app
> invokes consumer.close().
> If x-declare properties include auto-delete=true, then the reliability mode
> is ignored.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]