Skip to content

Commit d8c972c

Browse files
committed
Merge branch '1.3.x'
2 parents a243b3e + b1b84a3 commit d8c972c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisConnectionFactoryFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2015 the original author or authors.
2+
* Copyright 2012-2016 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -42,7 +42,7 @@
4242
*/
4343
class ArtemisConnectionFactoryFactory {
4444

45-
static final String EMBEDDED_JMS_CLASS = "org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ";
45+
static final String EMBEDDED_JMS_CLASS = "org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS";
4646

4747
private final ArtemisProperties properties;
4848

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3625,7 +3625,9 @@ resolved against their provided names.
36253625
Apache Artemis was formed in 2015 when HornetQ was donated to the Apache Foundation. All
36263626
the features listed in the <<boot-features-hornetq>> section below can be applied to
36273627
Artemis. Simply replace `+++spring.hornetq.*+++` properties with `+++spring.artemis.*+++`
3628-
and use `spring-boot-starter-artemis` instead of `spring-boot-starter-hornetq`.
3628+
and use `spring-boot-starter-artemis` instead of `spring-boot-starter-hornetq`. If you
3629+
want to embed Artemis, make sure to add `org.apache.activemq:artemis-jms-server` to the
3630+
dependencies of your application.
36293631

36303632
NOTE: You should not try and use Artemis and HornetQ and the same time.
36313633

0 commit comments

Comments
 (0)