spring_reference/IV. Spring Boot features/30. Messaging.md

8 lines
495 B
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### 30. 消息
Spring Framework框架为集成消息系统提供了扩展extensive支持从使用JmsTemplate简化JMS API到实现一个完整异步消息接收的底层设施。
Spring AMQP提供一个相似的用于'高级消息队列协议'的特征集并且Spring Boot也为RabbitTemplate和RabbitMQ提供了自动配置选项。
Spring Websocket提供原生的STOMP消息支持并且Spring Boot通过starters和一些自动配置也提供了对它的支持。