For the complete documentation index, see llms.txt. This page is also available as Markdown.

10. 消息

10. 消息传递

Spring 框架为与消息系统集成提供了广泛的支持,从 JMS API 的简化使用JmsTemplate到异步接收消息的完整基础设施。Spring AMQP 为高级消息队列协议提供了类似的功能集。Spring Boot 还为RabbitMQ和RabbitTemplate提供自动配置选项。Spring WebSocket 本身包含对 STOMP 消息传递的支持,而 Spring Boot 通过启动器和少量自动配置对此提供支持。Spring Boot 还支持 Apache Kafka 和 Apache Pulsar。

最后更新于