javaee-samples / javaee7-samples

Java EE 7 Samples
https://travis-ci.org/javaee-samples/javaee7-samples
Other
2.51k stars 1.66k forks source link

Fix race condition in jms/send-receive #427

Closed lprimak closed 6 years ago

lprimak commented 6 years ago

fixed a race condition when the method is invoked too quickly and is never registered as being run, thus making the test wait forever

lprimak commented 6 years ago

Fixes #428