摘要: public static final int ALIVETIME = 600000; public static final String QUEUE = "hnyz_gs_queue"; @Beanpublic Queue cretaeQueue(){ // return new Queue(Q 阅读全文
posted @ 2019-11-27 19:38 qing222 阅读(2041) 评论(0) 推荐(0) 编辑
摘要: 1、引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 2、配置文件 rabbitmq: addre 阅读全文
posted @ 2019-11-27 19:35 qing222 阅读(1396) 评论(0) 推荐(0) 编辑