Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.9
-
None
-
F20 with proton built from master. qpidd is 0.26.
Description
Calling BlockingConnection.create_receiver() with an address that does not exist raises a LinkException. This is expected. However, all subsequent calls to either create_sender() or create_receiver() cause the original LinkException to be re-raised.
Attaching a script to re-create.