You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/02 18:16:54 UTC

[jira] [Resolved] (QPID-3481) Acquired messages are not sent to alternate exchange when queue is deleted and receiver's session closed

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

Ted Ross resolved QPID-3481.
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.15
    
> Acquired messages are not sent to alternate exchange when queue is deleted and receiver's session closed
> --------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3481
>                 URL: https://issues.apache.org/jira/browse/QPID-3481
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>            Reporter: Andy Goldstein
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: 0.15
>
>         Attachments: QPID-3481.diff, QPID-3481.patch
>
>
> Currently, the broker will lose messages in the following scenario:
> 1. Client creates receiver to a queue (queue has an alternate exchange configured)
> 2. Client acquires message from queue
> 3. Client closes receiver (with delete:always or delete:receiver)
> 4. Client closes session
> We expect that the messages should be sent to the now-deleted queue's alternate exchange if/when they are released.
> Messages are not sent to the alternate exchange immediately upon closure of the receiver because the client still has acquired messages; this is fine, but when the client either releases the messages or closes the session, these messages should be sent to the alternate exchange.

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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org