You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (JIRA)" <ji...@apache.org> on 2012/07/04 01:51:34 UTC

[jira] [Closed] (QPID-2733) Temp queues created when receiving from an exchange are not deleted.

     [ https://issues.apache.org/jira/browse/QPID-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajith Attapattu closed QPID-2733.
----------------------------------

    Resolution: Won't Fix

Since this issue depends on QPID-2732 and that JIRA was closed as wont-fix, marking this issue closed as well.
                
> 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: Java Client
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>            Priority: Minor
>              Labels: addressing, possibly_complete
>             Fix For: Future
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org