摘要:
1.引入依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> <depend 阅读全文
摘要:
public class Customer { public static void main(String[] args) throws IOException, TimeoutException { //创建链接mq的连接工厂对象 ConnectionFactory connectionFact 阅读全文