【Spring】SpringBoot+RabbitMQ(direct/fanout/topic)の構築方法
摘要:■POM.xmlの中で、下記の内容を追加 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> <depende
阅读全文
【MQ】RabbitMQの概念紹介及び実行方法
摘要:参考URL: <https://www.cnblogs.com/yy-cola/p/11089800.html> <https://blog.csdn.net/qq_41097820/article/details/88793329> ■中心概念 【Message】 消息 消息是不具名的,它由消息头
阅读全文