springboot整合Activemq,queue和topic兩種消息模式

Spring Boot爲ActiveMQ配置提供了相關的"Starter",所以整合很是容易。添加ActiveMQ依賴,以下:java <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-activemq</artifactId> </dependency>
相關文章
相關標籤/搜索