赞
踩
这里只介绍springboot整合rabbitmq消费端配置
RabbitMQ是实现了高级消息队列协议的开源消息代理软件(面向消息的中间件)。
<!--rabbitmq-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。