You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2010/12/08 20:17:01 UTC

[jira] Resolved: (QPID-1779) Session close as a result of disconnection will block the client

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

Robbie Gemmell resolved QPID-1779.
----------------------------------

    Resolution: Fixed
      Assignee: Robbie Gemmell  (was: Martin Ritchie)

> Session close as a result of disconnection will block the client
> ----------------------------------------------------------------
>
>                 Key: QPID-1779
>                 URL: https://issues.apache.org/jira/browse/QPID-1779
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M2.1, M3, M4
>            Reporter: Martin Ritchie
>            Assignee: Robbie Gemmell
>             Fix For: 0.5
>
>         Attachments: CloseAfterConnectionFailureTest.java, QPID-1794-Added_Closing_field.patch
>
>
> Summary:
> When the connection is closed due to a network or protocol error attempting to cleanly shutdown the open objects will cause the client to block.
> Closing consumers will succeed as they have a default timeout of 30s.
> Closing a session uses -1 i.e. wait for ever, so will block the client code.
> Closing the connection uses a decreasing timeout is the only sure way of cleaning up.
> This however poses a problem for Mule users as their reconnection logic will be fired through the onException handler and explicitly close all the objects rather than just the connection.
> Test Case attached along with potential patch.

-- 
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:dev-subscribe@qpid.apache.org