You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-cli
Andy Wilkinson 2c4f39045f Stop relying on Artemis's on-demand queue creation in CLI JMS test
Artemis's on-demand queue cretaion appears to be rather flakey,
sometimes failing with a NullPointerException.

This commit ensures that the queue used by the sample is created
during start up rather than on demand. This will hopefully make the
test that runs the sample more robust.

Closes gh-7346
8 years ago
..
samples Update samples to use Artemis in place of HornetQ 8 years ago
src Stop relying on Artemis's on-demand queue creation in CLI JMS test 8 years ago
test-samples Update CLI test auto-configuration to 1.4's new test infrastructure 8 years ago
pom.xml