mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Update samples to use Artemis in place of HornetQ
Closes gh-7057
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ public class SampleIntegrationTests {
|
||||
@Test
|
||||
public void jmsSample() throws Exception {
|
||||
String output = this.cli.run("jms.groovy");
|
||||
assertThat(output).contains("Received Greetings from Spring Boot via HornetQ");
|
||||
assertThat(output).contains("Received Greetings from Spring Boot via Artemis");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user