@@ -1720,18 +1720,9 @@ The Spring Framework provides extensive support for integrating with messaging s
1720
1720
from simplified use of the JMS API using `JmsTemplate` to a complete infrastructure to
1721
1721
receive messages asynchronously. Spring AMQP provides a similar feature set for the
1722
1722
``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.
1735
1726
1736
1727
1737
1728
@@ -1841,6 +1832,16 @@ own beans:
1841
1832
----
1842
1833
1843
1834
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
+
1844
1845
1845
1846
[[boot-features-jmx]]
1846
1847
== Monitoring and management over JMX
0 commit comments