From 5a299dd501ecd088b17f5651dbce3dcac9a9955e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 8 Nov 2022 12:31:08 +0000 Subject: [PATCH] Correct coordinates of Artemis' server artifact Closes gh-33065 --- .../spring-boot-docs/src/docs/asciidoc/messaging/jms.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/jms.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/jms.adoc index 9ab3c7af014..874a427baa7 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/jms.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/jms.adoc @@ -15,7 +15,7 @@ The supported modes are `embedded` (to make explicit that an embedded broker is When the latter is configured, Spring Boot configures a `ConnectionFactory` that connects to a broker running on the local machine with the default settings. NOTE: If you use `spring-boot-starter-artemis`, the necessary dependencies to connect to an existing ActiveMQ Artemis instance are provided, as well as the Spring infrastructure to integrate with JMS. -Adding `org.apache.activemq:artemis-jms-server` to your application lets you use embedded mode. +Adding `org.apache.activemq:artemis-jakarta-server` to your application lets you use embedded mode. ActiveMQ Artemis configuration is controlled by external configuration properties in `+spring.artemis.*+`. For example, you might declare the following section in `application.properties`: