• Andy Wilkinson's avatar
    Stop relying on Artemis's on-demand queue creation in CLI JMS test · 2c4f3904
    Andy Wilkinson authored
    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
    2c4f3904
Name
Last commit
Last update
..
app Loading commit data...
command Loading commit data...
compiler Loading commit data...
testutil Loading commit data...
util Loading commit data...
ClassLoaderIntegrationTests.java Loading commit data...
CliTester.java Loading commit data...
DirectorySourcesIntegrationTests.java Loading commit data...
GrabCommandIntegrationTests.java Loading commit data...
ReproIntegrationTests.java Loading commit data...
RunCommandIntegrationTests.java Loading commit data...
SampleIntegrationTests.java Loading commit data...
TestCommandIntegrationTests.java Loading commit data...