activemq-artemis/tests/extra-tests
Howard Gao 613b459c52 ARTEMIS-1315 Client disconnection may cause consumer to hang
When calling a consumer to receive message with a timeout
(receive(long timeout), if the consumer's buffer is empty, it sends
a 'forced delivery' the waiting forever, expecting the server to
send back a 'forced delivery" message if the queue is empty.

If the connection is disconnected as the arrived 'forced
delivery' message is corrupted, this 'forced delivery' message
never gets to consumer. After the session is reconnected,
the consumer never knows that and stays waiting.

To fix that we can send a 'forced delivery' to server right
after the session is reconnected.
2017-08-02 12:48:43 -04:00
..
src/test ARTEMIS-1315 Client disconnection may cause consumer to hang 2017-08-02 12:48:43 -04:00
pom.xml NO-JIRA: Fix extra-tests pom after release 2017-07-24 21:30:53 -04:00