qpid-proton-j
qpid-proton-j copied to clipboard
Mirror of Apache Qpid Proton-J
We’ve noticed that after establishing the connection to the broker, if the broker network initiates the "TCP connection close FIN+ACK, along with RST" then the Proton-J does not signal a...
Fixes [PROTON-2431](https://issues.apache.org/jira/browse/PROTON-2431) ### Description #### Refactor test class [SinkHandler](https://github.com/apache/qpid-proton-j/blob/c242c260e44d94bba1a9c82a22af3b0b2a0dc5c6/proton-j/src/test/java/org/apache/qpid/proton/reactor/ReactorTest.java#L388) by mocking object and improve test design ##### Motivation - Decoupling test class `SinkHandler` from production class `BaseHandler`. - Making test...
https://issues.apache.org/jira/browse/PROTON-2287