
RabbitMQ
hello_中年人
这个作者很懒,什么都没留下…
展开
-
RabbtiMQ 入门程序
案例是基于maven环境, 1.添加依赖。 pom文件: <dependencies> <!-- https://mvnrepository.com/artifact/com.rabbitmq/amqp-client --> <dependency> <groupId>com.rabbi...原创 2019-06-27 16:03:20 · 334 阅读 · 0 评论 -
RabbitMQ和Springboot整合 入门案例
1.先搭建项目架构,如下 consumer:消费者模块 productor:生产者模块 2.pom文件编写 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifact...原创 2019-06-27 16:44:00 · 198 阅读 · 0 评论