Madhura Bhave ac00df79f1 Add what's next to new sections
This commit also moves hazelcast from core features to IO

Closes gh-27132
2021-09-20 16:15:08 -07:00

28 lines
864 B
Plaintext

[[messaging]]
= Messaging
include::attributes.adoc[]
The Spring Framework provides extensive support for integrating with messaging systems, from simplified use of the JMS API using `JmsTemplate` to a complete infrastructure to receive messages asynchronously.
Spring AMQP provides a similar feature set for the Advanced Message Queuing Protocol.
Spring Boot also provides auto-configuration options for `RabbitTemplate` and RabbitMQ.
Spring WebSocket natively includes support for STOMP messaging, and Spring Boot has support for that through starters and a small amount of auto-configuration.
Spring Boot also has support for Apache Kafka.
include::messaging/jms.adoc[]
include::messaging/amqp.adoc[]
include::messaging/kafka.adoc[]
include::messaging/rsocket.adoc[]
include::messaging/spring-integration.adoc[]
include::messaging/whats-next.adoc[]