[ 
https://issues.apache.org/jira/browse/QPID-7053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15149194#comment-15149194
 ] 

ASF subversion and git services commented on QPID-7053:
-------------------------------------------------------

Commit 1730741 from [~kgiusti] in branch 'qpid/trunk'
[ https://svn.apache.org/r1730741 ]

QPID-7053: Add a callback that is invoked when asynchronous errors are
detected by the background thread.
QPID-7064: Improve documentation of the asynchronous error callbacks.

> Exception Notifier Callback
> ---------------------------
>
>                 Key: QPID-7053
>                 URL: https://issues.apache.org/jira/browse/QPID-7053
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Python Client
>    Affects Versions: 0.32
>            Reporter: Brian Bouterse
>            Assignee: Ken Giusti
>
> When making effective use of the message_received callback handler added with 
> QPID-5799, an unintended side-effect occurs regarding exception handling.
> The user registers the message_recieved callback using 
> set_message_received_handler and then only calls back into qpid.messaging 
> when it was told to do so. As a result when a ConnectionError occurs it is 
> not raised. This effectively deadlocks the receiver since it can't know to 
> call into qpid.messaging.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to