Skip to content

Commit 1f71927

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-24587
2 parents cd9e8a8 + 9e5a6c5 commit 1f71927

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5739,16 +5739,16 @@ By default, ActiveMQ creates a destination if it does not yet exist so that dest
57395739

57405740

57415741
[[boot-features-artemis]]
5742-
==== Artemis Support
5743-
Spring Boot can auto-configure a `ConnectionFactory` when it detects that https://activemq.apache.org/components/artemis/[Artemis] is available on the classpath.
5742+
==== ActiveMQ Artemis Support
5743+
Spring Boot can auto-configure a `ConnectionFactory` when it detects that https://activemq.apache.org/components/artemis/[ActiveMQ Artemis] is available on the classpath.
57445744
If the broker is present, an embedded broker is automatically started and configured (unless the mode property has been explicitly set).
57455745
The supported modes are `embedded` (to make explicit that an embedded broker is required and that an error should occur if the broker is not available on the classpath) and `native` (to connect to a broker using the `netty` transport protocol).
57465746
When the latter is configured, Spring Boot configures a `ConnectionFactory` that connects to a broker running on the local machine with the default settings.
57475747

5748-
NOTE: If you use `spring-boot-starter-artemis`, the necessary dependencies to connect to an existing Artemis instance are provided, as well as the Spring infrastructure to integrate with JMS.
5748+
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.
57495749
Adding `org.apache.activemq:artemis-jms-server` to your application lets you use embedded mode.
57505750

5751-
Artemis configuration is controlled by external configuration properties in `+spring.artemis.*+`.
5751+
ActiveMQ Artemis configuration is controlled by external configuration properties in `+spring.artemis.*+`.
57525752
For example, you might declare the following section in `application.properties`:
57535753

57545754
[source,yaml,indent=0,configprops,configblocks]

0 commit comments

Comments
 (0)