activemq-artemis/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
..
activemq5-unit-tests [maven-release-plugin] prepare for next development iteration 2017-07-24 21:21:18 -04:00
artemis-test-support [maven-release-plugin] prepare for next development iteration 2017-07-24 21:21:18 -04:00
config NO-JIRA Logging integration-tests/DEBUG is being too verbose on the testsuite 2017-01-30 22:26:48 -05:00
extra-tests ARTEMIS-1315 Client disconnection may cause consumer to hang 2017-08-02 12:48:43 -04:00
integration-tests NO-JIRA Improving a test with Wait 2017-08-02 10:39:19 -04:00
jms-tests [maven-release-plugin] prepare for next development iteration 2017-07-24 21:21:18 -04:00
joram-tests [maven-release-plugin] prepare for next development iteration 2017-07-24 21:21:18 -04:00
performance-tests [maven-release-plugin] prepare for next development iteration 2017-07-24 21:21:18 -04:00
smoke-tests [maven-release-plugin] prepare for next development iteration 2017-07-24 21:21:18 -04:00
soak-tests [maven-release-plugin] prepare for next development iteration 2017-07-24 21:21:18 -04:00
stress-tests [maven-release-plugin] prepare for next development iteration 2017-07-24 21:21:18 -04:00
timing-tests [maven-release-plugin] prepare for next development iteration 2017-07-24 21:21:18 -04:00
unit-tests ARTEMIS-1315 Client disconnection may cause consumer to hang 2017-08-02 12:48:43 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-07-24 21:21:18 -04:00