You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2013/06/27 10:54:20 UTC

[jira] [Updated] (QPID-4956) [0-8..0-9-1] Receipt of channel.close (with reply other than REPLY_SUCCESS) puts client into an inconsistent state

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

Keith Wall updated QPID-4956:
-----------------------------

    Summary: [0-8..0-9-1] Receipt of channel.close (with reply other than REPLY_SUCCESS) puts client into an inconsistent state  (was: [0-8..0-9-1] Receipt of channel.close (with reply other than REPLY_SUCCESS) puts client into a inconsistent state)
    
> [0-8..0-9-1] Receipt of channel.close (with reply other than REPLY_SUCCESS) puts client into an inconsistent state
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-4956
>                 URL: https://issues.apache.org/jira/browse/QPID-4956
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Keith Wall
>             Fix For: 0.6, 0.23
>
>
> The receipt of a channel.close frame (with a non REPLY_SUCCESS reply code) puts the Qpid client into an inconsistent state.  The Connection gets marked as closed on the client side (AMQConnection#exceptionReceived), but the underlying _connection_ to the Broker remains open.
> In the case where a user is utilising Spring's DefaultMessageListenerContainer, the action its setup failure logic coupled with this this defect causes connections to be leaked.  (These connections cannot be closed from application code as Connection#close already believes the connection to be closed).  
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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