Skip to content

Commit c04deec

Browse files
author
Dave Syer
committed
Move JMS docs under 'Messaging'
1 parent c617507 commit c04deec

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,18 +1720,9 @@ The Spring Framework provides extensive support for integrating with messaging s
17201720
from simplified use of the JMS API using `JmsTemplate` to a complete infrastructure to
17211721
receive messages asynchronously. Spring AMQP provides a similar feature set for the
17221722
``Advanced Message Queuing Protocol'' and Boot also provides auto-configuration options
1723-
for `RabbitTemplate` and RabbitMQ.
1724-
1725-
1726-
1727-
[[boot-features-integration]]
1728-
== Spring Integration
1729-
Spring Integration provides abstractions over messaging and also other transports such as
1730-
HTTP, TCP etc. If Spring Integration is available on your classpath it will be initialized
1731-
through the `@EnableIntegration` annotation. Message processing statistics will be
1732-
published over JMX if ``spring-integration-jmx'' is also on the classpath.
1733-
See the {sc-spring-boot-autoconfigure}/integration/IntegrationAutoConfiguration.{sc-ext}[`IntegrationAutoConfiguration`]
1734-
class for more details.
1723+
for `RabbitTemplate` and RabbitMQ. There is also support for STOMP messaging natively
1724+
in Spring Websocket and Spring Boot has support for that through starters and a small
1725+
amount of auto configuration.
17351726

17361727

17371728

@@ -1841,6 +1832,16 @@ own beans:
18411832
----
18421833

18431834

1835+
[[boot-features-integration]]
1836+
== Spring Integration
1837+
Spring Integration provides abstractions over messaging and also other transports such as
1838+
HTTP, TCP etc. If Spring Integration is available on your classpath it will be initialized
1839+
through the `@EnableIntegration` annotation. Message processing statistics will be
1840+
published over JMX if ``spring-integration-jmx'' is also on the classpath.
1841+
See the {sc-spring-boot-autoconfigure}/integration/IntegrationAutoConfiguration.{sc-ext}[`IntegrationAutoConfiguration`]
1842+
class for more details.
1843+
1844+
18441845

18451846
[[boot-features-jmx]]
18461847
== Monitoring and management over JMX

0 commit comments

Comments
 (0)