摘要: Spring Boot集成RabbitMQ是现在主流的操作RabbitMQ的方式。 官方文档:https://docs.spring.io/spring-amqp/docs/current/reference/html/ 引入依赖。 <dependency> <groupId>org.springf 阅读全文
posted @ 2023-03-26 15:21 天航星 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 使用Java原生的方式使用RabbitMQ现在已经较少,但这是基础,还是有必要了解的。 引入依赖。 <dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifactId> <version>5.16.0</v 阅读全文
posted @ 2023-03-26 15:20 天航星 阅读(20) 评论(0) 推荐(0) 编辑