diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisEmbeddedConfigurationFactory.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisEmbeddedConfigurationFactory.java
index ea12be48b2..d232fb31e0 100644
--- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisEmbeddedConfigurationFactory.java
+++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisEmbeddedConfigurationFactory.java
@@ -83,7 +83,7 @@ class ArtemisEmbeddedConfigurationFactory {
return new CoreAddressConfiguration().setName(name)
.addRoutingType(RoutingType.ANYCAST)
.addQueueConfiguration(new CoreQueueConfiguration().setName(name)
- .setRoutingType(RoutingType.ANYCAST));
+ .setRoutingType(RoutingType.ANYCAST).setAddress(name));
}
private String getDataDir() {
diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml
index 5d19a972b8..b9327271d6 100644
--- a/spring-boot-project/spring-boot-dependencies/pom.xml
+++ b/spring-boot-project/spring-boot-dependencies/pom.xml
@@ -36,7 +36,7 @@
5.15.4
2.7.7
1.9.64
- 2.4.0
+ 2.6.2
1.9.0
3.9.1
4.0.6
@@ -1339,7 +1339,12 @@
org.apache.activemq
artemis-server
- ${artemis.version}
+ ${artemis.version}
+
+ commons-logging
+ commons-logging
+
+
org.apache.activemq