Reinstate support for Apache Artemis

See gh-29203
This commit is contained in:
Andy Wilkinson
2022-01-07 12:35:46 +00:00
parent 9392ff59f7
commit 89e79e826e
26 changed files with 1782 additions and 33 deletions

View File

@@ -118,7 +118,6 @@ class SampleIntegrationTests {
}
@Test
@Disabled("Requires Artemis to be run, so disable it")
void jmsSample() throws Exception {
System.setProperty("spring.artemis.embedded.queues", "spring-boot");
try {