Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-c-0.17.0
-
None
Description
This provides the same behaviour for the Python binding as done for the C++ binding. See
https://issues.apache.org/jira/browse/PROTON-1416
The AMQP standard (2.8.16) says "The client could retry at some later date". When describing the amqp:connection:forced error.
We'll interpret this to mean that you should use the configured retry strategy if we receive this close error.
Attachments
Issue Links
- is related to
-
PROTON-2193 Python MessagingHandler does not call on_connection_error on error
- Closed
-
PROTON-2204 [python] Document that receiving connection:forced does not fire on_connection_error
- Open
Commit 11fe67e3033c1f3b672882199c020f28d82c9c72 in qpid-proton's branch refs/heads/master from Clifford Jansen
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=11fe67e ]
PROTON-1423: Python reconnect on amqp:connection:forced