Brian Bouterse created QPID-7053:
------------------------------------
Summary: 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
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]