Remove support for Artemis

Closes gh-28593
This commit is contained in:
Madhura Bhave
2021-11-15 21:21:40 -08:00
committed by Andy Wilkinson
parent 8bf2ffd93c
commit c8fd5f0080
26 changed files with 35 additions and 1784 deletions

View File

@@ -127,6 +127,7 @@ 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 {